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-11Release notes and changelog for 0.6.5Reinhard Tartler
2012-01-11Bump version number for 0.6.5 release.Reinhard Tartler
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-08matroskadec: Fix a bug where a pointer was cached to an array that might late...Chris Evans
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-25Merge remote-tracking branch 'qatar/release/0.6' into release/0.6n0.6.4Michael Niedermayer
2011-12-25Release notes and changelog for 0.6.4Reinhard Tartler
2011-12-25Merge remote-tracking branch 'qatar/release/0.6' into release/0.6Michael Niedermayer
2011-12-24Bump version number for 0.6.4 release.Reinhard Tartler
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-24swscale: #include "libavutil/mathematics.h"Reinhard Tartler
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-24oggdec: fix out of bound write in the ogg demuxerLaurent 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 off by one packet size allocation in the smacker demuxer.Laurent Aimar
2011-12-24Check for invalid packet size in the smacker demuxer.Laurent Aimar
2011-12-24ape demuxer: fix segfault on memory allocation failure.Laurent Aimar
2011-12-24Fixed size given to init_get_bits() in xan decoder.Laurent Aimar
2011-12-24smacker demuxer: handle possible av_realloc() failure.Kostya Shishkov
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