42476 Commits (7b58702cbdce097f32f62c87cd537ab28c04ffb2)

Author SHA1 Message Date
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
Andriy Gelman c07a772473 lavc/cbs_h2645_syntax_template: Fix memleak 5 years ago
Andreas Rheinhardt ed9279afbd h264_mp4toannexb: Remove unnecessary check 5 years ago
Michael Niedermayer 9fe07908c3 avcodec/adpcm: Clip predictor for APC 5 years ago
Michael Niedermayer 01593278ce avcodec/targa: Check colors vs. available space 5 years ago
Michael Niedermayer a76690c02b avcodec/dstdec: Use get_ur_golomb_jpegls() 5 years ago
Michael Niedermayer 19c41969b2 avcodec/wmavoice: Check remaining input in parse_packet_header() 5 years ago
Michael Niedermayer 92455c8c65 avcodec/wmalosslessdec: Fix 2 overflows in mclms 5 years ago
Michael Niedermayer 6b7bcd437e avcodec/decode: Fix integer overflow in max_samples check 5 years ago
Michael Niedermayer a9cc69c0d5 avcodec/wmaprodec: Fixes integer overflow with 32bit samples 5 years ago
Michael Niedermayer 50db30b47d avcodec/adpcm: Fix invalid shift in xa_decode() 5 years ago
Michael Niedermayer 5d0b3e282a avcodec/wmavoice: Add FF_CODEC_CAP_INIT_CLEANUP 5 years ago
Michael Niedermayer ec3fe67074 avcodec/wmalosslessdec: Fix several integer issues 5 years ago
Michael Niedermayer 9d42826580 avcodec/wmalosslessdec: Check that padding bits is not more than sample bits 5 years ago