aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* aacsbr: break infinite loop in sbr_hf_calc_npatchesAndreas Cadhalpun2015-05-211-1/+7
* diracdec: check that block length is validAndreas Cadhalpun2015-05-211-0/+8
* diracdec: check if reference could not be allocatedAndreas Cadhalpun2015-05-211-0/+6
* diracdec: avoid overflow of bytes*8 in decode_lowdelayAndreas Cadhalpun2015-05-211-1/+4
* diracdec: prevent overflow in data_unit_size checkAndreas Cadhalpun2015-05-211-2/+2
* avcodec/ffv1dec: Check chroma shift parametersMichael Niedermayer2015-05-211-0/+12
* pngdec: don't use AV_PIX_FMT_MONOBLACK for apngAndreas Cadhalpun2015-05-211-1/+1
* pngdec: return correct error code from decode_frame_commonAndreas Cadhalpun2015-05-211-5/+10
* pngdec: check s->last_picture.f->data[0] before using itAndreas Cadhalpun2015-05-211-1/+1
* avcodec/wavpack: Check L/R values before use to avoid harmless integer overfl...Michael Niedermayer2015-05-211-0/+8
* apedec: prevent out of array writes in decode_array_0000Andreas Cadhalpun2015-05-211-2/+2
* apedec: set s->samples only when init_frame_decoder succeededAndreas Cadhalpun2015-05-211-1/+1
* libvpxenc: only set noise reduction w/vp8James Zern2015-05-211-2/+3
* alac: reject rice_limit 0 if compression is usedAndreas Cadhalpun2015-05-211-0/+5
* alsdec: only adapt order for positive max_orderAndreas Cadhalpun2015-05-211-1/+1
* mpeg4videodec: only allow a positive lengthAndreas Cadhalpun2015-05-211-2/+2
* alsdec: check sample pointer range in revert_channel_correlationAndreas Cadhalpun2015-05-211-7/+27
* alsdec: validate time diff indexn2.5.6Andreas Cadhalpun2015-04-191-0/+8
* avcodec/alsdec: Use av_mallocz_array() for chan_data to ensure the arrays nev...Michael Niedermayer2015-04-181-2/+2
* alsdec: ensure channel reordering is reversibleAndreas Cadhalpun2015-04-181-1/+5
* avcodec/atrac3plusdsp: fix on stack alignmentMichael Niedermayer2015-04-171-2/+2
* ac3: validate end in ff_ac3_bit_alloc_calc_maskAndreas Cadhalpun2015-04-171-0/+3
* aacpsy: avoid psy_band->threshold becoming NaNAndreas Cadhalpun2015-04-171-1/+4
* aasc: return correct buffer size from aasc_decode_frameAndreas Cadhalpun2015-04-171-1/+1
* aacdec: consistently use avctx for logging in decode_eld_specific_configAndreas Cadhalpun2015-04-171-1/+1
* msrledec: use signed pixel_ptr in msrle_decode_pal4Andreas Cadhalpun2015-04-171-1/+1
* avcodec/h264: Do not fail with randomly truncated VUIsMichael Niedermayer2015-04-174-7/+13
* avcodec/h264_ps: Move truncation check from VUI to SPSMichael Niedermayer2015-04-171-6/+6
* avcodec/h264: Be more tolerant to changing pps id between slicesMichael Niedermayer2015-04-171-3/+4
* avcodec/aacdec: Fix storing state before PCE decodeMichael Niedermayer2015-04-171-1/+1
* avcodec/h264: reset the counts in the correct contextMichael Niedermayer2015-04-171-1/+1
* avcodec/h264_slice: Dont reset mb_aff_frame per sliceMichael Niedermayer2015-04-171-3/+7
* avcodec/h264: finish previous slices before switching to single thread modeMichael Niedermayer2015-04-171-0/+6
* avcodec/h264: Fix race between slices where one overwrites data from the nextMichael Niedermayer2015-04-172-5/+39
* avcodec/h264_refs: Do not set reference to things which dont existMichael Niedermayer2015-04-171-1/+1
* avcodec/h264: Fail for invalid mixed IDR / non IDR frames in slice threading ...Michael Niedermayer2015-04-171-1/+7
* h264: avoid unnecessary calls to get_formatRainer Hochecker2015-04-171-1/+2
* avcodec/msrledec: restructure msrle_decode_pal4() based on the line number in...Michael Niedermayer2015-04-171-14/+11
* avcodec/hevc_ps: Check cropping parameters more correctlyn2.5.5Michael Niedermayer2015-03-211-1/+2
* hevc: make the crop sizes unsignedAnton Khirnov2015-03-211-4/+4
* vp9: make above buffer pointer 32-byte aligned.Ronald S. Bultje2015-03-211-1/+1
* avcodec/dnxhddec: Check that the frame is interlaced before using cur_fieldMichael Niedermayer2015-03-211-1/+1
* eac3dec: fix scalingChristophe Gisquet2015-03-211-0/+2
* ac3_fixed: fix computation of spx_noise_blendChristophe Gisquet2015-03-211-1/+1
* ac3_fixed: fix out-of-bound readChristophe Gisquet2015-03-211-1/+1
* ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContextAndreas Cadhalpun2015-03-215-9/+14
* avcodec/012v: redesign main loopMichael Niedermayer2015-03-211-43/+39
* avcodec/012v: Check dimensions more completelyMichael Niedermayer2015-03-211-2/+2
* roqvideoenc: set enc->avctx in roq_encode_initAndreas Cadhalpun2015-03-211-0/+2
* avcodec/options_table: remove extradata_size from the AVOptions tableMichael Niedermayer2015-03-211-1/+0