Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-01fraps: release reference buffer on pix_fmt change.Ronald S. Bultje
2012-04-01kgv1: release reference picture on size change.Ronald S. Bultje
2012-04-01lcl: error out if uncompressed input buffer is smaller than framesize.Ronald S. Bultje
2012-04-01tiff: Prevent overreads in the type_sizes array.Alex Converse
2012-04-01truemotion2: error out if the huffman tree has no nodes.Ronald S. Bultje
2012-04-01mjpegb: don't return 0 at the end of frame decoding.Ronald S. Bultje
2012-04-01huffyuv: error out on bit overrun.Ronald S. Bultje
2012-04-01als: prevent infinite loop in zero_remaining().Ronald S. Bultje
2012-04-01cook: prevent div-by-zero if channels is zero.Ronald S. Bultje
2012-04-01smacker: Sanity check huffman tables found in the headers.Alex Converse
2012-04-01aac: fix infinite loop on end-of-frame with sequence of 1-bits.Alex Converse
2012-04-01wma: Clip WMA1 and WMA2 frame length to 11 bits.Alex Converse
2012-04-01flac: fix infinite loops on all-zero input or end-of-stream.Ronald S. Bultje
2012-04-01golomb: avoid infinite loop on all-zero input (or end of buffer).Ronald S. Bultje
2012-04-01qdm2: Check data block size for bytes to bits overflow.Alex Converse
2012-03-26avcodec: Remove a misplaced and useless attribute_deprecatedMartin Storsjö
2012-03-26avcodec: Remove a misplaced and useless attribute_deprecatedMartin Storsjö
2012-03-23avcodec: Remove a misplaced and useless attribute_deprecatedMartin Storsjö
2012-03-19Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael Niedermayer
2012-03-18smacker: validate channels and sample format.Justin Ruggles
2012-03-18smacker: check buffer size before reading output sizeJustin Ruggles
2012-03-18smacker: validate number of channelsJustin Ruggles
2012-03-18sipr: fix get_bits(0) callsMans Rullgard
2012-03-18motion_est: make MotionExtContext.map_generation unsignedMans Rullgard
2012-03-184xm: prevent NULL dereference with invalid huffman tableLaurent Aimar
2012-03-184xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in temporary buffersLaurent Aimar
2012-03-18ptx: check for out of bound readsLaurent Aimar
2012-03-18tiffdec: fix out of bound reads/writesLaurent Aimar
2012-03-18eacmv: check for out of bound readsLaurent Aimar
2012-03-18eacmv: fix potential pointer arithmetic overflowsLaurent Aimar
2012-03-18adpcm: fix out of bound reads due to integer overflowLaurent Aimar
2012-03-18anm: prevent infinite loopLaurent Aimar
2012-03-18avs: check for out of bound readsLaurent Aimar
2012-03-18vaapi: Fix VC-1 decoding (reconstruct bitstream TTFRM correctly).Gwenole Beauchesne
2012-03-184xm: fix signed overflowMans Rullgard
2012-03-18wmavoice: fix a signed overflowMans Rullgard
2012-03-18mpegvideo_enc: fix a signed overflowMans Rullgard
2012-03-18mpeg12enc: use sign_extend() functionMans Rullgard
2012-03-18vp8: fix signed overflowsMans Rullgard
2012-03-18motion_est: fix some signed overflowsMans Rullgard
2012-03-18dca: fix signed overflow in shiftMans Rullgard
2012-03-18aacdec: fix undefined shiftsMans Rullgard
2012-03-18bink: Check for various out of bound writesLaurent Aimar
2012-03-18bink: Check for out of bound writes when building treeLaurent Aimar
2012-03-18put_bits: fix invalid shift by 32 in flush_put_bits()Mans Rullgard
2012-03-18mpc8: Check out of bound bands limitLaurent Aimar
2012-03-18xan: Prevent NULL dereference with missing paletteLaurent Aimar
2012-03-18xan: Check for out of bound reads in xan_huffman_decode()Laurent Aimar
2012-03-18xan: Fixed out of bound accesses in xan_unpack()Laurent Aimar
2012-03-18motionpixels: Prevent calling init_vlc() with invalid parametersLaurent Aimar