summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* avcodec/fmvc: Check if header fields are available before allocating the imageMichael Niedermayer2019-06-21
* avcodec/wcmv: check remaining space vs. blocksMichael Niedermayer2019-06-21
* libavcodec: Reduce the size of some arraysAndreas Rheinhardt2019-06-20
* libavcodec/videotoolboxenc: Fix compilation broken on macOS 10.12Limin Wang2019-06-17
* avcodec/bink: Reorder operations in init to avoid memleak on errorMichael Niedermayer2019-06-16
* avcodec/bitstream: Check for more conflicting codes in build_table()Michael Niedermayer2019-06-14
* avcodec/bitstream: Check for integer code truncation in build_table()Michael Niedermayer2019-06-14
* avcodec/mediacodecdec: re-indent after previous commitMatthieu Bouron2019-06-13
* avcodec/mediacodecdec: remove unneeded else block in ff_mediacodec_dec_send()Matthieu Bouron2019-06-13
* avcodec/mediacodecdec: try to receive a frame after signaling EOF to the codecMatthieu Bouron2019-06-13
* avcodec/omx: Correct av_log() log messageAlejandro Solozabal2019-06-12
* vaapi_encode_mjpeg: fix bad component id bugU. Artie Eoff2019-06-12
* VP4 video decoderPeter Ross2019-06-12
* avcodec/vp3: spin off get_eob_run and get_coeff coeff functionsPeter Ross2019-06-12