summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* avcodec/mjpegdec: Check for non ls PAL8Michael Niedermayer2019-06-12
* avcodec/v4l2_m2m_dec: Fix memleak on ff_v4l2_m2m_codec_init() failureMichael Niedermayer2019-06-12
* avcodec/interplayvideo: check decoding_map_size with video_data_sizeMichael Niedermayer2019-06-12
* avcodec/h264_parse: Use 64bit for expectedpoc and expected_delta_per_poc_cycleMichael Niedermayer2019-06-12
* avcodec/vp3data: combine eob_run_base and eob_run_get_bits tablesPeter Ross2019-06-08
* cbs_av1, cbs_jpeg, cbs_mpeg2, cbs_vp9: Fix undefAndreas Rheinhardt2019-06-07
* avcodec/mss4: Check input size against skip bitsMichael Niedermayer2019-06-05
* avcodec/dxv: Check op_offset in dxv_decompress_cocg()Michael Niedermayer2019-06-05
* avcodec/diracdec: Fix integer overflow in global_mv()Michael Niedermayer2019-06-05
* bitstream_filters: Correct dump_extradata descriptionAndreas Rheinhardt2019-06-04
* avcodec/vmnc: Check available space against chunks before reget_buffer()Michael Niedermayer2019-06-04
* avcodec/pafvideo: Clear frame buffer laterMichael Niedermayer2019-06-04
* avcodec/aacdec_template: skip apply_tns() if max_sfb is 0 (from previous head...Michael Niedermayer2019-06-04
* avcodec/arbc: Skip tiles in fill_tileX() which are completely outsideMichael Niedermayer2019-06-04
* avcodec/aacdec_fixed: Handle more extreem cases in noise_scale()Michael Niedermayer2019-06-04
* avcodec/aacdec_template: Merge 3 #ifs related to noise handlingMichael Niedermayer2019-06-04
* avcodec/aacdec_fixed: ssign seems always -1 in noise_scale(), simplifyMichael Niedermayer2019-06-04
* avcodec/cbs_h264: add support for Alternative Transfer Characteristics SEI me...James Almer2019-06-03
* vaapi_encode: Refactor encode misc parameter buffer creationMark Thompson2019-06-03
* vaapi_encode: Remove unused functionMark Thompson2019-06-03
* vaapi_encode: Warn if input has cropping informationMark Thompson2019-06-02
* avcodec/gdv: Check remaining output after decode 5/6/8/Michael Niedermayer2019-05-31
* avcodec/tiff: Recognize DNG/CinemaDNG imagesNick Renieris2019-05-30