aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* avcodec/jpeg2000dec: Fix potential integer overflow with tile dimensionsMichael Niedermayer2015-11-261-4/+4
* avcodec/jpeg2000dec: Check SIZ dimensions to be within the supported rangeMichael Niedermayer2015-11-261-0/+4
* avcodec/jpeg2000: Check comp coords to be within the supported sizeMichael Niedermayer2015-11-261-0/+5
* avcodec/jpeg2000: Use av_image_check_size() in ff_jpeg2000_init_component()Michael Niedermayer2015-11-261-1/+5
* avcodec/wmaprodec: Check for overread in decode_packet()Michael Niedermayer2015-11-261-0/+5
* avcodec/smacker: Check that the data size is a multiple of a sample vectorMichael Niedermayer2015-11-261-0/+4
* avcodec/takdec: Skip last p2 sample (which is unused)Michael Niedermayer2015-11-261-1/+1
* avcodec/dxtory: Fix input size check in dxtory_decode_v1_410()Michael Niedermayer2015-11-261-1/+1
* avcodec/dxtory: Fix input size check in dxtory_decode_v1_420()Michael Niedermayer2015-11-261-1/+1
* avcodec/error_resilience: avoid accessing previous or next frames tables beyo...Michael Niedermayer2015-11-261-5/+10
* avcodec/dpx: Move need_align to act per lineMichael Niedermayer2015-11-261-2/+2
* avcodec/flashsv: Check size before updating itMichael Niedermayer2015-11-261-0/+8
* avcodec/ivi: Check image dimensionsMichael Niedermayer2015-11-261-1/+2
* avcodec/utils: Better check for channels in av_get_audio_frame_duration()Michael Niedermayer2015-11-261-1/+1
* avcodec/jpeg2000dec: Check for duplicate SIZ markerMichael Niedermayer2015-11-261-0/+5
* avcodec/jpeg2000dec: Clip all tile coordinatesMichael Niedermayer2015-11-261-4/+4
* avcodec/microdvddec: Check for string end in 'P' caseMichael Niedermayer2015-11-261-0/+2
* avcodec/dirac_parser: Fix undefined memcpy() useMichael Niedermayer2015-11-261-1/+1
* avcodec/ffv1dec: Check for 0 quant tablesMichael Niedermayer2015-11-261-1/+1
* avcodec/mjpegdec: Reinitialize IDCT on BPP changesMichael Niedermayer2015-11-261-4/+15
* avcodec/mjpegdec: Check index in ljpeg_decode_yuv_scan() before using itMichael Niedermayer2015-11-261-2/+8