| Commit message (Expand) | Author | Age | Files | Lines |
* | flvenc: adjust for negative DTS for all codecs, not just H.264 | Justin Ruggles | 2011-10-20 | 1 | -2/+2 |
* | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 34 | -56/+79 |
* | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 89 | -117/+117 |
* | lavf: add avformat_new_stream as a replacement for av_new_stream. | Anton Khirnov | 2011-10-19 | 3 | -4/+37 |
* | Ut Video decoder | Kostya Shishkov | 2011-10-19 | 1 | -0/+4 |
* | rtsp: Expose the flag options via private AVOptions for sdp and rtp, too | Martin Storsjö | 2011-10-17 | 1 | -2/+29 |
* | rtsp: Make the rtsp flags avoptions set via a define | Martin Storsjö | 2011-10-17 | 1 | -2/+6 |
* | rtpenc: Set a default video codec | Martin Storsjö | 2011-10-17 | 1 | -1/+1 |
* | rtp: Fix ff_rtp_get_payload_type | Martin Storsjö | 2011-10-17 | 1 | -1/+2 |
* | rtsp: Remove the separate filter_source variable | Martin Storsjö | 2011-10-17 | 2 | -8/+2 |
* | rtsp: Accept options via private avoptions instead of URL options | Martin Storsjö | 2011-10-17 | 3 | -3/+45 |
* | rtsp: Simplify AVOption definitions | Martin Storsjö | 2011-10-17 | 1 | -1/+3 |
* | rtsp: Merge the AVOption lists | Martin Storsjö | 2011-10-17 | 4 | -15/+12 |
* | avio: Check for invalid buffer length. | Alex Converse | 2011-10-16 | 1 | -2/+5 |
* | mpegenc/mpegtsenc: add muxrate private options. | Anton Khirnov | 2011-10-17 | 5 | -3/+48 |
* | lavf: deprecate AVFormatContext.file_size | Anton Khirnov | 2011-10-17 | 6 | -16/+13 |
* | mov: add support for TV metadata atoms tves, tvsn and stik | Raivo Hool | 2011-10-17 | 1 | -0/+33 |
* | matroskadec: fix out of bounds write | Ronald S. Bultje | 2011-10-15 | 1 | -1/+1 |
* | mov: 10l: Terminate string with 0 not '0' | Alex Converse | 2011-10-14 | 1 | -1/+1 |
* | mov: Prevent illegal writes when chapter titles are very short. | Alex Converse | 2011-10-14 | 1 | -8/+15 |
* | riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_header | John Brooks | 2011-10-14 | 2 | -8/+2 |
* | id3v2: reduce the scope of some non-globally-used symbols/structures | Diego Biurrun | 2011-10-13 | 2 | -18/+14 |
* | id3v2: cosmetics: move some declarations before the places they are used | Diego Biurrun | 2011-10-13 | 1 | -65/+65 |
* | shn: do not allow seeking in the raw shn demuxer. | Justin Ruggles | 2011-10-13 | 1 | -1/+1 |
* | avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK. | Justin Ruggles | 2011-10-13 | 3 | -2/+5 |
* | avformat: update AVInputFormat allowed flags | Justin Ruggles | 2011-10-13 | 1 | -1/+3 |
* | avformat: don't unconditionally call ff_read_frame_flush() when trying to seek. | Justin Ruggles | 2011-10-13 | 1 | -10/+14 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 19 | -59/+59 |
* | Remove all uses of deprecated AVOptions API. | Anton Khirnov | 2011-10-12 | 3 | -12/+11 |
* | AVOptions: add new API for enumerating children. | Anton Khirnov | 2011-10-12 | 1 | -22/+29 |
* | flvenc: Write the right metadata entry count | Martin Storsjö | 2011-10-12 | 1 | -3/+10 |
* | rtsp: Request that dynamic rate is disabled | Martin Storsjö | 2011-10-12 | 1 | -0/+2 |
* | rtsp: Parse the x-Accept-Dynamic-Rate header | Martin Storsjö | 2011-10-12 | 2 | -0/+6 |
* | rtpdec: Add ff_ prefix to all nonstatic symbols | Martin Storsjö | 2011-10-12 | 4 | -37/+37 |
* | rtpdec: Read the packet length for all RTCP packet types | John Brooks | 2011-10-12 | 1 | -7/+7 |
* | rtpdec: Fix the minimum packet length for RTCP SR packets | John Brooks | 2011-10-12 | 1 | -1/+1 |
* | flvdec: Don't export metadata entries that aren't proper metadata | Martin Storsjö | 2011-10-12 | 1 | -0/+14 |
* | flvdec: Split out setting of numeric fields from storing metadata | Martin Storsjö | 2011-10-12 | 1 | -5/+9 |
* | mov: do not misreport empty stts | Luca Barbato | 2011-10-11 | 1 | -2/+2 |
* | mov: cosmetics, fix for and if spacing | Luca Barbato | 2011-10-11 | 1 | -46/+50 |
* | id3v2: fix NULL pointer dereference | Anton Khirnov | 2011-10-11 | 1 | -6/+6 |
* | mov: read album_artist atom | Raivo Hool | 2011-10-11 | 1 | -0/+1 |
* | mov: fix disc/track numbers and totals | Raivo Hool | 2011-10-11 | 1 | -8/+15 |
* | smacker: Separate audio flags from sample rates in smacker demuxer. | Justin Ruggles | 2011-10-11 | 1 | -14/+17 |
* | 4xmdemux: prevent use of uninitialized memory | Laurent Aimar | 2011-10-10 | 1 | -3/+5 |
* | avsdemux: check for out of bound writes | Laurent Aimar | 2011-10-10 | 1 | -0/+2 |
* | avsdemux: check for corrupted data | Laurent Aimar | 2011-10-10 | 1 | -0/+2 |
* | avidec: fix signed overflow in avi_sync() | Mans Rullgard | 2011-10-10 | 1 | -2/+3 |
* | mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related fu... | Alex Converse | 2011-10-10 | 1 | -8/+16 |
* | avidec: simplify size parameter in memset() | Janne Grunau | 2011-10-10 | 1 | -1/+1 |