42489 Commits (5d82c078ea93d7eee12ff863a4f9eb5fb2d30d16)

Author SHA1 Message Date
Limin Wang ebbc976ae6 avcodec/bsf: replace ctx->internal-> with bsfi-> for better readability 5 years ago
Jun Zhao cf9c9a9db9 lavc/libkvazaar: fix memory leak after av_dict_parse_string fail 5 years ago
Jun Zhao 0099f71502 lavc/bsf: fix memory leak after av_dict_parse_string fail 5 years ago
Zhong Li 12c4d00c10 avcodec/mpeg12dec: always submit the first field to hwaccel 5 years ago
Timo Rothenpieler d4996a600c avcodec/nvdec_mpeg12: set field flags 5 years ago
Marton Balint e47a954631 avcodec/librav1e: use AV_OPT_TYPE_DICT for rav1e-params 5 years ago
Marton Balint a613d042e7 avcodec/libxavs2: use AV_OPT_TYPE_DICT for xavs2-params 5 years ago
Marton Balint 91f64ea4c5 avcodec/libx265: use AV_OPT_TYPE_DICT for x265-params 5 years ago
Marton Balint dfea6d2e50 avcodec/libx264: use AV_OPT_TYPE_DICT for x264-params 5 years ago
Marton Balint 9ac1066dc6 avcodec/libvpxenc: use AV_OPT_TYPE_DICT for ts-parameters 5 years ago
James Almer 3670a10c2d avcodec/libx265: export encoded frame stats 5 years ago
James Almer 278a91f8fe avcodec/libx265: add a qp option and apply the relevant global AVCodecContext settings to the encoder context 5 years ago
James Almer 3c22436ddf avcodec/libx265: apply some global AVCodecContext settings to the encoder context 5 years ago
Michael Niedermayer a15d904ad7 avcodec: Replace get_bits_long() by get_bits() where possible 5 years ago
Michael Niedermayer f72fa1ad67 avcodec: Replace skip_bits_long() by skip_bits() where possible 5 years ago
Michael Niedermayer 79d5d79f38 avcodec: Replace show_bits_long() by show_bits() where possible 5 years ago
Michael Niedermayer fa47f6412d avcodec/ffwavesynth: Fix undefined overflow in wavesynth_synth_sample() 5 years ago
Michael Niedermayer 89fd76db71 avcodec/cook: Use 3 stage VLC decoding for channel_coupling 5 years ago
Michael Niedermayer 4cfc563c57 avcodec/options_table: err_detect compliant and aggressive should also enable the weaker checks 5 years ago
Michael Niedermayer 53efab44a9 avcodec/wmalosslessdec: Fixes undefined overflow in dequantization in decode_subframe() 5 years ago
Michael Niedermayer aea6755611 avcodec/sonic: Check e in get_symbol() 5 years ago
Michael Niedermayer 4dc93ae3d7 avcodec/twinvqdec: Correct overflow in block align check 5 years ago
Michael Niedermayer 77ba9e3252 avcodec/h264_ps: Provide more details with "Truncated VUI" Message 5 years ago
Zhao Zhili f78dc66089 avcodec/utils: remove access of AV_SAMPLE_FMT_NB 5 years ago
Zhong Li 755ad01dd1 lavc/qsv: remove the unused funtion ff_qsv_profile_to_mfx() 5 years ago
Zhong Li 779951f7b2 lavc/qsvdec: disable gpu copy when not supported 5 years ago
Zhong Li 9fff5c40a7 lavc/qsvdec: fix the error retrun code in ff_qsv_get_continuous_buffer() 5 years ago
Michael Niedermayer 26f040bcb4 avcodec/vc1dec: Fix "return -1" cases 5 years ago
Michael Niedermayer 3ee9240be3 avcodec/vc1dec: Free sprite_output_frame on error 5 years ago
Michael Niedermayer 18ff210efb avcodec/atrac9dec: Clamp band_ext_data to max that can be read if skipped. 5 years ago
Michael Niedermayer 1f20969457 avcodec/agm: Include block size in the MV check for flags == 3 5 years ago
Michael Niedermayer bf5c850b79 avcodec/wmadec: Keep track of exponent initialization per channel 5 years ago
Michael Niedermayer f1b97f62f8 avcodec/iff: Check that video_size is large enough for the read parameters 5 years ago
Andriy Gelman fc3760a66d avcodec/v4l2_m2m_enc: Check encoder pix_fmt matches pix_fmt on device 5 years ago
Limin Wang 93671d6755 avcodec/mvha: fix warning: variable 'size' set but not used 5 years ago
Limin Wang ef91e3955a avcodec/vc1dec: remove the unneeded () 5 years ago
Limin Wang f8f86f8356 avcodec/ass: remove the unneeded () 5 years ago
Michael Niedermayer 4fa2d5a692 avcodec/cbs_vp9: Check data_size 5 years ago
Michael Niedermayer d6553e2e60 avcodec/cbs_vp9: Check index_size 5 years ago
Zhong Li 5dc527f9ca lavc/midivid: check return value of init_get_bits8() 5 years ago
James Almer c75f246a3c avcodec/noise_bsf: remove superfluous fail label 5 years ago
James Almer 231ffd7e63 avcodec/hevcdec: keep closed captions in sync between multiple thread contexts 5 years ago
Limin Wang 5e5bbd21e6 avcodec/h264_sei: fix the size of user data unregistered 5 years ago
Limin Wang dbb051767f avcodec/hevc_sei: switch to AVBufferRef buffer for a53 caption 5 years ago
James Almer 8887991a31 avcodec/cbs_av1: add missing valid range of values for num_cb_points and num_cr_points 5 years ago
Linjie Fu e43d66dc67 lavc/h264dec.h: remove unused ff_h264_decode_slice_header 5 years ago
Linjie Fu d31a290226 lavc/hevc_cabac: fix cbf_cb and cbf_cr for transform depth 4 5 years ago
Lynne 377a095dc3
vc2enc: zero padding of the coefficient buffer 5 years ago
Linjie Fu efefba61f8 lavc/vaapi_encode: grow packet if vaMapBuffer returns multiple buffers 5 years ago
Carl Eugen Hoyos 9f6a06d927 lavc/allcodecs: Add mpeg4 omx encoder, missed in 0e387232 5 years ago