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
2014-03-21vorbisdec: Check bark_map_size.Michael Niedermayer
2014-03-21avcodec/snow: split block clipping checksMichael Niedermayer
2014-03-21avcodec/msrle: use av_image_get_linesize() to calculate the linesizeMichael Niedermayer
2014-03-21avcodec/wmalosslessdec: fix mclms_coeffs* array sizeMichael Niedermayer
2014-03-21wmalosslessdec: make mclms arrays big enough for whats written into them.Michael Niedermayer
2014-03-21avcodec/vc1: reset fcm/field_mode in non advanced header parsingMichael Niedermayer
2014-03-21avcodec/vmnc: Check that rectangles are within the pictureMichael Niedermayer
2014-03-21dnxhdenc: fix mb_rc sizeMichael Niedermayer
2014-03-21avcodec/jpeglsdec: check err value for ls_get_code_runterm()Michael Niedermayer
2014-03-21avcodec/parser: reset indexes on realloc failureMichael Niedermayer
2013-12-21arm: Don't clobber callee saved registers in scalarproductMartin Storsjö
2013-10-26avcodec/h264: reduce noisiness of "mmco: unref short failure"Michael Niedermayer
2013-10-24avcodec/h264_refs: modify key frame detection heuristic to detect more casesMichael Niedermayer
2013-09-23avcodec/ffv1enc: update buffer check for 16bpsMichael Niedermayer
2013-09-23avcodec/dsputil: fix signedness in sizeof() comparissionsMichael Niedermayer
2013-09-23avcodec/pngdsp: fix (un)signed type in end comparissionMichael Niedermayer
2013-09-23jpeg2000: check log2_cblk dimensionsMichael Niedermayer
2013-09-23avcodec/rpza: Perform pointer advance and checks before using the pointersMichael Niedermayer
2013-09-23avcodec/flashsv: check diff_start/heightMichael Niedermayer
2013-09-23update all trac links to use the trac subdomainMichael Niedermayer
2013-09-23huffyuvdec: Skip len==0 casesMichael Niedermayer
2013-09-23huffyuvdec: Check init_vlc() return codes.Michael Niedermayer
2013-07-09mpeg12dec: avoid reinitialization on PS changes when possible.Michael Niedermayer
2013-06-13alacenc: Fix missing sign_extend()Michael Niedermayer
2013-05-31h264_cavlc: fix reading skip runMichael Niedermayer
2013-05-21smacker: remove av_clip_int16()Michael Niedermayer
2013-05-05Fix type of shared flac table ff_flac_blocksize_table[].Carl Eugen Hoyos
2013-03-18Do not (re-)set libx264 parameter b_tff if interlaced encoding was not reques...Carl Eugen Hoyos
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
2012-09-13dxva2: include dxva.h if foundRonald S. Bultje
2012-05-03indeo4: check that num_mbs matchesn0.9.2Michael Niedermayer
2012-05-03dsp: fix diff_bytes_mmx() with small widthMichael Niedermayer
2012-05-03vqavideodev: Check image dimensionsMichael Niedermayer
2012-05-03sonic: update to new APIMichael Niedermayer
2012-05-03qpeg: Fix out of array writes.Michael Niedermayer
2012-05-03srtdec: fix a format string vulnerability.Fabian Greffrath
2012-04-04Replace SSE2 instruction in scalarproduct_float_sse() by SSE equivalent.ami_stuff
2012-04-04h264: fix seeking in low delay streams without IDRMichael Niedermayer
2012-04-01smacker audio: sign-extend the initial 16-bit predicted valueFranz Brauße
2012-01-17indeo4: fix LE reader define for backportMichael Niedermayer
2012-01-12Fix compilation with yasm-0.6.2.Carl Eugen Hoyos
2012-01-05vc1dec: fix invalid memory access for small video dimensionsJohn Brooks
2012-01-05rv34: fix invalid memory access for small video dimensionsJohn Brooks
2012-01-05vorbis: make sure ch is non zero before calling vorbis_residue_decodeMichael Niedermayer
2012-01-05vorbis: An additional defense in the Vorbis codec.Chris Evans
2012-01-05vorbis: Fix decoder bug.Chris Evans
2012-01-05vorbisdec: Make sure blocksize is not set to an invalid value.Michael Niedermayer
2012-01-05vorbis: Fix last quarter of CVE-2011-3893Michael Niedermayer
2012-01-05ogg: Avoid the possibility to read out-of-bounds of a static global array in ...Chris Evans