summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* zmbv: remove memcpy() of decoded frameMans Rullgard2011-10-091-1/+1
* mpeg12enc: use sign_extend() functionMans Rullgard2011-10-091-2/+2
* h264pred: use unsigned types for pixel values, fix signed overflowsMans Rullgard2011-10-092-21/+21
* h264: fix signed overflows in x*0x01010101 expressionsMans Rullgard2011-10-092-2/+2
* h264pred: remove unused variablesMans Rullgard2011-10-091-2/+0
* vp8: fix signed overflowsMans Rullgard2011-10-081-2/+3
* motion_est: fix some signed overflowsMans Rullgard2011-10-081-2/+2
* dca: fix signed overflow in shiftMans Rullgard2011-10-081-1/+2
* aacdec: fix undefined shiftsMans Rullgard2011-10-081-2/+2
* bink: Check for various out of bound writesLaurent Aimar2011-10-081-5/+14
* bink: Check for out of bound writes when building treeLaurent Aimar2011-10-081-1/+1
* put_bits: fix invalid shift by 32 in flush_put_bits()Mans Rullgard2011-10-081-1/+2
* mpc8: Check out of bound bands limitLaurent Aimar2011-10-071-0/+2
* xan: Prevent NULL dereference with missing paletteLaurent Aimar2011-10-071-0/+5
* xan: Check for out of bound reads in xan_huffman_decode()Laurent Aimar2011-10-071-1/+4
* xan: Fixed out of bound accesses in xan_unpack()Laurent Aimar2011-10-071-5/+13
* motionpixels: Prevent calling init_vlc() with invalid parametersLaurent Aimar2011-10-071-0/+2
* shorten: Fix out of bound writes in fix_bitshift()Laurent Aimar2011-10-071-1/+1
* dsicinav: Check for out of bounds writesLaurent Aimar2011-10-071-0/+2
* tiertexseqv: Check for out of bound readsLaurent Aimar2011-10-071-14/+51
* quickdraw: Check for out of bound readsLaurent Aimar2011-10-071-0/+12
* dsicinav: Check for out of bounds readsLaurent Aimar2011-10-071-0/+2
* motionpixels: Fix the size of workspace buffersLaurent Aimar2011-10-071-2/+4
* motionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temp...Laurent Aimar2011-10-071-0/+1
* wmavoice: Check for corrupted extra dataLaurent Aimar2011-10-071-0/+8
* wmavoice: Check for out of bound writesLaurent Aimar2011-10-071-0/+2
* xan: Prevent NULL dereferences with missing reference frameLaurent Aimar2011-10-071-0/+2
* bink: Prevent NULL dereferences with missing reference frameLaurent Aimar2011-10-071-3/+5
* wavpack: Reset internal state on corrupted blocksLaurent Aimar2011-10-071-10/+13
* wmapro: Validate the number of audio channels before using itLaurent Aimar2011-10-071-12/+12
* shorten: Prevent block size from increasingLaurent Aimar2011-10-071-2/+8
* xan: Prevent out of bound accessesLaurent Aimar2011-10-071-5/+20
* H264: Only wait before triggering ff_thread_setup_complete() until the next s...Michael Niedermayer2011-10-071-1/+5
* vp6: Reset the internal state when aborting key frames header parsingLaurent Aimar2011-10-071-1/+4
* vp56: Release old pictures after a resolution changesLaurent Aimar2011-10-071-0/+13
* vp6: Check for huffman tree build errorsLaurent Aimar2011-10-074-11/+18
* vp56: Check for missing reference frame dataLaurent Aimar2011-10-071-0/+2
* cinepak: Fix invalid read access on extra dataLaurent Aimar2011-10-061-1/+2
* vmd: fix segfaults on corruped streamsLaurent Aimar2011-10-061-24/+80
* cook: Fix js_vlc_bits value validation for joint stereoLaurent Aimar2011-10-061-2/+3
* Fixed deference of NULL pointer in motionpixels decoder.Laurent Aimar2011-10-061-1/+2
* libx264: support 9- and 10-bit output.Anton Khirnov2011-10-064-2/+37
* h264: correct implicit_weight for field-interlaced pictures.Ronald S. Bultje2011-10-051-1/+5
* mpegvideo: set correct offset for edge emulation buffer.Ronald S. Bultje2011-10-052-6/+3
* mpegvideo: fix position of bottom edge.Ronald S. Bultje2011-10-051-6/+9
* Fix 'heigth' vs. 'height' typos.Diego Biurrun2011-10-051-1/+1
* lavc/lavf: use unique private classes.Anton Khirnov2011-10-051-2/+8
* lavc: use designated initializers for av_codec_context_classAnton Khirnov2011-10-051-1/+8
* qcelpdec: cosmetics: do not add line break before opening bracket in 'for',Justin Ruggles2011-10-041-120/+60
* qcelp: check output buffer size before decodingJustin Ruggles2011-10-041-2/+8
OpenPOWER on IntegriCloud