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
2013-01-21tiff: Fix assignments in if()Michael Niedermayer
2013-01-21ra144enc: Fix assignments in if()Michael Niedermayer
2013-01-21nellymoserenc: Fix assignments in if()Michael Niedermayer
2013-01-21libvorbisenc: Fix assignments in if()Michael Niedermayer
2013-01-21libvo-aacenc: Fix assignments in if()Michael Niedermayer
2013-01-21libspeexenc: Fix assignments in if()Michael Niedermayer
2013-01-21libopencore-amr: Fix assignments in if()Michael Niedermayer
2013-01-21libmp3lame: Fix assignments in if()Michael Niedermayer
2013-01-21libfdk-aacenc: Fix assignments in if()Michael Niedermayer
2013-01-21libfaac: Fix assignments in if()Michael Niedermayer
2013-01-21aacenc: Fix assignments in if()Michael Niedermayer
2013-01-20mpeg1enc: Disable threads for resolutions too large for multi-threadingMichael Niedermayer
2013-01-20mpeg12enc: check dimension validityMichael Niedermayer
2013-01-20mpeg12enc: Correctly mask dimensionsMichael Niedermayer
2013-01-20mpeg12: Support decoding dimensions that are a multiple of 4096Michael Niedermayer
2013-01-20h264: add 3 pixels below for subpixel filter wait position.Ronald S. Bultje
2013-01-20h264: don't clobber mmco opcode tables for non-first slice headers.Ronald S. Bultje
2013-01-07tiffdec: Use the correct height field.Piotr Bandurski
2013-01-01lavc/ass_split: check for NULL pointer in ff_ass_split_override_codes().Clément Bœsch
2013-01-01lavc/movtextdec: keep the min size instead of max to fix overread.Clément Bœsch
2012-12-13mpeg1video: fix regression with slices != threadsMichael Niedermayer
2012-12-13mpeg1video: support multi threaded slice encoding.Michael Niedermayer
2012-12-11flac_parser.c: fix issue with looping output for small files.Michael Chinen
2012-12-10vqavideo: Reinitialise the actually used partial codebook bytestream-reader.Carl Eugen Hoyos
2012-12-08lavc: include os2threads.h in vp8.h if HAVE_OS2THREADS is enabledKO Myung-Hun
2012-12-06h264: slice-mt: get last_pic_dropable from master contextJanne Grunau
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