aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wmaprodec: tighter check for num_vec_coeffsn0.10.8Michael Niedermayer2013-07-311-1/+4
* ffserver: fix order of evaluation bugsMichael Niedermayer2013-07-291-3/+8
* dct-test: fix order of evaluation bugMichael Niedermayer2013-07-291-2/+4
* update for 0.10.8Michael Niedermayer2013-07-293-3/+3
* Merge remote-tracking branch 'qatar/release/0.8' into release/0.10Michael Niedermayer2013-07-296-50/+102
|\
| * swfdec: do better validation of tag lengthJustin Ruggles2013-07-101-3/+19
| * Changelog for 0.8.8Reinhard Tartler2013-07-071-0/+33
| * kmvc: Clip pixel position to valid rangeLuca Barbato2013-07-071-1/+3
| * kmvc: use fixed sized arrays in the contextLuca Barbato2013-07-071-21/+1
| * indeo: use a typedef for the mc function pointerLuca Barbato2013-07-071-4/+5
| * lavc: check for overflow in init_get_bitsLuca Barbato2013-07-071-7/+15
| * indeo: check for reference when inheriting mvsLuca Barbato2013-07-061-1/+1
| * indeo: use proper error codeLuca Barbato2013-07-061-7/+7
| * indeo: Properly forward the error codesLuca Barbato2013-07-061-2/+10
| * wmapro: error out on impossible scale factor offsetsLuca Barbato2013-07-061-1/+2
| * wmapro: check the min_samples_per_subframeLuca Barbato2013-07-061-0/+7
| * wmapro: return early on unsupported conditionLuca Barbato2013-07-061-0/+1
| * wmapro: check num_vec_coeffs against the actual available bufferLuca Barbato2013-07-061-3/+4
* | Merge commit '4ff5167ee7fdee6d35c1bb2558172329ae6ec770' into release/0.10Michael Niedermayer2013-07-2910-130/+152
|\|
| * wmapro: make sure there is room to store the current packetLuca Barbato2013-07-061-0/+8
| * lavc: move put_bits_left in put_bits.hReinhard Tartler2013-07-062-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
| * 4xm: reject frames not compatible with the declared versionLuca Barbato2013-06-301-0/+3
| * 4xm: use the correct logging contextLuca Barbato2013-06-301-2/+2
| * 4xm: check the return value of read_huffman_tables().Anton Khirnov2013-06-301-1/+5
| * 4xm: don't rely on get_buffer() initializing the frame.Anton Khirnov2013-06-301-0/+1
| * vmdav: convert to bytestream2Alexandra Khirnova2013-06-301-93/+59
| * smacker: check frame size validityKostya Shishkov2013-06-301-1/+5
| * smacker: pad the extradata allocationKostya Shishkov2013-06-301-1/+2
| * smacker: check the return value of smacker_decode_treeKostya Shishkov2013-06-301-1/+10
| * smacker: fix an off by one in huff.length computationKostya Shishkov2013-06-301-1/+1
| * Prepare for 0.8.8 ReleaseAnton Khirnov2013-06-221-1/+1
| * tiff: do not overread the source bufferLuca Barbato2013-06-221-1/+4
| * apetag: use int64_t for filesizeAnton Khirnov2013-06-221-1/+1
| * wavpack: return meaningful errorsLuca Barbato2013-06-221-19/+20
* | Merge commit '42fed7f433e6d2167ffd4aae31905b583a53b988' into release/0.10Michael Niedermayer2013-07-299-28/+99
|\|
| * wavpack: check packet size earlyLuca Barbato2013-06-221-0/+3
| * mjpegdec: validate parameters in mjpeg_decode_scan_progressive_acLuca Barbato2013-06-221-0/+5
| * mjpeg: Validate sampling factorsLuca Barbato2013-06-221-0/+7
| * ljpeg: use the correct number of components in yuvLuca Barbato2013-06-221-3/+3
| * wavpack: validate samples size parsed in wavpack_decode_blockLuca Barbato2013-06-221-0/+3
| * jpegls: check the scan offsetLuca Barbato2013-06-221-0/+4
| * jpegls: factorize return pathsReinhard Tartler2013-06-221-5/+6
| * jpegls: return meaningful errorsLuca Barbato2013-06-221-5/+5
| * mjpegdec: properly report unsupported disabled featuresLuca Barbato2013-06-221-0/+6
| * update ChangelogReinhard Tartler2013-05-121-0/+1
| * proresdec: support mixed interlaced/non-interlaced contentMichael Smith2013-05-121-0/+2
| * update ChangelogReinhard Tartler2013-05-111-1/+4
| * wav: Always seek to an even offsetLuca Barbato2013-05-071-2/+8