summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * eacmv: fix potential pointer arithmetic overflowsLaurent Aimar2011-10-10
| * adpcm: fix out of bound reads due to integer overflowLaurent Aimar2011-10-10
| * anm: prevent infinite loopLaurent Aimar2011-10-10
| * avsdemux: check for out of bound writesLaurent Aimar2011-10-10
| * avs: check for out of bound readsLaurent Aimar2011-10-10
| * avsdemux: check for corrupted dataLaurent Aimar2011-10-10
| * AVOptions: refactor set_number/write_numberAnton Khirnov2011-10-10
| * AVOptions: cosmetics, rename static av_set_number2() to write_number().Anton Khirnov2011-10-10
| * AVOptions: cosmetics, move and rename static av_set_number().Anton Khirnov2011-10-10
| * AVOptions: split av_set_string3 into opt type-specific functionsAnton Khirnov2011-10-10
| * avidec: fix signed overflow in avi_sync()Mans Rullgard2011-10-10
| * mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related fu...Alex Converse2011-10-10
| * dnxhddec: handle cid change in bitstream.Baptiste Coudurier2011-10-10
| * vc1: K&R reformatting cosmeticsKostya Shishkov2011-10-10
| * ra288: log an error message when output buffer is too small.Justin Ruggles2011-10-10
| * ra288: use a more descriptive calculation for output data sizeJustin Ruggles2011-10-10
| * ra144: use macro constants to make the code more understandable.Justin Ruggles2011-10-10
| * ra144dec: log an error message when output buffer is too small.Justin Ruggles2011-10-10
| * ra144dec: use a more descriptive calculation for output data sizeJustin Ruggles2011-10-10
| * lavc: Micro version bump for VC1 interlaced decoding supportMashiat Sarker Shakkhar2011-10-10
| * vc1dec: interlaced stream decoding support 3/3Mashiat Sarker Shakkhar2011-10-10
| * vc1dec: interlaced stream decoding support 2/3Mashiat Sarker Shakkhar2011-10-10
| * vc1dec: interlaced stream decoding support 1/3Mashiat Sarker Shakkhar2011-10-10
| * vaapi: Fix VC-1 decoding (reconstruct bitstream TTFRM correctly).Gwenole Beauchesne2011-10-10
| * configure: Add -Wstrict-prototypes to CFLAGS if available.Diego Biurrun2011-10-10
| * avidec: simplify size parameter in memset()Janne Grunau2011-10-10
* | ffprobe: prefer lowercase section names over uppercase onesStefano Sabatini2011-10-11
* | libmodplug: do not call av_expr_parse() in case of no expr specified.Clément Bœsch2011-10-10
* | libmodplug: simpler and faster use of eval expr.Clément Bœsch2011-10-10
* | mxfdec: Move FooterPartition to MXFContext and make sure it's never set to zeroTomas Härdin2011-10-10
* | Support playing SMV files.Reimar Döffinger2011-10-10
* | libmodplug: add bintext video stream capability.Clément Bœsch2011-10-10
* | swresample: fix another broken indent chunk.Clément Bœsch2011-10-10
* | mpegts: reduce av_log level for seek back to begin on unseekable protocols to...Michael Niedermayer2011-10-10
* | mpegts: Attempt to seek back to beginning in non-seekable mpegts files.Petter Ericson2011-10-10
* | Add G.723.1 to the documentation.Carl Eugen Hoyos2011-10-10
* | Bump minor for G.723.1 encoder and muxer.Carl Eugen Hoyos2011-10-10
* | swresample: fix broken indent.Clément Bœsch2011-10-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-10
|\|
| * mpeg4dec: use unsigned type for startcode in ff_mpeg4_decode_picture_headerMans Rullgard2011-10-09
| * mpeg124: use sign_extend() functionMans Rullgard2011-10-09
| * ac3dec: use get_sbits() instead of manually sign-extendingMans Rullgard2011-10-09
| * 4xm: fix signed overflowMans Rullgard2011-10-09
| * wmavoice: fix a signed overflowMans Rullgard2011-10-09
| * mpegvideo_enc: fix a signed overflowMans Rullgard2011-10-09
| * crc: fix signed overflowMans Rullgard2011-10-09
| * fate: run avconv with -nostats flagMans Rullgard2011-10-09
| * avtools: add -v as alias for -loglevelMans Rullgard2011-10-09
| * avconv: always print stats with AV_LOG_INFOAnton Khirnov2011-10-09
| * doc/avconv: add forgotten output/per-stream info to -filterAnton Khirnov2011-10-09