summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/wavpackenc: print channel count in av_log calln2.7.5James 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/aacdec_template: Check id_mapMichael Niedermayer2016-01-151-0/+4
* 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
* 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
* avcodec/mpeg4videodec: also for empty partitioned slicesMichael Niedermayer2015-12-201-1/+1
* avcodec/h264_refs: Fix long_idx checkMichael Niedermayer2015-12-201-1/+1
* avcodec/h264_mc_template: prefetch list1 only if it is used in the MBMichael Niedermayer2015-12-201-1/+2
* avcodec/h264_slice: Simplify ref2frm indexingMichael Niedermayer2015-12-201-9/+9
* Revert "avcodec/aarch64/neon.S: Update neon.s for transpose_4x4H"Michael Niedermayer2015-12-201-2/+2
* sonic: make sure num_taps * channels is not larger than frame_sizeAndreas Cadhalpun2015-12-171-0/+7
* opus_silk: fix typo causing overflow in silk_stabilize_lsfAndreas Cadhalpun2015-12-171-1/+1
* golomb: always check for invalid UE golomb codes in get_ue_golombAndreas Cadhalpun2015-12-171-1/+1
* aaccoder: prevent crash of anmr coderAndreas Cadhalpun2015-12-171-1/+1
* avcodec/aarch64/neon.S: Update neon.s for transpose_4x4Hzjh88902015-12-141-2/+2
* mjpegdec: consider chroma subsampling in size checkAndreas Cadhalpun2015-12-141-3/+8
* avcodec/hevc: Check max ctb addresses for WPPMichael Niedermayer2015-12-141-0/+9
* avcodec/vp3: ensure header is parsed successfully before tablesMichael Niedermayer2015-12-141-1/+6
* avcodec/jpeg2000dec: Check bpno in decode_cblk()Michael Niedermayer2015-12-141-0/+4
* avcodec/pgssubdec: Fix left shift of 255 by 24 places cannot be represented i...Michael Niedermayer2015-12-141-1/+1
* avcodec/hevc: Fix integer overflow of entry_point_offsetMichael Niedermayer2015-12-142-3/+3
* avcodec/dirac_parser: Check that there is a previous PU before accessing itMichael Niedermayer2015-12-141-1/+1
* avcodec/dirac_parser: Add basic validity checks for next_pu_offset and prev_p...Michael Niedermayer2015-12-141-0/+9
* avcodec/dirac_parser: Fix potential overflows in pointer checksMichael Niedermayer2015-12-141-3/+5
* avcodec/wmaprodec: Check bits per sample to be within the range not causing i...Michael Niedermayer2015-12-141-0/+6
* avcodec/wmaprodec: Fix overflow of cutoffMichael Niedermayer2015-12-141-1/+1
* avcodec/vp3: Fix "runtime error: left shift of negative value"Michael Niedermayer2015-12-141-2/+2
* avcodec/apedec: Check length in long_filter_high_3800()Michael Niedermayer2015-12-141-0/+3
* avcodec/vp3: always set pix_fmt in theora_decode_header()Michael Niedermayer2015-12-141-1/+2
* avcodec/mpeg4videodec: Check available data before reading custom matrixMichael Niedermayer2015-12-141-0/+8
* avcodec/h264_refs: Check that long references match before useMichael Niedermayer2015-12-141-5/+10
* avcodec/utils: Clear dimensions in ff_get_buffer() on failureMichael Niedermayer2015-12-141-1/+3
* avcodec/utils: Use 64bit for aspect ratio calculation in avcodec_string()Michael Niedermayer2015-12-141-2/+2
* avcodec/vp3: Clear context on reinitialization failureMichael Niedermayer2015-12-141-4/+6
* avcodec/hevc: allocate entries unconditionallyMichael Niedermayer2015-12-141-3/+1
* avcodec/hevc_cabac: Fix multiple integer overflowsMichael Niedermayer2015-12-141-3/+7
* avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_encode*()Michael Niedermayer2015-12-141-0/+3
* avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_decode*()Michael Niedermayer2015-12-141-0/+3