42526 Commits (003a9c619c3b333c7d761252b6e08d4008ef7b8d)

Author SHA1 Message Date
Andreas Rheinhardt 340e6b0185 avcodec/adxdec: Remove unnecessary left-shift 5 years ago
Andreas Rheinhardt 59a9d65e0d avcodec/adxenc: Avoid undefined left shift of negative numbers 5 years ago
Andreas Rheinhardt 3ad8af51b7 avcodec/adpcm: Fix undefined left shifts of negative numbers 5 years ago
Michael Niedermayer a8ceb2a72f avcodec/hevc_mp4toannexb_bsf: check that nalu size doesnt overflow 5 years ago
Michael Niedermayer 1e23b5a706 avcodec/hevc_mp4toannexb_bsf: Avoid NULL memcpy() 5 years ago
Michael Niedermayer a70d836364 avcodec/cbs_av1: Check leb128 values read 5 years ago
Michael Niedermayer e7af64178a avcodec/iff: Check input space before loop in decode_delta_d() 5 years ago
Michael Niedermayer 6a69f04927 avcodec/vc1dec: Allocate only as much space as is unescaped 5 years ago
James Almer 6ae84e7b03 avcodec/libx265: zero the padding bytes in extradata 5 years ago
Wang Cao 8c9d82af6b Add a commandline option to control loop restoration for libaom 5 years ago
Andriy Gelman ad326379c6 lavc/h2645_parse: Don't automatically remove nuh_layer_id > 0 packets 5 years ago
James Almer 56c8856966 avcodec/libx264: export Producer Reference Time as packet side data 5 years ago
James Almer 717b2074ec avcodec: add a Producer Reference Time AVPacketSideData type 5 years ago
Michael Niedermayer d26589c27a avcodec/wmalosslessdec: Use AV_STRINGIFY() 5 years ago
Michael Niedermayer 9d6be83085 avcodec/wmalosslessdec: Replace negative channel check by assert 5 years ago
Michael Niedermayer 891bcc4acc avcodec/wmalosslessdec: move channel check up 5 years ago
Andriy Gelman 8a8966295f avcodec/v4l2_context: Use AVERROR macro 5 years ago
Lynne 9e01f171f3
tiffdec: support embedded ICC profiles 5 years ago
Michael Niedermayer 285138ef14 avcodec/cbs_h2645: Skip all 0 NAL units 5 years ago
Michael Niedermayer 794352ae9d avcodec/adpcm: Fix overflow in FFABS() IMA_EA_EACS 5 years ago
Michael Niedermayer 6a865cec5e avcodec/alac: Fix integer overflow in LPC coefficient adaption 5 years ago
Michael Niedermayer c0bd5fa43d avcodec/g729postfilter: Optimize out overflowing multiplication from apply_tilt_comp() 5 years ago
Michael Niedermayer fea90e9438 libavcodec/vc1: Remove bits variable 5 years ago
Michael Niedermayer 32fb919836 avcodec/vc1dec: Check field_mode for sprites 5 years ago
Michael Niedermayer c56a52a82c avcodec/vc1dec: Limit bits by the actual bitstream size 5 years ago
Limin Wang 8250bb49b1 avcodec/wavpack: simplify the code 5 years ago
Limin Wang 8a62d88b0e avcodec/utils: replace avctx->internal with avci for better readability 5 years ago
Philip Langdale 3ea7057677 nvenc: implement flush to help allow an encoder to be re-used 5 years ago
Andreas Rheinhardt 198081efb7 avcodec/proresenc_anatoliy: Fix invalid left shift of negative number 5 years ago
Limin Wang dce2e0657e avcodec/h264_metadata_bsf: Fix for the incorrect user data with hyphens 5 years ago
James Zern 742221d339 avcodec/libvpxenc,cosmetics: prefer sizeof(var) 5 years ago
Michael Niedermayer 06f6857b54 avcodec/vmdaudio: Check block_align more 5 years ago
Limin Wang 10f0332fd5 avcodec/decode: replace avctx->internal with avci for better readability 5 years ago
Carl Eugen Hoyos a665a2ecda lavc/vdpau_vp9: Do not mix declarations and code. 5 years ago
Carl Eugen Hoyos 96fab29e96 Silence "string-plus-int" warning shown by clang. 5 years ago
Derek Buitenhuis a2d3511154 lavc/ffv1: Properly check that the 4th and 5th quant tables are zeroes 5 years ago
Michael Niedermayer b0a718923b avcodec/pgssubdec: Free subtitle on error 5 years ago
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