summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* avconv: add -stats option to enable/disable printing encoding progressAnton Khirnov2011-10-09
* avconv: in output_packet() don't set decoded_data_size for video.Anton Khirnov2011-10-09
* avconv: remove pointless always true conditionAnton Khirnov2011-10-09
* avconv: factorize common code in transcode_init()Anton Khirnov2011-10-09
* zmbv: remove memcpy() of decoded frameMans Rullgard2011-10-09
* mpeg12enc: use sign_extend() functionMans Rullgard2011-10-09
* h264pred: use unsigned types for pixel values, fix signed overflowsMans Rullgard2011-10-09
* h264: fix signed overflows in x*0x01010101 expressionsMans Rullgard2011-10-09
* h264pred: remove unused variablesMans Rullgard2011-10-09
* lavf: fix signed overflow in avformat_find_stream_info()Mans Rullgard2011-10-08
* vp8: fix signed overflowsMans Rullgard2011-10-08
* motion_est: fix some signed overflowsMans Rullgard2011-10-08
* dca: fix signed overflow in shiftMans Rullgard2011-10-08
* aacdec: fix undefined shiftsMans Rullgard2011-10-08
* bink: Check for various out of bound writesLaurent Aimar2011-10-08
* bink: Check for out of bound writes when building treeLaurent Aimar2011-10-08
* put_bits: fix invalid shift by 32 in flush_put_bits()Mans Rullgard2011-10-08
* mpegps: Use av_get_packet() instead of poorly emulating it.Alex Converse2011-10-07
* motionpixels: decode only the 111 complete frames for fateJanne Grunau2011-10-07
* mpc8: Check out of bound bands limitLaurent Aimar2011-10-07
* xan: Prevent NULL dereference with missing paletteLaurent Aimar2011-10-07
* xan: Check for out of bound reads in xan_huffman_decode()Laurent Aimar2011-10-07
* xan: Fixed out of bound accesses in xan_unpack()Laurent Aimar2011-10-07
* motionpixels: Prevent calling init_vlc() with invalid parametersLaurent Aimar2011-10-07
* shorten: Fix out of bound writes in fix_bitshift()Laurent Aimar2011-10-07
* dsicinav: Check for out of bounds writesLaurent Aimar2011-10-07
* tiertexseqv: Check for out of bound readsLaurent Aimar2011-10-07
* quickdraw: Check for out of bound readsLaurent Aimar2011-10-07
* dsicinav: Check for out of bounds readsLaurent Aimar2011-10-07
* motionpixels: Fix the size of workspace buffersLaurent Aimar2011-10-07
* motionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temp...Laurent Aimar2011-10-07
* wmavoice: Check for corrupted extra dataLaurent Aimar2011-10-07
* wmavoice: Check for out of bound writesLaurent Aimar2011-10-07
* xan: Prevent NULL dereferences with missing reference frameLaurent Aimar2011-10-07
* bink: Prevent NULL dereferences with missing reference frameLaurent Aimar2011-10-07
* wavpack: Reset internal state on corrupted blocksLaurent Aimar2011-10-07
* wmapro: Validate the number of audio channels before using itLaurent Aimar2011-10-07
* mpc8: Fix return value on EOFLaurent Aimar2011-10-07
* shorten: Prevent block size from increasingLaurent Aimar2011-10-07
* xan: Prevent out of bound accessesLaurent Aimar2011-10-07
* H264: Only wait before triggering ff_thread_setup_complete() until the next s...Michael Niedermayer2011-10-07
* vp6: Reset the internal state when aborting key frames header parsingLaurent Aimar2011-10-07
* vp56: Release old pictures after a resolution changesLaurent Aimar2011-10-07
* vp6: Check for huffman tree build errorsLaurent Aimar2011-10-07
* vp56: Check for missing reference frame dataLaurent Aimar2011-10-07