summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* lavc/bsf: fix memory leak after av_dict_parse_string failJun Zhao2020-01-04
* avcodec/mpeg12dec: always submit the first field to hwaccelZhong Li2020-01-02
* avcodec/nvdec_mpeg12: set field flagsTimo Rothenpieler2020-01-02
* avcodec/librav1e: use AV_OPT_TYPE_DICT for rav1e-paramsMarton Balint2020-01-01
* avcodec/libxavs2: use AV_OPT_TYPE_DICT for xavs2-paramsMarton Balint2020-01-01
* avcodec/libx265: use AV_OPT_TYPE_DICT for x265-paramsMarton Balint2020-01-01
* avcodec/libx264: use AV_OPT_TYPE_DICT for x264-paramsMarton Balint2020-01-01
* avcodec/libvpxenc: use AV_OPT_TYPE_DICT for ts-parametersMarton Balint2020-01-01
* avcodec/libx265: export encoded frame statsJames Almer2020-01-01
* avcodec/libx265: add a qp option and apply the relevant global AVCodecContext...James Almer2020-01-01
* avcodec/libx265: apply some global AVCodecContext settings to the encoder con...James Almer2020-01-01
* avcodec: Replace get_bits_long() by get_bits() where possibleMichael Niedermayer2019-12-31
* avcodec: Replace skip_bits_long() by skip_bits() where possibleMichael Niedermayer2019-12-31
* avcodec: Replace show_bits_long() by show_bits() where possibleMichael Niedermayer2019-12-31
* avcodec/ffwavesynth: Fix undefined overflow in wavesynth_synth_sample()Michael Niedermayer2019-12-31
* avcodec/cook: Use 3 stage VLC decoding for channel_couplingMichael Niedermayer2019-12-31
* avcodec/options_table: err_detect compliant and aggressive should also enable...Michael Niedermayer2019-12-31
* 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