| Commit message (Expand) | Author | Age | Files | Lines |
* | mov: use the format context for logging. | Anton Khirnov | 2013-02-23 | 1 | -1/+1 |
* | rtpenc_chain: Use the original AVFormatContext for getting payload type | Martin Storsjö | 2013-01-24 | 1 | -1/+1 |
* | rtp: Make sure the output format pointer is set | Martin Storsjö | 2013-01-24 | 1 | -1/+1 |
* | rtp: Make sure priv_data is set before reading it | Martin Storsjö | 2013-01-24 | 1 | -1/+1 |
* | matroska: Fix use after free | Dale Curtis | 2013-01-11 | 1 | -1/+1 |
* | oggdec: make sure the private parse data is cleaned up | Luca Barbato | 2013-01-07 | 3 | -0/+16 |
* | oggdec: free the ogg streams on read_header failure | Luca Barbato | 2013-01-07 | 1 | -14/+16 |
* | mxfdec: fix NULL checking in mxf_get_sorted_table_segments() | Xi Wang | 2013-01-04 | 1 | -1/+1 |
* | aviobuf: Discard old buffered, previously read data in ffio_read_partial | Martin Storsjö | 2013-01-03 | 1 | -0/+7 |
* | rtsp: Add support for depacketizing RTP data via custom IO | Martin Storsjö | 2013-01-03 | 5 | -18/+84 |
* | rtpdec: Move the URLContext used for RTCP RR out from the context, to a param... | Martin Storsjö | 2013-01-03 | 3 | -13/+9 |
* | aviobuf: Partial support for reading in read/write contexts | Martin Storsjö | 2013-01-03 | 1 | -1/+8 |
* | build: Avoid detecting bogus components named 'x' | Clément Bœsch | 2013-01-03 | 1 | -3/+1 |
* | rtmp: Add support for limelight authentication | Martin Storsjö | 2012-12-31 | 2 | -7/+76 |
* | rtmp: Add support for adobe authentication | Martin Storsjö | 2012-12-31 | 2 | -5/+160 |
* | rtmp: Add a function for writing AMF strings based on two substrings | Martin Storsjö | 2012-12-31 | 2 | -0/+22 |
* | rtmp: Return a proper error code in handle_invoke_error | Martin Storsjö | 2012-12-31 | 1 | -1/+1 |
* | hlsenc: make segment number unsigned | Luca Barbato | 2012-12-29 | 1 | -1/+1 |
* | hlsenc: make EXT-X-MEDIA-SEQUENCE always increase | Kanglin | 2012-12-29 | 1 | -2/+5 |
* | hlsenc: do not add timestamps in different timebases | Luca Barbato | 2012-12-29 | 1 | -2/+2 |
* | hlsenc: use the correct AV_TIME_BASE macro | Kanglin | 2012-12-29 | 1 | -1/+1 |
* | hlsenc: keep the playlist to the correct number of items | Luca Barbato | 2012-12-29 | 1 | -2/+4 |
* | hlsenc: use the segment filename in the playlist entry | Luca Barbato | 2012-12-29 | 1 | -3/+1 |
* | hlsenc: check append_entry return value | Luca Barbato | 2012-12-29 | 1 | -3/+6 |
* | hlsenc: use the basename to generate the list entries | Luca Barbato | 2012-12-29 | 1 | -1/+2 |
* | cosmetics: Prettyprint codec/format/filter registration files | Diego Biurrun | 2012-12-28 | 1 | -230/+243 |
* | build: Add rtpenc_chain extra config option | Diego Biurrun | 2012-12-28 | 1 | -4/+4 |
* | hlsenc: Don't duplicate a string constant | Martin Storsjö | 2012-12-24 | 1 | -1/+1 |
* | hlsenc: Allocate enough space for the pattern string | Stefano Sabatini | 2012-12-24 | 1 | -1/+1 |
* | Return proper error code after av_log_ask_for_sample() | Diego Biurrun | 2012-12-23 | 7 | -8/+8 |
* | oggdec: check memory allocation | Luca Barbato | 2012-12-23 | 1 | -2/+9 |
* | oggdec: K&R cosmetic formatting | Luca Barbato | 2012-12-23 | 1 | -117/+128 |
* | hlsenc: correctly report target duration | Luca Barbato | 2012-12-23 | 1 | -1/+7 |
* | rtpdec_vp8: Don't return known-broken packets | Martin Storsjö | 2012-12-21 | 1 | -21/+149 |
* | rtpdec: Pass the sequence number to depacketizers | Martin Storsjö | 2012-12-21 | 18 | -40/+43 |
* | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 11 | -13/+13 |
* | rtp: Don't read priv_data unless it is allocated | Martin Storsjö | 2012-12-20 | 1 | -1/+1 |
* | flvenc: Check whether seeking back to the header succeeded | Björn Axelsson | 2012-12-20 | 1 | -4/+8 |
* | sapenc: Pass the title on to the chained muxers | Jernej Virag | 2012-12-20 | 1 | -0/+5 |
* | mov: handle h263 and flv1 for codec_tag 'H','2','6','3' | Janne Grunau | 2012-12-19 | 2 | -1/+5 |
* | misc typo, style and wording fixes | Diego Biurrun | 2012-12-18 | 3 | -3/+3 |
* | doxy: Clarify what avpriv_set_pts_info does | Derek Buitenhuis | 2012-12-17 | 1 | -5/+7 |
* | au: Reorder code so that both muxer and demuxer are under #ifdefs | Diego Biurrun | 2012-12-17 | 1 | -63/+63 |
* | cosmetics: Use consistent names for multiple inclusion guards. | Diego Biurrun | 2012-12-17 | 1 | -3/+3 |
* | rtpdec_vp8: Cosmetics: Fix bad alignment/indentation | Martin Storsjö | 2012-12-16 | 1 | -2/+2 |
* | rtpenc: Allow including a SDES/CNAME block in RTCP SR packets | Martin Storsjö | 2012-12-16 | 2 | -0/+18 |
* | rtpenc_vp8: Include the picture number in VP8 packets | Martin Storsjö | 2012-12-16 | 2 | -7/+15 |
* | rtpproto: Remove unused defines | Martin Storsjö | 2012-12-12 | 1 | -3/+0 |
* | rtpdec_mpeg4: Cosmetic cleanup | Martin Storsjö | 2012-12-12 | 1 | -12/+7 |
* | rtpdec: Cosmetic cleanup of the header | Martin Storsjö | 2012-12-12 | 1 | -19/+26 |