summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc/h265_profile_level: Add new profilesMark Thompson2019-07-07
* lavc/h265_profile_level: Add unit testMark Thompson2019-07-07
* h265_metadata: Add option to set the level of the streamMark Thompson2019-07-07
* lavc/h265_profile_level: Do not allow high tier at level < 4Mark Thompson2019-07-07
* lavc/h265_profile_level: Fix DPB size calculationMark Thompson2019-07-07
* avcodec/cngdec: set .caps_internalPaul B Mahol2019-07-07
* avcodec/alsdec: Add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-07-06
* avcodec/alsdec: Fix integer overflow with buffer numberMichael Niedermayer2019-07-06
* avcodec/alsdec: Fixes signed integer overflow in LSB additionMichael Niedermayer2019-07-06
* avcodec/alsdec: Check opt_order / sb_length in ra_block handlingMichael Niedermayer2019-07-06
* avcodec/alsdec: Fix integer overflow with shifting samplesMichael Niedermayer2019-07-06
* avcodec/alsdec: Fix undefined behavior in decode_rice()Michael Niedermayer2019-07-06
* avcodec/alsdec: Fixes invalid shifts in read_var_block_data() and INTERLEAVE_...Michael Niedermayer2019-07-06
* avcodec/hevc_ps: fix range of num_tile_{columns,rows}_minus1James Almer2019-07-05
* lavc/mjpegdec: make code alignedZhong Li2019-07-01
* lavc/mjpegdec: replace number with marker nameZhong Li2019-07-01
* lavc/qsvenc: fix the incorrent map from bits to bytesZhong Li2019-07-01
* avcodec/hevc_ps: Change num_tile_rows/columns checks to sps->ctb_height/weightMichael Niedermayer2019-06-30
* avcodec/hevc_ps: Fix integer overflow with num_tile_rows and num_tile_columnsMichael Niedermayer2019-06-30
* avcodec/apedec: Add k < 24 check to the only k++ case which lacks such a checkMichael Niedermayer2019-06-30
* avcodec/fitsdec: Check data_min/maxMichael Niedermayer2019-06-30
* avcodec/m101: Fix off be 2 errorMichael Niedermayer2019-06-29
* avcodec/qdm2: Move fft_order check upMichael Niedermayer2019-06-29
* avcodec/libvorbisdec: Check extradata sizeMichael Niedermayer2019-06-29
* avcodec/atrac9dec: Check q_unit_cnt in parse_band_ext()Michael Niedermayer2019-06-29
* avcodec/atrac9dec: Check that the reused block has succeeded initilizationMichael Niedermayer2019-06-29
* avcodec/cfhd: add back alpha processing removed in 9cefb9e7ecPaul B Mahol2019-06-28
* avcodec/utils: Check bits_per_coded_sampleMichael Niedermayer2019-06-26
* avcodec/videodsp_template: Fix overflow of additionMichael Niedermayer2019-06-26
* avcodec/alsdec: Fix invalid shift in multiply()Michael Niedermayer2019-06-26
* avcodec/4xm: Fix vlc memleakMichael Niedermayer2019-06-26
* avcodec/ffwavesynth: Check ts_end - ts_start for overflowMichael Niedermayer2019-06-26
* avcodec/vc1dsp: Avoid undefined shifts in vc1_v_s_overlap_c / vc1_h_s_overlap_cMichael Niedermayer2019-06-26
* avcodec/tta: Fix undefined shiftMichael Niedermayer2019-06-26
* avcodec/qdmc: Fix integer overflows in PRNGMichael Niedermayer2019-06-26
* avcodec/rv10: Avoid calculating undefined value that is unusedMichael Niedermayer2019-06-26
* avcodec/bintext: Check font heightMichael Niedermayer2019-06-26
* avcodec/binkdsp: Fix integer overflows in idctMichael Niedermayer2019-06-26
* avcodec/bink: Fix integer overflow in unquantize_dct_coeffs()Michael Niedermayer2019-06-26
* avcodec/motionpixels: Check for vlc error in mp_get_vlc()Michael Niedermayer2019-06-25
* avcodec/loco: Limit lossy parameter so it is sane and does not overflowMichael Niedermayer2019-06-25
* avcodec/xpmdec: Do not use context dimensions as temporary variablesMichael Niedermayer2019-06-25
* avcodec/fitsdec: Fix division by 0 in size checkMichael Niedermayer2019-06-25
* avcodec/aacpsdsp_template: Fix integer overflow in ps_hybrid_analysis_c()Michael Niedermayer2019-06-25
* avcodec/truemotion2: Fix integer overflow in last loop in tm2_update_block()Michael Niedermayer2019-06-25
* avcodec/pngdec: Check input spaceMichael Niedermayer2019-06-25
* movsub_bsf: Fix mov2textsub regressionAndreas Rheinhardt2019-06-24
* lavc/tableprint_vlc: Remove avpriv_request_sample() from included files.Carl Eugen Hoyos2019-06-24
* avcodec/iff: finetune the palette size check in the mask caseMichael Niedermayer2019-06-23
* avcodec/iff: Fix mask_buf / mask_palbuf leakMichael Niedermayer2019-06-23