aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/release/0.6' into release/0.6n0.6.4Michael Niedermayer2011-12-252-0/+77
|\
| * Release notes and changelog for 0.6.4Reinhard Tartler2011-12-252-0/+77
* | Merge remote-tracking branch 'qatar/release/0.6' into release/0.6Michael Niedermayer2011-12-2539-223/+427
|\|
| * Bump version number for 0.6.4 release.Reinhard Tartler2011-12-241-1/+1
| * qdm2: check output buffer size before decodingJustin Ruggles2011-12-241-2/+9
| * Fix qdm2 decoder packet handling to match the apiBaptiste Coudurier2011-12-241-10/+13
| * 4xm: Add a check in decode_i_frame to prevent buffer overreadsShitiz Garg2011-12-241-3/+12
| * wma: initialize prev_block_len_bits, next_block_len_bits, and block_len_bits.Justin Ruggles2011-12-241-0/+3
| * swscale: #include "libavutil/mathematics.h"Reinhard Tartler2011-12-241-0/+1
| * vp3dec: Check coefficient index in vp3_dequant()Reinhard Tartler2011-12-241-2/+12
| * svq1dec: call avcodec_set_dimensions() after dimensions changed.Michael Niedermayer2011-12-241-0/+1
| * vp6: Fix illegal read.Thierry Foucu2011-12-241-3/+6
| * vp6: Fix illegal read.Alex Converse2011-12-241-1/+3
| * vp6: Reset the internal state when aborting key frames header parsingLaurent Aimar2011-12-241-1/+4
| * vp6: Check for huffman tree build errorsLaurent Aimar2011-12-244-11/+18
| * vp6: partially propagate huffman tree building errors during coeff model pars...Dustin Brody2011-12-241-5/+5
| * Fix out of bound reads in the QDM2 decoder.Laurent Aimar2011-12-241-0/+2
| * Check for out of bound writes in the QDM2 decoder.Laurent Aimar2011-12-241-1/+6
| * vmd: fix segfaults on corruped streamsLaurent Aimar2011-12-241-24/+80
| * rv34: Check for invalid slice offsetsLaurent Aimar2011-12-241-4/+5
| * rv34: Fix potential overreadsLaurent Aimar2011-12-241-2/+3
| * rv34: Avoid NULL dereference on corrupted bitstreamLaurent Aimar2011-12-241-1/+1
| * rv10: Reject slices that does not have the same type as the first oneLaurent Aimar2011-12-241-0/+5
| * oggdec: fix out of bound write in the ogg demuxerLaurent Aimar2011-12-241-2/+12
| * smacker: fix a few off by 1 errorsMichael Niedermayer2011-12-242-84/+84
| * Check for invalid VLC value in smacker decoder.Laurent Aimar2011-12-241-0/+2
| * Check and propagate errors when VLC trees cannot be built in smacker decoder.Laurent Aimar2011-12-241-8/+12
| * Fixed off by one packet size allocation in the smacker demuxer.Laurent Aimar2011-12-241-1/+1
| * Check for invalid packet size in the smacker demuxer.Laurent Aimar2011-12-241-0/+2
| * ape demuxer: fix segfault on memory allocation failure.Laurent Aimar2011-12-241-0/+2
| * Fixed size given to init_get_bits() in xan decoder.Laurent Aimar2011-12-241-4/+6
| * smacker demuxer: handle possible av_realloc() failure.Kostya Shishkov2011-12-241-1/+6
| * Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks.Laurent Aimar2011-12-241-2/+3
| * indeo2: fail if input buffer too smallAlex Converse2011-12-241-1/+7
| * indeo2: init_get_bits size in bits instead of bytesAlex Converse2011-12-241-1/+1
| * wavpack: Check error codes rather than working around error conditions.Alex Converse2011-12-241-0/+6
| * Fixed invalid writes in wavpack decoder on corrupted bitstreams.Laurent Aimar2011-12-241-3/+3
| * Fixed invalid access in wavpack decoder on corrupted bitstream.Laurent Aimar2011-12-241-14/+35
| * Fixed invalid access in wavpack decoder on corrupted extra bits sub-blocks.Laurent Aimar2011-12-241-1/+1
| * cpu detection: avoid a signed overflowSean McGovern2011-12-241-1/+1
| * h264: correct implicit weight table computation for long ref picsJeff Downs2011-12-241-9/+11
| * h264: correct the check for invalid long term frame index in MMCO decodeJeff Downs2011-12-241-1/+1
| * rv10/20: tell decoder to use edge emulationKostya Shishkov2011-12-241-0/+1
| * flvenc: use int64_t to store offsetsLuca Barbato2011-12-241-1/+1
| * VC-1: fix reading of custom PAR.Reimar Döffinger2011-12-241-2/+2
| * h264: notice memory allocation failureDustin Brody2011-11-051-1/+4
| * libx264: do not set pic quality if no frame is outputBaptiste Coudurier2011-11-051-1/+2
| * mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating extradata.Alex Converse2011-11-051-1/+1
| * rv30: return AVERROR(EINVAL) instead of EINVALDiego Biurrun2011-11-051-1/+1
| * Do not decode RV30 files if the extradata is too smallRafaël Carré2011-11-051-0/+1