| Commit message (Expand) | Author | Age | Files | Lines |
* | aacsbr: break infinite loop in sbr_hf_calc_npatches | Andreas Cadhalpun | 2015-05-21 | 1 | -1/+7 |
* | diracdec: check that block length is valid | Andreas Cadhalpun | 2015-05-21 | 1 | -0/+8 |
* | diracdec: check if reference could not be allocated | Andreas Cadhalpun | 2015-05-21 | 1 | -0/+6 |
* | diracdec: avoid overflow of bytes*8 in decode_lowdelay | Andreas Cadhalpun | 2015-05-21 | 1 | -1/+4 |
* | diracdec: prevent overflow in data_unit_size check | Andreas Cadhalpun | 2015-05-21 | 1 | -2/+2 |
* | avcodec/ffv1dec: Check chroma shift parameters | Michael Niedermayer | 2015-05-21 | 1 | -0/+12 |
* | pngdec: don't use AV_PIX_FMT_MONOBLACK for apng | Andreas Cadhalpun | 2015-05-21 | 1 | -1/+1 |
* | pngdec: return correct error code from decode_frame_common | Andreas Cadhalpun | 2015-05-21 | 1 | -5/+10 |
* | pngdec: check s->last_picture.f->data[0] before using it | Andreas Cadhalpun | 2015-05-21 | 1 | -1/+1 |
* | avcodec/wavpack: Check L/R values before use to avoid harmless integer overfl... | Michael Niedermayer | 2015-05-21 | 1 | -0/+8 |
* | apedec: prevent out of array writes in decode_array_0000 | Andreas Cadhalpun | 2015-05-21 | 1 | -2/+2 |
* | apedec: set s->samples only when init_frame_decoder succeeded | Andreas Cadhalpun | 2015-05-21 | 1 | -1/+1 |
* | libvpxenc: only set noise reduction w/vp8 | James Zern | 2015-05-21 | 1 | -2/+3 |
* | alac: reject rice_limit 0 if compression is used | Andreas Cadhalpun | 2015-05-21 | 1 | -0/+5 |
* | alsdec: only adapt order for positive max_order | Andreas Cadhalpun | 2015-05-21 | 1 | -1/+1 |
* | mpeg4videodec: only allow a positive length | Andreas Cadhalpun | 2015-05-21 | 1 | -2/+2 |
* | alsdec: check sample pointer range in revert_channel_correlation | Andreas Cadhalpun | 2015-05-21 | 1 | -7/+27 |
* | alsdec: validate time diff indexn2.5.6 | Andreas Cadhalpun | 2015-04-19 | 1 | -0/+8 |
* | avcodec/alsdec: Use av_mallocz_array() for chan_data to ensure the arrays nev... | Michael Niedermayer | 2015-04-18 | 1 | -2/+2 |
* | alsdec: ensure channel reordering is reversible | Andreas Cadhalpun | 2015-04-18 | 1 | -1/+5 |
* | avcodec/atrac3plusdsp: fix on stack alignment | Michael Niedermayer | 2015-04-17 | 1 | -2/+2 |
* | ac3: validate end in ff_ac3_bit_alloc_calc_mask | Andreas Cadhalpun | 2015-04-17 | 1 | -0/+3 |
* | aacpsy: avoid psy_band->threshold becoming NaN | Andreas Cadhalpun | 2015-04-17 | 1 | -1/+4 |
* | aasc: return correct buffer size from aasc_decode_frame | Andreas Cadhalpun | 2015-04-17 | 1 | -1/+1 |
* | aacdec: consistently use avctx for logging in decode_eld_specific_config | Andreas Cadhalpun | 2015-04-17 | 1 | -1/+1 |
* | msrledec: use signed pixel_ptr in msrle_decode_pal4 | Andreas Cadhalpun | 2015-04-17 | 1 | -1/+1 |
* | avcodec/h264: Do not fail with randomly truncated VUIs | Michael Niedermayer | 2015-04-17 | 4 | -7/+13 |
* | avcodec/h264_ps: Move truncation check from VUI to SPS | Michael Niedermayer | 2015-04-17 | 1 | -6/+6 |
* | avcodec/h264: Be more tolerant to changing pps id between slices | Michael Niedermayer | 2015-04-17 | 1 | -3/+4 |
* | avcodec/aacdec: Fix storing state before PCE decode | Michael Niedermayer | 2015-04-17 | 1 | -1/+1 |
* | avcodec/h264: reset the counts in the correct context | Michael Niedermayer | 2015-04-17 | 1 | -1/+1 |
* | avcodec/h264_slice: Dont reset mb_aff_frame per slice | Michael Niedermayer | 2015-04-17 | 1 | -3/+7 |
* | avcodec/h264: finish previous slices before switching to single thread mode | Michael Niedermayer | 2015-04-17 | 1 | -0/+6 |
* | avcodec/h264: Fix race between slices where one overwrites data from the next | Michael Niedermayer | 2015-04-17 | 2 | -5/+39 |
* | avcodec/h264_refs: Do not set reference to things which dont exist | Michael Niedermayer | 2015-04-17 | 1 | -1/+1 |
* | avcodec/h264: Fail for invalid mixed IDR / non IDR frames in slice threading ... | Michael Niedermayer | 2015-04-17 | 1 | -1/+7 |
* | h264: avoid unnecessary calls to get_format | Rainer Hochecker | 2015-04-17 | 1 | -1/+2 |
* | avcodec/msrledec: restructure msrle_decode_pal4() based on the line number in... | Michael Niedermayer | 2015-04-17 | 1 | -14/+11 |
* | avcodec/hevc_ps: Check cropping parameters more correctlyn2.5.5 | Michael Niedermayer | 2015-03-21 | 1 | -1/+2 |
* | hevc: make the crop sizes unsigned | Anton Khirnov | 2015-03-21 | 1 | -4/+4 |
* | vp9: make above buffer pointer 32-byte aligned. | Ronald S. Bultje | 2015-03-21 | 1 | -1/+1 |
* | avcodec/dnxhddec: Check that the frame is interlaced before using cur_field | Michael Niedermayer | 2015-03-21 | 1 | -1/+1 |
* | eac3dec: fix scaling | Christophe Gisquet | 2015-03-21 | 1 | -0/+2 |
* | ac3_fixed: fix computation of spx_noise_blend | Christophe Gisquet | 2015-03-21 | 1 | -1/+1 |
* | ac3_fixed: fix out-of-bound read | Christophe Gisquet | 2015-03-21 | 1 | -1/+1 |
* | ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContext | Andreas Cadhalpun | 2015-03-21 | 5 | -9/+14 |
* | avcodec/012v: redesign main loop | Michael Niedermayer | 2015-03-21 | 1 | -43/+39 |
* | avcodec/012v: Check dimensions more completely | Michael Niedermayer | 2015-03-21 | 1 | -2/+2 |
* | roqvideoenc: set enc->avctx in roq_encode_init | Andreas Cadhalpun | 2015-03-21 | 1 | -0/+2 |
* | avcodec/options_table: remove extradata_size from the AVOptions table | Michael Niedermayer | 2015-03-21 | 1 | -1/+0 |