aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/wavpackenc: print channel count in av_log calln2.5.10James Almer2016-01-151-1/+1
* avcodec/mpeg4video: Check time_incrMichael Niedermayer2016-01-153-5/+15
* avcodec/wavpackenc: Check the number of channelsMichael Niedermayer2016-01-151-0/+5
* avcodec/wavpackenc: Headers are per channelMichael Niedermayer2016-01-151-1/+1
* avcodec/dvdec: Fix "left shift of negative value -254"Michael Niedermayer2016-01-151-1/+1
* avcodec/mjpegdec: Fix negative shiftMichael Niedermayer2016-01-151-1/+1
* avcodec/mss2: Check for repeat overflowMichael Niedermayer2016-01-151-1/+6
* avcodec/mpegvideo_enc: Clip bits_per_raw_sample within valid rangeMichael Niedermayer2016-01-151-0/+1
* avcodec/motion_est: Fix mv_penalty table sizeMichael Niedermayer2016-01-156-17/+18
* avcodec/h264_slice: Fix integer overflow in implicit weight computationMichael Niedermayer2016-01-151-2/+2
* avcodec/put_bits: Always check buffer end before writingMichael Niedermayer2016-01-151-6/+14
* mjpegdec: extend check for incompatible values of s->rgb and s->lsAndreas Cadhalpun2016-01-151-1/+2
* avcodec/h264_refs: Fix long_idx checkMichael Niedermayer2016-01-151-1/+1
* avcodec/mpeg4videodec: also for empty partitioned slicesMichael Niedermayer2015-12-201-1/+1
* rawdec: only exempt BIT0 with need_copy from buffer sanity checkAndreas Cadhalpun2015-12-201-1/+1
* xwddec: prevent overflow of lsize * avctx->heightAndreas Cadhalpun2015-12-201-1/+1
* exr: fix out of bounds read in get_codeAndreas Cadhalpun2015-12-201-5/+5
* on2avc: limit number of bits to 30 in get_egolombAndreas Cadhalpun2015-12-201-2/+9
* sonic: make sure num_taps * channels is not larger than frame_sizeAndreas Cadhalpun2015-12-201-0/+7
* opus_silk: fix typo causing overflow in silk_stabilize_lsfAndreas Cadhalpun2015-12-201-1/+1
* aaccoder: prevent crash of anmr coderAndreas Cadhalpun2015-12-201-1/+1
* mjpegdec: consider chroma subsampling in size checkn2.5.9Andreas Cadhalpun2015-12-071-3/+8
* avcodec/hevc: Check max ctb addresses for WPPMichael Niedermayer2015-12-061-0/+9
* avcodec/vp3: ensure header is parsed successfully before tablesMichael Niedermayer2015-12-061-1/+6
* avcodec/jpeg2000dec: Check bpno in decode_cblk()Michael Niedermayer2015-12-061-0/+4
* avcodec/pgssubdec: Fix left shift of 255 by 24 places cannot be represented i...Michael Niedermayer2015-12-061-1/+1
* avcodec/hevc: Fix integer overflow of entry_point_offsetMichael Niedermayer2015-12-062-3/+3
* avcodec/dirac_parser: Check that there is a previous PU before accessing itMichael Niedermayer2015-12-061-1/+1
* avcodec/dirac_parser: Add basic validity checks for next_pu_offset and prev_p...Michael Niedermayer2015-12-061-0/+9
* avcodec/dirac_parser: Fix potential overflows in pointer checksMichael Niedermayer2015-12-061-3/+5
* avcodec/wmaprodec: Check bits per sample to be within the range not causing i...Michael Niedermayer2015-12-061-0/+6
* avcodec/wmaprodec: Fix overflow of cutoffMichael Niedermayer2015-12-061-1/+1
* avcodec/vp3: Fix "runtime error: left shift of negative value"Michael Niedermayer2015-12-061-2/+2
* avcodec/apedec: Check length in long_filter_high_3800()Michael Niedermayer2015-12-061-0/+3
* avcodec/vp3: always set pix_fmt in theora_decode_header()Michael Niedermayer2015-12-061-1/+2
* avcodec/mpeg4videodec: Check available data before reading custom matrixMichael Niedermayer2015-12-061-0/+8
* avcodec/utils: Clear dimensions in ff_get_buffer() on failureMichael Niedermayer2015-12-061-1/+3
* avcodec/utils: Use 64bit for aspect ratio calculation in avcodec_string()Michael Niedermayer2015-12-061-2/+2
* avcodec/vp3: Clear context on reinitialization failureMichael Niedermayer2015-12-051-4/+6
* avcodec/hevc: allocate entries unconditionallyMichael Niedermayer2015-12-051-3/+1
* avcodec/hevc_cabac: Fix multiple integer overflowsMichael Niedermayer2015-12-051-3/+7
* avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_encode*()Michael Niedermayer2015-12-051-0/+3
* avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_decode*()Michael Niedermayer2015-12-051-0/+3
* avcodec/hevc: Check entry_point_offsetsMichael Niedermayer2015-12-051-1/+7
* avcodec/cabac: Check initial cabac decoder stateMichael Niedermayer2015-12-055-5/+15
* avcodec/cabac_functions: Fix "left shift of negative value -31767"Michael Niedermayer2015-12-051-1/+2
* avcodec/ffv1dec: Clear quant_table_count if its invalidMichael Niedermayer2015-12-021-0/+1
* avcodec/ffv1dec: Print an error if the quant table count is invalidMichael Niedermayer2015-12-021-1/+3
* avcodec/h264_slice: Limit max_contexts when slice_context_count is initializedMichael Niedermayer2015-11-261-0/+1
* avcodec/vp8: Do not use num_coeff_partitions in thread/buffer setupMichael Niedermayer2015-11-261-1/+1