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
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
2011-11-05dca: set AVCodecContext frame_size for DTS audioJohn Stebbins
2011-11-05H.264: fix overreads of qscale_tableJason Garrett-Glaser
2011-11-05jpegdec: actually search for and parse RSTnMichael Niedermayer
2011-11-05cavs: fix some crashes with invalid bitstreamsMans Rullgard
2011-11-05libvo-aacenc: Sync up with 0.7.2Reinhard Tartler
2011-07-25Fix ff_imdct_calc_sse() on gcc-4.6Reinhard Tartler
2011-05-13backport libvo-aacenc wrapper for aac encodingReinhard Tartler
2011-04-30AMV: disable DR1 and don't override EMU_EDGEMichael Niedermayer
2011-04-30aac: add headers needed for log2f()Michael Niedermayer
2011-04-30mjpeg: Detect overreads in mjpeg_decode_scan() and error out.Michael Niedermayer
2011-03-22Support writing 2d float arrays.Michael Kostylev