aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* h264: reset first_field if frame_start() fails for missing refsAnton Khirnov2014-04-141-1/+3
* h264: limit allowed pred modes in ff_h264_check_intra_pred_mode() to 3Anton Khirnov2014-04-141-3/+3
* h264: reject mismatching luma/chroma bit depths during sps parsingAnton Khirnov2014-04-142-6/+5
* h264: check that execute_decode_slices() is not called too many timesAnton Khirnov2014-04-141-0/+6
* h264: do not use 422 functions for monochromeAnton Khirnov2014-04-146-30/+30
* h264: reset data_partitioning if decoding the slice header for NAL_DPA failsAnton Khirnov2014-04-141-1/+6
* h264_refs: make sure not to write over the bounds of the default ref listAnton Khirnov2014-04-141-10/+18
* h264: check buffer size before accessing itAnton Khirnov2014-04-141-1/+1
* arm: hpeldsp: fix put_pixels8_y2_{,no_rnd_}armv6Janne Grunau2014-03-081-6/+4
* arm: hpeldsp: prevent overreads in armv6 asmJanne Grunau2014-03-051-8/+12
* ituh263: reject b-frame with pp_time = 0Keiji Costantini2014-03-021-0/+2
* lagarith: reallocate rgb_planes when neededAnton Khirnov2014-02-281-6/+6
* truemotion1: check the header sizeAnton Khirnov2014-02-281-0/+5
* shorten: pad the internal bitstream bufferAnton Khirnov2014-02-281-1/+1
* h264: Fix a typo from the previous commitLuca Barbato2014-02-281-1/+1
* h264: Lower bound check for slice offsetsVittorio Giovara2014-02-282-12/+14
* Add missing header to fix compilation after d2a0654Anton Khirnov2014-02-281-0/+1
* rpza: limit the number of blocks to the total remaining blocks in the frameAnton Khirnov2014-02-141-0/+3
* vc1: Always reset numref when parsing a new frame header.Michael Niedermayer2014-02-011-2/+1
* h264: reset num_reorder_frames if it is invalidAnton Khirnov2014-02-011-1/+3
* h264: check that an IDR NAL only contains I slicesAnton Khirnov2014-02-011-0/+6
* h264_cavlc: check the size of the intra PCM data.Anton Khirnov2014-02-011-0/+4
* h263: Check init_get_bits return valueMichael Niedermayer2014-02-011-11/+17
* cavsdec: check ff_get_buffer() return valueAnton Khirnov2014-02-011-1/+4
* cavs: Check for negative cbpLuca Barbato2014-02-011-3/+3
* vmnc: Check the cursor dimensionsLuca Barbato2014-02-011-3/+20
* vmnc: Port to bytestream2Luca Barbato2014-02-011-75/+57
* vmnc: K&R formatting cosmeticsLuca Barbato2014-02-011-157/+195
* flashsv: Check diff_start diff_height valuesMichael Niedermayer2014-02-011-0/+6
* dsputil/pngdsp: fix signed/unsigned type in end comparisonMichael Niedermayer2014-02-012-3/+3
* prores: Error out only on surely incomplete ac_coeffsLuca Barbato2014-01-131-1/+1
* shorten: Fix out-of-array readTim Walker2014-01-061-1/+1
* prores: Add a codepath for decoding errorsLuca Barbato2014-01-061-30/+42
* shorten: Extend fixed_coeffs to properly support pred_order 0Luca Barbato2014-01-051-2/+8
* prores: Reject negative run and level valuesLuca Barbato2014-01-051-0/+4
* indeo4: Check the inherited quant_matLuca Barbato2014-01-051-4/+12
* indeo4: Check the block size if reusing the band configurationLuca Barbato2014-01-051-0/+8
* ffv1: Assume bitdepth 0 means 8bitLuca Barbato2014-01-051-0/+1
* motionpixels: clip VLC codes.Anton Khirnov2014-01-051-0/+1
* truemotion1: make sure index does not go out of boundsAnton Khirnov2014-01-051-8/+17
* pcx: round up in bits->bytes conversion in a buffer size checkAnton Khirnov2014-01-051-1/+1
* ac3dec: fix outptr increment.Michael Niedermayer2014-01-051-1/+1
* mpegvideo: Drop a faulty assertLuca Barbato2014-01-051-2/+6
* lzw: switch to bytestream2Anton Khirnov2014-01-051-16/+11
* gifdec: convert to bytestream2Anton Khirnov2014-01-053-38/+38
* gifdec: check that the image dimensions are non-zeroAnton Khirnov2014-01-051-2/+5
* gifdec: return meaningful error codes.Anton Khirnov2014-01-051-14/+15
* eacmv: check the framerate before setting it.Anton Khirnov2014-01-051-3/+4
* rv30: fix extradata size check.Anton Khirnov2014-01-051-5/+9
* vc1: Reset numref if fieldmode is not setKostya Shishkov2014-01-051-0/+2