aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/dsputil: fix signedness in sizeof() comparissionsMichael Niedermayer2013-08-311-2/+2
* ffv1dec: Check bits_per_raw_sample and colorspace for equality in ver 0/1 hea...Michael Niedermayer2013-08-311-7/+8
* ffv1dec: check that global parameters dont change in version 0/1Michael Niedermayer2013-08-311-4/+21
* avcodec/ffv1dec: check global header versionMichael Niedermayer2013-08-311-0/+4
* avcodec/pngdsp: fix (un)signed type in end comparissionMichael Niedermayer2013-08-301-1/+1
* jpeg2000: check log2_cblk dimensionsMichael Niedermayer2013-08-281-0/+8
* avcodec/rpza: Perform pointer advance and checks before using the pointersMichael Niedermayer2013-08-281-4/+4
* avcodec/flashsv: check diff_start/heightMichael Niedermayer2013-08-281-0/+4
* Merge remote-tracking branch 'qatar/release/9' into release/1.1Michael Niedermayer2013-08-282-25/+28
|\
| * ac3: Return proper error codesLuca Barbato2013-08-271-15/+15
| * ac3: Clean up the error pathsLuca Barbato2013-08-271-3/+6
| * ac3: Do not clash with normal AVERRORLuca Barbato2013-08-271-7/+7
* | Merge remote-tracking branch 'qatar/release/9' into release/1.1Michael Niedermayer2013-08-277-143/+261
|\|
| * dxa: Make sure the reference frame existsLuca Barbato2013-08-241-0/+6
| * h261: check the mtype indexLuca Barbato2013-08-241-0/+5
| * rtjpeg: Use init_get_bits8Luca Barbato2013-08-241-2/+5
| * nuv: Reset the frame on resizeLuca Barbato2013-08-241-0/+2
| * nuv: Use av_fast_reallocLuca Barbato2013-08-241-5/+10
| * nuv: return meaningful error codes.Anton Khirnov2013-08-241-13/+17
| * nuv: Pad the lzo outbufLuca Barbato2013-08-241-3/+5
| * nuv: Do not ignore lzo decompression failuresLuca Barbato2013-08-241-1/+3
| * vc1: check mb_height validity.Luca Barbato2013-08-241-0/+6
| * vc1: check the source buffer in vc1_mc functionsLuca Barbato2013-08-241-0/+15
| * bink: Bound check the quantization matrix.Luca Barbato2013-08-241-0/+3
| * aac: Check init_get_bits return valueLuca Barbato2013-08-241-3/+6
| * aac: return meaningful errorsLuca Barbato2013-08-241-31/+35
| * aac: K&R formatting cosmeticsLuca Barbato2013-08-241-94/+172
* | Merge commit '0b6adcf76bda8994902f5b6d8e694b0b916ea210' into release/1.1Michael Niedermayer2013-08-275-122/+163
|\|
| * xl: Make sure the width is validLuca Barbato2013-08-241-0/+5
| * 8bps: Bound-check the input bufferLuca Barbato2013-08-241-3/+7
| * 4xm: Reject not a multiple of 16 dimensionLuca Barbato2013-08-241-0/+6
| * alsdec: Clean up error pathsLuca Barbato2013-08-241-63/+75
| * alsdec: Fix the clipping rangeLuca Barbato2013-08-241-6/+12
| * dsicinav: Clip the source size to the expected maximumLuca Barbato2013-08-241-0/+2
| * dsicinav: Bound-check the source buffer when neededLuca Barbato2013-08-241-1/+3
| * dsicinav: K&R formatting cosmeticsLuca Barbato2013-08-241-51/+62
| * ac3dec: Don't consume more data than the actual input packet sizeMartin Storsjö2013-08-241-1/+1
| * indeo: Reject impossible FRAMETYPE_NULLLuca Barbato2013-08-241-0/+8
| * indeo: Do not reference mismatched tilesLuca Barbato2013-08-241-0/+2
* | Merge commit 'fbbe487b1c1f21339cff9ca86c3dfc495ad1c2c6' into release/1.1Michael Niedermayer2013-08-2710-116/+207
|\|
| * indeo: Sanitize ff_ivi_init_planes fail pathsLuca Barbato2013-08-243-2/+8
| * indeo5: return proper error codesLuca Barbato2013-08-241-24/+30
| * indeo: Bound-check before applying motion compensationLuca Barbato2013-08-241-12/+17
| * indeo: Bound-check before applying transformLuca Barbato2013-08-244-18/+58
| * indeo4: Validate scantable dimensionLuca Barbato2013-08-241-0/+6
| * indeo4: Check the quantization matrix indexLuca Barbato2013-08-241-0/+5
| * indeo4: Do not access missing reference MVLuca Barbato2013-08-241-10/+14
| * ac3dec: Increment channel pointers only once per channelMartin Storsjö2013-08-241-3/+3
| * dca: Respect the current limits in the downmixing capabilitiesLuca Barbato2013-08-241-0/+6
| * dca: Error out on missing DSYNCLuca Barbato2013-08-241-0/+1