summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update for 0.8.5n0.8.5Michael Niedermayer2011-10-023-3/+3
* h264: fix intra 16x16 mode check when using mbaff and constrained_intra_pred.Laurent Aimar2011-10-025-13/+32
* h264: check for invalid bit depth value.Laurent Aimar2011-10-021-0/+5
* h264: add entries for 11 and 12 bits in ff_h264_chroma_qp[][]Laurent Aimar2011-10-022-3/+16
* h264: fix the check for invalid SPS:num_ref_frames.Laurent Aimar2011-10-021-1/+1
* h264: do not let invalid values in h->ref_count on ff_h264_decode_ref_pic_lis...Laurent Aimar2011-10-021-1/+3
* Reject video with non multiple of 16 width/height in the 4xm decoder.Laurent Aimar2011-10-021-0/+4
* 4xm decoder: fix data size for i2 frames.Michael Niedermayer2011-10-021-1/+1
* 4xm decoder: print some error messages in case of errors.Michael Niedermayer2011-10-021-9/+27
* Check for out of bound accesses in the 4xm decoder.Laurent Aimar2011-10-021-13/+46
* Prevent block size from inreasing in the shorten decoder.Laurent Aimar2011-10-021-2/+8
* Check for out of bound reads in PTX decoder.Laurent Aimar2011-10-021-0/+8
* Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffers ...Laurent Aimar2011-10-021-0/+2
* Fix the check for missing references in ff_er_frame_end() for H264.Laurent Aimar2011-10-021-1/+1
* Prevent NULL dereference when the huffman table is invalid in the 4xm decoder.Laurent Aimar2011-10-021-3/+4
* Fix use of uninitialized memory in 4X Technologies demuxer.Laurent Aimar2011-10-021-2/+4
* h264: increase ref_poc size to 32 as it can be per field.Michael Niedermayer2011-10-021-1/+1
* h264: set unused ref_counts to 0 as a precautionary meassure.Michael Niedermayer2011-10-021-1/+1
* Remove Chnagelog it has nothing to do with realityMichael Niedermayer2011-10-011-764/+0
* Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael Niedermayer2011-10-0115-30/+104
|\
| * Update Changelog for 0.7.2 releaseReinhard Tartler2011-09-301-0/+43
| * Update RELEASE file for 0.7.2Reinhard Tartler2011-09-301-1/+1
| * lavf: do not set codec_tag for rawvideoMans Rullgard2011-09-301-3/+0
| * fate: allow testing with libavfilter disabledReinhard Tartler2011-09-303-4/+10
| * fate: separate lavf-mxf_d10 test from lavf-mxfMans Rullgard2011-09-304-4/+7
| * Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080.Michael Niedermayer2011-09-281-8/+29
| * movenc: fix NULL reference in mov_write_tkhd_tagAnton Khirnov2011-09-271-1/+1
| * movenc: create an alternate group for each media typeAnton Khirnov2011-09-274-7/+8
| * flvdec: Check for overflow before allocating arraysMichael Niedermayer2011-09-261-0/+3
| * ppc: fix some pointer to integer castsMans Rullgard2011-09-261-5/+5
| * ppc: fix 32-bit PIC buildMans Rullgard2011-09-262-6/+20
| * rv34: Check for invalid slice offsetsLaurent Aimar2011-09-261-4/+5
| * rv34: Fix potential overreadsLaurent Aimar2011-09-261-2/+3
| * rv34: Avoid NULL dereference on corrupted bitstreamLaurent Aimar2011-09-261-1/+1
| * rv10: Reject slices that does not have the same type as the first oneLaurent Aimar2011-09-261-0/+5
| * lavf: Fix context pointer in av_open_input_stream when avformat_open_input failsDavid Goldwich2011-09-261-1/+1
| * oggdec: fix out of bound write in the ogg demuxerLaurent Aimar2011-09-261-2/+12
| * Fixed size given to init_get_bits().Laurent Aimar2011-09-266-6/+6
| * smacker: fix a few off by 1 errorsMichael Niedermayer2011-09-262-84/+84
| * Check for invalid VLC value in smacker decoder.Laurent Aimar2011-09-261-0/+2
| * Check and propagate errors when VLC trees cannot be built in smacker decoder.Laurent Aimar2011-09-261-8/+12
| * Fixed off by one packet size allocation in the smacker demuxer.Laurent Aimar2011-09-261-1/+1
| * Check for invalid packet size in the smacker demuxer.Laurent Aimar2011-09-261-0/+2
| * ape demuxer: fix segfault on memory allocation failure.Laurent Aimar2011-09-261-0/+2
| * xan: Add some buffer checksAlex Converse2011-09-261-8/+29
| * Fixed size given to init_get_bits() in xan decoder.Laurent Aimar2011-09-261-4/+6
| * smacker demuxer: handle possible av_realloc() failure.Kostya Shishkov2011-09-261-1/+6
| * Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks.Laurent Aimar2011-09-261-2/+3
| * cljr: init_get_bits size in bits instead of bytesAlex Converse2011-09-261-1/+1
| * indeo2: fail if input buffer too smallAlex Converse2011-09-261-1/+7