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-12-04qdm2: check array index before use, fix out of array accessesMichael Niedermayer
2012-12-04huffyuvdec: check width more completely, avoid out of array accessesMichael Niedermayer
2012-12-03roqvideodec: check dimensions validityMichael Niedermayer
2012-12-03h264: correct ref count check and limit, fix out of array accesses.Michael Niedermayer
2012-12-03eamad: fix out of array accessesMichael Niedermayer
2012-12-03pgssubdec: check RLE size before copying. Fix out of array accessesMichael Niedermayer
2012-12-03wavpack: fix out of array accessMichael Niedermayer
2012-12-03mjpegdec: check SE.Michael Niedermayer
2012-12-03alac: fix integer overflow leading to subsequent out of array accesses.Michael Niedermayer
2012-12-03alac: fix nb_samples < order caseMichael Niedermayer
2012-12-03iff/ilbm: check remaining buffer size.Michael Niedermayer
2012-12-03tiffdec: check count in metadata reading.Michael Niedermayer
2012-12-03mpegvideo enc: choose VBV buffer size for mpeg4 when none is specified instea...Michael Niedermayer
2012-12-03mpegvideo enc: choose VBV buffer size for mpeg1/2 when none is specified inst...Michael Niedermayer
2012-12-03ffv1: fix array data typesMichael Niedermayer
2012-12-03libvorbisenc: fix afq delay settingMichael Niedermayer
2012-12-03aacenc: fix out of array writesMichael Niedermayer
2012-12-03ffv1enc: fix integer overflow with high resolutions and lots of slices.Michael Niedermayer
2012-09-28mp3dec: Fix possibly exploitable crashMichael Niedermayer
2012-09-27mpegvideo_enc: reduce QMAT_SHIFT to avoid overflow in dnxhdMichael Niedermayer
2012-09-27dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction()Michael Niedermayer
2012-09-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-26truemotion2: Request samples for old TM2 headersDiego Biurrun
2012-09-26Revert "arm/h264: fix overreads in h264_chroma_mc8-and-h264_chroma_mc4"Michael Niedermayer
2012-09-26ffv1dec: support decoding older 1.3 bitstream variantMichael Niedermayer
2012-09-26ffv1:update copyright yearMichael Niedermayer
2012-09-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-26diracyasm: fix win64Michael Niedermayer
2012-09-26libx264: fix open GOPMichael Niedermayer
2012-09-26mlpdec: supress layout mismatch warnings for 2 ch upmixed monoMichael Niedermayer
2012-09-26mlpdec: discard a 2nd substream if the stream is monoMichael Niedermayer
2012-09-26mlp_parser: dont override existing channel geometry.Michael Niedermayer
2012-09-26xsub: feed init_get_bits the whole bufferAlexandre Colucci
2012-09-25arm/h264: fix overreads in h264_chroma_mc8-and-h264_chroma_mc4bruce-wu
2012-09-25libfdk-aac: Allow setting VBR modes via a private optionMartin Storsjö
2012-09-25libfdk-aac: Warn the user that the VBR modes are unsupportedMartin Storsjö
2012-09-25Revert "cbrt_tablegen: Include libm.h"Derek Buitenhuis
2012-09-25dnxhdenc: fix speed regressionMichael Niedermayer
2012-09-25mpegvideo: factorize ff_dct_encode_init()Michael Niedermayer
2012-09-25dnxhdenc: remove redundant call to ff_dsputil_init()Michael Niedermayer
2012-09-25avcodec_alloc_frame: dont zero the whole struct twiceMichael Niedermayer
2012-09-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-25Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer
2012-09-25pthread: make sure AVFrame.extended_data is set properly.Anton Khirnov
2012-09-25libfdk-aac: reindent after last commitNathan Caldwell
2012-09-25libfdk-aac: Limit to supported sample rates.Nathan Caldwell
2012-09-25cbrt_tablegen: Include libm.hDerek Buitenhuis
2012-09-25ffv1dec: change bitstream end check to a exact check instead of a +-1 checkMichael Niedermayer
2012-09-25ffv1: inject sentinels for RC->VLC transitions begining with 1.3Michael Niedermayer
2012-09-25ffv1enc: fix RC slice sentinelMichael Niedermayer