summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/wmalosslessdec: Fixes undefined overflow in dequantization in decode_...Michael Niedermayer2019-12-31
* avcodec/sonic: Check e in get_symbol()Michael Niedermayer2019-12-31
* avcodec/twinvqdec: Correct overflow in block align checkMichael Niedermayer2019-12-31
* avcodec/h264_ps: Provide more details with "Truncated VUI" MessageMichael Niedermayer2019-12-31
* avcodec/utils: remove access of AV_SAMPLE_FMT_NBZhao Zhili2019-12-31
* lavc/qsv: remove the unused funtion ff_qsv_profile_to_mfx()Zhong Li2019-12-29
* lavc/qsvdec: disable gpu copy when not supportedZhong Li2019-12-29
* lavc/qsvdec: fix the error retrun code in ff_qsv_get_continuous_buffer()Zhong Li2019-12-29
* avcodec/vc1dec: Fix "return -1" casesMichael Niedermayer2019-12-28
* avcodec/vc1dec: Free sprite_output_frame on errorMichael Niedermayer2019-12-28
* avcodec/atrac9dec: Clamp band_ext_data to max that can be read if skipped.Michael Niedermayer2019-12-28
* avcodec/agm: Include block size in the MV check for flags == 3Michael Niedermayer2019-12-28
* avcodec/wmadec: Keep track of exponent initialization per channelMichael Niedermayer2019-12-28
* avcodec/iff: Check that video_size is large enough for the read parametersMichael Niedermayer2019-12-28
* avcodec/v4l2_m2m_enc: Check encoder pix_fmt matches pix_fmt on deviceAndriy Gelman2019-12-27
* avcodec/mvha: fix warning: variable 'size' set but not usedLimin Wang2019-12-27
* avcodec/vc1dec: remove the unneeded ()Limin Wang2019-12-26
* avcodec/ass: remove the unneeded ()Limin Wang2019-12-26
* avcodec/cbs_vp9: Check data_sizeMichael Niedermayer2019-12-26
* avcodec/cbs_vp9: Check index_sizeMichael Niedermayer2019-12-25
* lavc/midivid: check return value of init_get_bits8()Zhong Li2019-12-23
* avcodec/noise_bsf: remove superfluous fail labelJames Almer2019-12-23
* avcodec/hevcdec: keep closed captions in sync between multiple thread contextsJames Almer2019-12-21
* avcodec/h264_sei: fix the size of user data unregisteredLimin Wang2019-12-20
* avcodec/hevc_sei: switch to AVBufferRef buffer for a53 captionLimin Wang2019-12-20
* avcodec/cbs_av1: add missing valid range of values for num_cb_points and num_...James Almer2019-12-19
* lavc/h264dec.h: remove unused ff_h264_decode_slice_headerLinjie Fu2019-12-17
* lavc/hevc_cabac: fix cbf_cb and cbf_cr for transform depth 4Linjie Fu2019-12-17
* vc2enc: zero padding of the coefficient bufferLynne2019-12-17
* lavc/vaapi_encode: grow packet if vaMapBuffer returns multiple buffersLinjie Fu2019-12-17
* lavc/allcodecs: Add mpeg4 omx encoder, missed in 0e387232Carl Eugen Hoyos2019-12-16
* lavc/cbs_h2645_syntax_template: Fix memleakAndriy Gelman2019-12-16
* h264_mp4toannexb: Remove unnecessary checkAndreas Rheinhardt2019-12-15
* avcodec/adpcm: Clip predictor for APCMichael Niedermayer2019-12-15
* avcodec/targa: Check colors vs. available spaceMichael Niedermayer2019-12-15
* avcodec/dstdec: Use get_ur_golomb_jpegls()Michael Niedermayer2019-12-15
* avcodec/wmavoice: Check remaining input in parse_packet_header()Michael Niedermayer2019-12-15
* avcodec/wmalosslessdec: Fix 2 overflows in mclmsMichael Niedermayer2019-12-15
* avcodec/decode: Fix integer overflow in max_samples checkMichael Niedermayer2019-12-15
* avcodec/wmaprodec: Fixes integer overflow with 32bit samplesMichael Niedermayer2019-12-15
* avcodec/adpcm: Fix invalid shift in xa_decode()Michael Niedermayer2019-12-15
* avcodec/wmavoice: Add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-12-15
* avcodec/wmalosslessdec: Fix several integer issuesMichael Niedermayer2019-12-15
* avcodec/wmalosslessdec: Check that padding bits is not more than sample bitsMichael Niedermayer2019-12-15
* avcodec/iff: Skip overflowing runs in decode_delta_d()Michael Niedermayer2019-12-15
* avcodec/apedec: Set error on error in ape_decode_value_3860()Michael Niedermayer2019-12-15
* avcodec/pnm: Check that the header is not truncatedMichael Niedermayer2019-12-15
* avcodec/mp3_header_decompress_bsf: Check sample_rate_indexMichael Niedermayer2019-12-15
* lavc/pnmdec: Fix 16bit decoding.Carl Eugen Hoyos2019-12-14
* avcodec/simple_idct_template: fix integer overflowPaul B Mahol2019-12-14