summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure: bump yearn3.2.13James Almer2019-01-151-1/+1
* Update for 3.2.13Michael Niedermayer2019-01-153-2/+73
* avcodec/diracdec: Check component quantMichael Niedermayer2019-01-151-0/+4
* avcodec/tests/rangecoder: initialize array to avoid valgrind warningMichael Niedermayer2019-01-151-1/+1
* avcodec/h264_slice: Fix integer overflow in implicit_weight_table()Michael Niedermayer2019-01-151-1/+1
* avcodec/exr: set layer_match in all branchesMichael Niedermayer2019-01-151-0/+1
* avcodec/4xm: Fix returned error codesMichael Niedermayer2019-01-151-2/+2
* avcodec/mjpegbdec: Fix some misplaced {} and spacesMichael Niedermayer2019-01-151-15/+9
* avformat/wvdec: detect and error out on WavPack DSD filesDavid Bryant2019-01-151-0/+6
* avcodec/mips: Fix failed case: hevc-conformance-AMP_A_Samsung_* when enable msagxw2019-01-151-1/+1
* avcodec/fic: Fail on invalid slice size/offMichael Niedermayer2019-01-151-0/+2
* postproc/postprocess_template: remove FF_REG_sp from clobber listMichael Niedermayer2019-01-151-1/+1
* postproc/postprocess_template: Avoid using %4 for the threshold compareMichael Niedermayer2019-01-151-4/+4
* avcodec/rpza: Check that there is enough data for all the blocksMichael Niedermayer2019-01-151-0/+3
* avcodec/rpza: Move frame allocation to a later pointMichael Niedermayer2019-01-151-6/+8
* avcodec/avcodec: Document the data type for AV_PKT_DATA_MPEGTS_STREAM_IDMichael Niedermayer2019-01-151-1/+1
* avformat/mpegts: Fix side data type for stream idMichael Niedermayer2019-01-151-1/+1
* avcodec/mjpegdec: Fix indention of ljpeg_decode_yuv_scan()Michael Niedermayer2019-01-151-16/+16
* lavf/id3v2: fail read_apic on EOF reading mimetypechcunningham2019-01-151-2/+4
* avformat/nutenc: Document trailer index assert betterMichael Niedermayer2019-01-151-1/+1
* lavf/mov: ensure only one tkhd per trakchcunningham2019-01-151-1/+6
* avcodec/msvideo1: Check for too small dimensionsMichael Niedermayer2019-01-151-0/+3
* avcodec/wmv2dec: Skip I frame if its smaller than 1/8 of the minimal sizeMichael Niedermayer2019-01-151-0/+8
* avcodec/msmpeg4dec: Skip frame if its smaller than 1/8 of the minimal sizeMichael Niedermayer2019-01-151-0/+8
* avcodec/truemotion2rt: Fix rounding in input size checkMichael Niedermayer2019-01-151-1/+1
* avcodec/truemotion2: fix integer overflows in tm2_low_chroma()Michael Niedermayer2018-11-241-3/+3
* avcodec/pngdec: Check compression methodMichael Niedermayer2018-11-181-0/+4
* avcodec/shorten: Fix integer overflow with offsetMichael Niedermayer2018-11-181-2/+2
* avcodec/cavsdec: Propagate error codes inside decode_mb_i()Michael Niedermayer2018-11-181-8/+21
* avcodec/mpegaudio_parser: Consume more than 0 bytes in case of the unsupporte...Michael Niedermayer2018-11-181-1/+1
* avutil/integer: Fix integer overflow in av_mul_i()Michael Niedermayer2018-11-181-1/+1
* avcodec/msrle: Check that the input is large enough to contain a end of pictu...Michael Niedermayer2018-11-181-0/+3
* avcodec/jpeg2000dec: Fix off by 1 error in JPEG2000_PGOD_CPRL handlingMichael Niedermayer2018-11-181-1/+1
* avcodec/mpeg4videodec: Fix typo in sprite delta checkMichael Niedermayer2018-11-181-1/+1
* avcodec/h264_cavlc: Check mb_skip_runMichael Niedermayer2018-11-181-2/+8
* avcodec/ra144: Fix integer overflow in add_wav()Michael Niedermayer2018-11-181-1/+1
* avformat/utils: Never store negative values in last_IP_durationMichael Niedermayer2018-11-181-2/+3
* avformat/utils: Fix integer overflow in discontinuity checkMichael Niedermayer2018-11-181-1/+1
* avcodec/unary: Improve get_unary() docsMichael Niedermayer2018-11-181-1/+14
* avcodec/dvdsubdec: Sanity check len in decode_rle()Michael Niedermayer2018-11-181-0/+2
* avcodec/mpeg4videodec: Fix undefined shift in get_amv()Michael Niedermayer2018-11-181-1/+1
* avcodec/zmbv: Check that the decompressed data size is correctMichael Niedermayer2018-11-181-0/+14
* avcodec/zmbv: Update decomp_len in raw framesMichael Niedermayer2018-11-181-0/+1
* avcodec/shorten: Fix bitstream end check in read_header()Michael Niedermayer2018-11-181-1/+1
* avcodec/dvdsubdec: Avoid branch in decode_run_8bit()Michael Niedermayer2018-11-181-4/+1
* avcodec/h264_refs: Document last if() in ff_h264_execute_ref_pic_marking()Michael Niedermayer2018-11-181-0/+1
* avcodec/ra144: Fix undefined integer overflow in add_wav()Michael Niedermayer2018-11-181-1/+1
* avformat/mov: Error on too large stsd entry counts.Dale Curtis2018-11-181-1/+2
* avcodec/hq_hqa: Check remaining input bits in hqa_decode_mb()Michael Niedermayer2018-11-181-0/+3
* avcodec/vb: Check for end of bytestream before reading blocktypeMichael Niedermayer2018-11-181-0/+4