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-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
2012-01-05Fix possible infinite loop decoding als.Philippe Saint-Pierre
2012-01-05jpegdec: Fix vlc table check for progressive jpegs.Michael Niedermayer
2012-01-04Revert "wavpack: Clip samples after shifting"Carl Eugen Hoyos
2012-01-04wavpack: determine sample_fmt before requesting a bufferHendrik Leppkes
2012-01-04Added yuva420p decoding support for libopenjpegMichael Bradshaw
2012-01-04Added RGBA and YUV440 decoding support for libopenjpeg decoderMichael Bradshaw
2012-01-04Fixed openjpeg decoding bug with width/linesize issueMichael Bradshaw
2012-01-04jpegdec: non interleaved rgb ljpeg support.Michael Niedermayer
2012-01-04jpegdec: 9-16 bit yuv/gray ljpeg support.Michael Niedermayer
2012-01-04jpegdec: Only enable rgb mode when there are 3 components.Michael Niedermayer
2012-01-04bmv audio: implement new audio decoding APIJustin Ruggles
2012-01-04y41p encoder and decoderPaul B Mahol
2012-01-04j2kdec: av_log formatting use %tx instead of %xJean First
2012-01-04Avoid uninitialized data in lcldec when ofs is 0 in MSZH.Reimar Döffinger
2012-01-04mlp_parser: Fix infinite loop with 0 bytes_left.Michael Niedermayer
2012-01-04ljpegdec: fix point transform injection.Michael Niedermayer
2012-01-04indeo5: Fix null pointer dereferences of ref_mbMichael Niedermayer
2012-01-04h264_mp4toannexb_filter: pass error code through.Michael Niedermayer
2012-01-04qpeg: Check for overread in qpeg_decode_intra.Michael Niedermayer
2012-01-04indeo5: fix division by 0 in ff_ivi_init_tiles()Michael Niedermayer
2012-01-04indeo5: Fix crash due to partially initialized gop vars.Michael Niedermayer
2012-01-04indeo5: fix null pointer crash with ref_mbMichael Niedermayer
2012-01-04vcr1dec: Check that there is sufficient input data.Michael Niedermayer
2012-01-04v410dec: Check for sufficient input data.Michael Niedermayer
2012-01-04Indeo 4 decoderKostya Shishkov
2012-01-04Fix a crash when reading gray pam files.Carl Eugen Hoyos
2012-01-04shorten: validate values in fmt chunk searchMichael Niedermayer
2012-01-04shorten: Fix invalid free()Michael Niedermayer
2012-01-04golomb: Fix infinite loop in svq3_get_ue_golomb()Michael Niedermayer
2012-01-04ws_snd1: Fix wrong samples count and crash.Michael Niedermayer
2012-01-04vmdav: check that theres enough space for a chunk remaining.Michael Niedermayer
2012-01-04mpeg4videodec: Fix division by zero in mpeg4_decode_sprite_trajectory()Michael Niedermayer
2012-01-04j2kdec: Fix crash in get_qcxMichael Niedermayer
2012-01-04j2kdec: Check curtileno for validityMichael Niedermayer
2012-01-04j2kdec: Check for interger overflow in tile array allocationMichael Niedermayer
2012-01-04j2kdec: fix division by zero, check tile dimensions for validityMichael Niedermayer
2012-01-04libopenjpeg: support decoding with bits per pixel greater than 8Jean First
2012-01-04Release buffers after encoding svq1.Carl Eugen Hoyos
2012-01-04Fix a possible endless loop when decoding aac.Carl Eugen Hoyos
2012-01-04h264: Fix a possible overread in decode_nal_units()Alexander Strange
2012-01-04h264: Decode short VUI without errorMichael Niedermayer
2012-01-04w32thread: call ResetEvent() in pthread_cond_broadcast().Sergey Radionov