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-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
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-24flvenc: use int64_t to store offsetsLuca Barbato
2011-12-24VC-1: fix reading of custom PAR.Reimar Döffinger
2011-11-06Merge remote-tracking branch 'qatar/release/0.6' into release/0.6Michael Niedermayer
2011-11-05h264: notice memory allocation failureDustin Brody
2011-11-05libx264: do not set pic quality if no frame is outputBaptiste Coudurier
2011-11-05mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating extradata.Alex Converse
2011-11-05rv30: return AVERROR(EINVAL) instead of EINVALDiego Biurrun