summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * eacmv: fix potential pointer arithmetic overflowsLaurent Aimar2011-10-10
| | | | | | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
| * adpcm: fix out of bound reads due to integer overflowLaurent Aimar2011-10-10
| | | | | | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
| * anm: prevent infinite loopLaurent Aimar2011-10-10
| | | | | | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
| * avsdemux: check for out of bound writesLaurent Aimar2011-10-10
| | | | | | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
| * avs: check for out of bound readsLaurent Aimar2011-10-10
| | | | | | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
| * avsdemux: check for corrupted dataLaurent Aimar2011-10-10
| | | | | | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
| * AVOptions: refactor set_number/write_numberAnton Khirnov2011-10-10
| | | | | | | | | | | | write_number() does the actual writing of the supplied number to destination. Move finding the option and choosing destination address out of it.
| * 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
| | | | | | | | | | | | Also stop attempting to honor the alloc parameter, as things break horribly in that case. It will be removed in upcoming successor to av_set_string3.
| * avidec: fix signed overflow in avi_sync()Mans Rullgard2011-10-10
| | | | | | | | | | | | | | | | Keeping byte values read from the file as unsigned is consistent with how they are subsequently used and avoids an undefined left shift by 24 when bit 7 is set. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related ↵Alex Converse2011-10-10
| | | | | | | | functions.
| * dnxhddec: handle cid change in bitstream.Baptiste Coudurier2011-10-10
| |
| * vc1: K&R reformatting cosmeticsKostya Shishkov2011-10-10
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
| * ra288: log an error message when output buffer is too small.Justin Ruggles2011-10-10
| | | | | | | | also return AVERROR(EINVAL) instead of -1.
| * 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
| | | | | | | | also return AVERROR(EINVAL) instead of -1.
| * 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
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * vc1dec: interlaced stream decoding support 3/3Mashiat Sarker Shakkhar2011-10-10
| | | | | | | | | | | | Cosmetics: break some lines and reformat TODOs Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * vc1dec: interlaced stream decoding support 2/3Mashiat Sarker Shakkhar2011-10-10
| | | | | | | | | | | | Cosmetics: reformat some data tables in vc1data.c Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * vc1dec: interlaced stream decoding support 1/3Mashiat Sarker Shakkhar2011-10-10
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * vaapi: Fix VC-1 decoding (reconstruct bitstream TTFRM correctly).Gwenole Beauchesne2011-10-10
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
| * 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
| | | | | | | | | | This is consistent with chapter names. The default writer section names are converted to uppercase for keeping backward compatibility.
* | 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
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Support playing SMV files.Reimar Döffinger2011-10-10
| | | | | | | | | | | | | | | | | | | | | | | | Audio and video are interleaved via stream cur_dts - no idea how reliable this is. It also cannot display the video properly - it is stored with about 15 in a single JPEG frame, I cannot think of a reasonable way to implement this. Samples: http://samples.mplayerhq.hu/smv/ Format description: http://wiki.multimedia.cx/index.php?title=SMV Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* | libmodplug: add bintext video stream capability.Clément Bœsch2011-10-10
| |
* | swresample: fix another broken indent chunk.Clément Bœsch2011-10-10
| | | | | | | | Also use a consistent style inside that block.
* | mpegts: reduce av_log level for seek back to begin on unseekable protocols ↵Michael Niedermayer2011-10-10
| | | | | | | | | | | | to info level. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mpegts: Attempt to seek back to beginning in non-seekable mpegts files.Petter Ericson2011-10-10
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | 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
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: mpeg4dec: use unsigned type for startcode in ff_mpeg4_decode_picture_header mpeg124: use sign_extend() function ac3dec: use get_sbits() instead of manually sign-extending 4xm: fix signed overflow wmavoice: fix a signed overflow mpegvideo_enc: fix a signed overflow crc: fix signed overflow fate: run avconv with -nostats flag avtools: add -v as alias for -loglevel avconv: always print stats with AV_LOG_INFO doc/avconv: add forgotten output/per-stream info to -filter avconv: add -stats option to enable/disable printing encoding progress avconv: in output_packet() don't set decoded_data_size for video. avconv: remove pointless always true condition avconv: factorize common code in transcode_init() zmbv: remove memcpy() of decoded frame mpeg12enc: use sign_extend() function h264pred: use unsigned types for pixel values, fix signed overflows h264: fix signed overflows in x*0x01010101 expressions h264pred: remove unused variables Conflicts: avconv.c tests/fate-run.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * mpeg4dec: use unsigned type for startcode in ff_mpeg4_decode_picture_headerMans Rullgard2011-10-09
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * mpeg124: use sign_extend() functionMans Rullgard2011-10-09
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * ac3dec: use get_sbits() instead of manually sign-extendingMans Rullgard2011-10-09
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * 4xm: fix signed overflowMans Rullgard2011-10-09
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * wmavoice: fix a signed overflowMans Rullgard2011-10-09
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * mpegvideo_enc: fix a signed overflowMans Rullgard2011-10-09
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * crc: fix signed overflowMans Rullgard2011-10-09
| | | | | | | | | | | | | | | | This fixes a signed overflow from i << 24 when i == 255 by making i unsigned. The result of the shift is already assigned to an variable of unsigned type. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate: run avconv with -nostats flagMans Rullgard2011-10-09
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * avtools: add -v as alias for -loglevelMans Rullgard2011-10-09
| | | | | | | | | | | | This saves a bit of typing. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * avconv: always print stats with AV_LOG_INFOAnton Khirnov2011-10-09
| | | | | | | | | | | | It's now possible to disable printing stats during encoding with -nostats, so there's no reason to print them differently depending on whether it's last report or not.
| * doc/avconv: add forgotten output/per-stream info to -filterAnton Khirnov2011-10-09
| |