aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wmapro: check the min_samples_per_subframeLuca Barbato2013-06-301-0/+7
* wmapro: return early on unsupported conditionLuca Barbato2013-06-301-0/+1
* wmapro: check num_vec_coeffs against the actual available bufferLuca Barbato2013-06-301-3/+4
* wmapro: make sure there is room to store the current packetLuca Barbato2013-06-301-0/+8
* lavc: move put_bits_left in put_bits.hLuca Barbato2013-06-302-5/+8
* 4xm: do not overread the source buffer in decode_p_blockLuca Barbato2013-06-301-0/+8
* 4xm: check bitstream_size boundary before using itLuca Barbato2013-06-301-1/+3
* Prepare for 9.8 RELEASEReinhard Tartler2013-06-301-1/+1
* update ChangelogReinhard Tartler2013-06-161-0/+23
* smacker: check frame size validityKostya Shishkov2013-06-161-1/+5
* smacker: pad the extradata allocationKostya Shishkov2013-06-161-1/+2
* smacker: check the return value of smacker_decode_treeKostya Shishkov2013-06-161-1/+10
* smacker: fix an off by one in huff.length computationKostya Shishkov2013-06-161-1/+1
* 4xm: do not overread the prestream bufferLuca Barbato2013-06-161-2/+11
* 4xm: validate the buffer size before parsing itLuca Barbato2013-06-161-4/+17
* 4xm: reject frames not compatible with the declared versionLuca Barbato2013-06-161-0/+3
* 4xm: drop pointless assertLuca Barbato2013-06-161-2/+2
* 4xm: forward errors from decode_p_blockLuca Barbato2013-06-161-12/+22
* 4xm: fold last_picture lazy allocation in decode_p_frameLuca Barbato2013-06-161-8/+10
* 4xm: do not overread while parsing headerLuca Barbato2013-06-161-6/+14
* 4xm: refactor fourxm_read_headerLuca Barbato2013-06-161-89/+101
* 4xm: K&R formatting cosmeticsLuca Barbato2013-06-161-44/+41
* 4xm: use the correct logging contextLuca Barbato2013-06-161-2/+2
* tiff: do not overread the source bufferLuca Barbato2013-06-081-1/+4
* apetag: use int64_t for filesizeAnton Khirnov2013-06-081-1/+1
* vmd: refactor the inner decode loopLuca Barbato2013-06-011-78/+82
* vmd: use the PALETTE_COUNT constant uniformlyLuca Barbato2013-06-011-1/+1
* vmd: drop incomplete chunks and spurious samplesLuca Barbato2013-05-311-2/+6
* vmd: return meaningful errorsLuca Barbato2013-05-311-11/+24
* vmdav: convert to bytestream2Alexandra Khirnova2013-05-311-93/+59
* wavpack: use bytestream2 in wavpack_decode_blockLuca Barbato2013-05-311-83/+106
* wavpack: return meaningful errorsLuca Barbato2013-05-311-19/+20
* wavpack: check packet size earlyLuca Barbato2013-05-311-0/+3
* pixdesc: mark gray8 as pseudopalAnton Khirnov2013-05-311-0/+1
* mjpegdec: validate parameters in mjpeg_decode_scan_progressive_acLuca Barbato2013-05-311-0/+5
* mjpeg: Validate sampling factorsLuca Barbato2013-05-311-0/+7
* ljpeg: use the correct number of components in yuvLuca Barbato2013-05-311-3/+3
* wavpack: validate samples size parsed in wavpack_decode_blockLuca Barbato2013-05-311-0/+3
* jpegls: check the scan offsetLuca Barbato2013-05-311-0/+4
* jpegls: factorize return pathsReinhard Tartler2013-05-311-5/+6
* jpegls: return meaningful errorsLuca Barbato2013-05-311-5/+5
* mpegvideo: allocate sufficiently large scratch buffer for interlaced vidJindrich Makovicka2013-05-311-1/+1
* mjpegdec: properly report unsupported disabled featuresLuca Barbato2013-05-311-0/+6
* Prepare for 9.7 ReleaseReinhard Tartler2013-05-311-1/+1
* update ChangelogReinhard Tartler2013-05-121-0/+1
* proresdec: support mixed interlaced/non-interlaced contentMichael Smith2013-05-121-0/+2
* update ChangelogReinhard Tartler2013-05-111-0/+13
* af_asyncts: fix offset calculationAnton Khirnov2013-05-111-4/+9
* oma: properly forward errors in oma_read_packetLuca Barbato2013-05-111-2/+4
* indeo3: use unaligned reads on reference blocks.Anton Khirnov2013-05-111-20/+20