| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve PVA probe function. | Reimar Döffinger | 2011-10-13 | 1 | -2/+15 |
* | libmodplug: remove mathematical constants now redundant. | Nicolas George | 2011-10-13 | 1 | -5/+0 |
* | g723.1: use raw muxer | Mohamed Naufal | 2011-10-13 | 3 | -22/+14 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-13 | 30 | -145/+194 |
|\ |
|
| * | 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 |
* | | Correct buffer handling for RTCP packets | John Brooks | 2011-10-13 | 1 | -7/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-12 | 3 | -74/+86 |
|\| |
|
| * | 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 |
* | | cdg: enable seeking | Michael Niedermayer | 2011-10-12 | 1 | -0/+1 |
* | | cdg: Try to detect keyframes. | Michael Niedermayer | 2011-10-12 | 1 | -0/+4 |
* | | cdg: set timestamps | Michael Niedermayer | 2011-10-12 | 1 | -0/+1 |
* | | lavf: check stream_index from read_packet() for validity. | Michael Niedermayer | 2011-10-12 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-11 | 3 | -12/+21 |
|\| |
|
| * | 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 |
* | | libmodplug: do not call av_expr_parse() in case of no expr specified. | Clément Bœsch | 2011-10-10 | 1 | -5/+7 |
* | | libmodplug: simpler and faster use of eval expr. | Clément Bœsch | 2011-10-10 | 1 | -13/+10 |
* | | mxfdec: Move FooterPartition to MXFContext and make sure it's never set to zero | Tomas Härdin | 2011-10-10 | 1 | -3/+14 |
* | | Support playing SMV files. | Reimar Döffinger | 2011-10-10 | 1 | -1/+90 |
* | | libmodplug: add bintext video stream capability. | Clément Bœsch | 2011-10-10 | 1 | -3/+140 |
* | | mpegts: reduce av_log level for seek back to begin on unseekable protocols to... | Michael Niedermayer | 2011-10-10 | 1 | -1/+1 |
* | | mpegts: Attempt to seek back to beginning in non-seekable mpegts files. | Petter Ericson | 2011-10-10 | 1 | -1/+4 |
* | | Bump minor for G.723.1 encoder and muxer. | Carl Eugen Hoyos | 2011-10-10 | 1 | -1/+1 |
* | | g723.1 muxer | Mohamed Naufal | 2011-10-10 | 3 | -1/+23 |
* | | Do not auto-detect Sorenson Spark in f4v. | Carl Eugen Hoyos | 2011-10-09 | 1 | -1/+1 |
* | | Be less verbose about continuity check errors. | Carl Eugen Hoyos | 2011-10-09 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-09 | 1 | -2/+2 |
|\| |
|
| * | lavf: fix signed overflow in avformat_find_stream_info() | Mans Rullgard | 2011-10-08 | 1 | -2/+2 |
* | | vqa: fix double free on corrupted streams | Laurent Aimar | 2011-10-09 | 1 | -3/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-08 | 1 | -8/+1 |
|\| |
|
| * | mpegps: Use av_get_packet() instead of poorly emulating it. | Alex Converse | 2011-10-07 | 1 | -8/+1 |