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-13atrac3: Fix crash in tonal component decoding.n0.6.5Michael Niedermayer
2012-01-13h264: check chroma_format_idc range.Michael Niedermayer
2012-01-13Merge remote-tracking branch 'qatar/release/0.6' into release/0.6Michael Niedermayer
2012-01-08vorbis: An additional defense in the Vorbis codec.Chris Evans
2012-01-08vorbisdec: Fix decoding bug with channel handlingReinhard Tartler
2012-01-08Merge remote-tracking branch 'qatar/release/0.6' into release/0.6Michael Niedermayer
2012-01-08vp3: fix regression with mplayer-crash.ogvMichael Niedermayer
2012-01-08vorbis: Avoid some out-of-bounds readsChris Evans
2012-01-08vp3: fix streams with non-zero last coefficientJanne Grunau
2012-01-07vp3: fix oob read for negative tokens and memleaks on error.Ronald S. Bultje
2011-12-28h264: fix init of topleft ref/mv.Michael Niedermayer
2011-12-24qdm2: check output buffer size before decodingJustin Ruggles
2011-12-24Fix qdm2 decoder packet handling to match the apiBaptiste Coudurier
2011-12-244xm: Add a check in decode_i_frame to prevent buffer overreadsShitiz Garg
2011-12-24wma: initialize prev_block_len_bits, next_block_len_bits, and block_len_bits.Justin Ruggles
2011-12-24vp3dec: Check coefficient index in vp3_dequant()Reinhard Tartler
2011-12-24svq1dec: call avcodec_set_dimensions() after dimensions changed.Michael Niedermayer
2011-12-24vp6: Fix illegal read.Thierry Foucu
2011-12-24vp6: Fix illegal read.Alex Converse
2011-12-24vp6: Reset the internal state when aborting key frames header parsingLaurent Aimar
2011-12-24vp6: Check for huffman tree build errorsLaurent Aimar
2011-12-24vp6: partially propagate huffman tree building errors during coeff model pars...Dustin Brody
2011-12-24Fix out of bound reads in the QDM2 decoder.Laurent Aimar
2011-12-24Check for out of bound writes in the QDM2 decoder.Laurent Aimar
2011-12-24vmd: fix segfaults on corruped streamsLaurent Aimar
2011-12-24rv34: Check for invalid slice offsetsLaurent Aimar
2011-12-24rv34: Fix potential overreadsLaurent Aimar
2011-12-24rv34: Avoid NULL dereference on corrupted bitstreamLaurent Aimar
2011-12-24rv10: Reject slices that does not have the same type as the first oneLaurent Aimar
2011-12-24smacker: fix a few off by 1 errorsMichael Niedermayer
2011-12-24Check for invalid VLC value in smacker decoder.Laurent Aimar
2011-12-24Check and propagate errors when VLC trees cannot be built in smacker decoder.Laurent Aimar
2011-12-24Fixed size given to init_get_bits() in xan decoder.Laurent Aimar
2011-12-24Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks.Laurent Aimar
2011-12-24indeo2: fail if input buffer too smallAlex Converse
2011-12-24indeo2: init_get_bits size in bits instead of bytesAlex Converse
2011-12-24wavpack: Check error codes rather than working around error conditions.Alex Converse
2011-12-24Fixed invalid writes in wavpack decoder on corrupted bitstreams.Laurent Aimar
2011-12-24Fixed invalid access in wavpack decoder on corrupted bitstream.Laurent Aimar
2011-12-24Fixed invalid access in wavpack decoder on corrupted extra bits sub-blocks.Laurent Aimar
2011-12-24cpu detection: avoid a signed overflowSean McGovern
2011-12-24h264: correct implicit weight table computation for long ref picsJeff Downs
2011-12-24h264: correct the check for invalid long term frame index in MMCO decodeJeff Downs
2011-12-24rv10/20: tell decoder to use edge emulationKostya Shishkov
2011-12-24VC-1: fix reading of custom PAR.Reimar Döffinger
2011-11-05h264: notice memory allocation failureDustin Brody
2011-11-05libx264: do not set pic quality if no frame is outputBaptiste Coudurier
2011-11-05rv30: return AVERROR(EINVAL) instead of EINVALDiego Biurrun
2011-11-05Do not decode RV30 files if the extradata is too smallRafaël Carré
2011-11-05aacps: skip some memcpy() if src and dst would be equalMans Rullgard