45957 Commits (8b9ef5a516dcb6327bdc15943c981ed743a09ab1)

Author SHA1 Message Date
Ming Qian 35a9307beb avcodec/v4l2_context: remove reinit variable 3 years ago
Chen,Wenbin e6b990e25d libavcodec/qsvdec.c: using queue count to unref frame 3 years ago
James Almer 4b053b8db1 avcodec/av1dec: honor the requested skip_frame level 3 years ago
James Almer 6c4074e423 avcodec/libdav1d: explicitly set Dav1dSettings.apply_grain 3 years ago
Anton Khirnov 55ccbfd790 lavc/flac_parser: use a custom FIFO implementation 3 years ago
Timo Rothenpieler 0b13c34a65 avcodec/nvenc: zero-initialize NV_ENC_REGISTER_RESOURCE struct 3 years ago
Linjie Fu c39b6e1425 lavc/qsvenc: add return check for ff_qsv_map_pixfmt 3 years ago
Ming Qian 3fc72c9fc1 avcodec/v4l2_context: send start decode command after dynamic resolution change event 3 years ago
Ming Qian df701ed0b5 avcodec/v4l2_context: don't reinit output queue on dynamic resolution change event 3 years ago
Andreas Rheinhardt ebf1d0f4bb avcodec/avcodec: Remove outdated comment 3 years ago
Andreas Rheinhardt a88a141c17 avcodec: Remove unnecessary h263.h inclusions 3 years ago
Andreas Rheinhardt e60debb93e avcodec/bitstream: Don't pretend VLCs to be initialized concurrently 3 years ago
Andreas Rheinhardt 938251c878 avcodec/rl: Don't pretend ff_rl_init() initializes a RLTable twice 3 years ago
Andreas Rheinhardt 832ead2ec4 avcodec/mpeg4videodec: Fix data race when initializing VLCs 3 years ago
Andreas Rheinhardt f0194e860e avcodec/mpeg4video: Skip unneeded element when parsing picture header 3 years ago
Andreas Rheinhardt 6739bb5a0e avcodec/h263: Move functions only used once to their caller 3 years ago
Andreas Rheinhardt de29d482f9 avcodec/mpegvideo: Avoid macro/av_calloc for ordinary allocations 3 years ago
Andreas Rheinhardt 4fc4cf4931 avcodec/mpegvideo: Don't unnecessarily allocate buffers 3 years ago
Andreas Rheinhardt 750c765ca4 avcodec/mpeg12dec: Don't set write-only variable 3 years ago
Andreas Rheinhardt ffb000fff8 avcodec/jpeglsdec: Avoid get_bits_long() where possible 3 years ago
Martin Storsjö 24b93022fe aarch64: Disable ff_hevc_sao_band_filter_8x8_8_neon out of precaution 3 years ago
Martin Storsjö 16fba44b4d Revert "lavc/aarch64: add hevc sao edge 16x16" 3 years ago
Martin Storsjö df48b1d06f Revert "lavc/aarch64: add hevc sao edge 8x8" 3 years ago
Martin Storsjö cafed377eb Revert "lavc/aarch64: add hevc sao band 8x8 tiling" 3 years ago
Michael Niedermayer 0c9c9bbd01 avcodec/apedec: Fix integer overflows in predictor_update_3930() 3 years ago
Andreas Rheinhardt 72a822b975 avformat/takdec: Don't initialize get_bits context to read one value 3 years ago
Fei Wang 7787cca180 lavc/av1dec: use frame split bsf 3 years ago
James Almer 3e17e0e5ef avcodec/libdav1d: honor the requested strict_std_compliance level on supported builds 3 years ago
Andreas Rheinhardt 2b541b8c1d avcodec/golomb: Factor writing golomb codes out 3 years ago
Andreas Rheinhardt df4cb384fb avcodec/Makefile: Add missing entry for ADPCM_IMA_AMV_ENCODER 3 years ago
Andreas Rheinhardt a2372f904c avcodec/Makefile: Only compile nvenc.o if needed 3 years ago
Andreas Rheinhardt aa8bb05d29 avcodec/Makefile: Add missing HEVC decoder->h274.o dependency 3 years ago
Andreas Rheinhardt 07fd34aca7 avcodec/Makefile: Add missing mpegaudiodata.o dependency to MPEGAUDIO 3 years ago
Haihao Xiang 8d4c0c8823 lavc/qsvdec: needn't free the string for AV_OPT_TYPE_STRING AVOption 3 years ago
Haihao Xiang 0d82613b7d lavc/qsvenc: set base address for V plane 3 years ago
Limin Wang 46f43f222e avcodec/videotoolbox: Fix undefined symbol with minimal configuration 3 years ago
Andreas Rheinhardt 8abc192236 avcodec/mpeg12enc: Inline constants 3 years ago
Andreas Rheinhardt c037f3fc7d avcodec/mpeg12enc: Partially inline whether codec is MPEG-1 3 years ago
Andreas Rheinhardt d91b5020ec avcodec/mpeg12enc: Also inline chroma subsampling 3 years ago
Andreas Rheinhardt 58f6d1e758 avcodec/mpegvideo_enc: Remove dead code at compile time 3 years ago
Andreas Rheinhardt bf2c34a01a avcodec/mpegvideo_enc: Improve inlining of chroma_format 3 years ago
Andreas Rheinhardt ab54956edd configure: Add new mpegvideodec CONFIG_EXTRA 3 years ago
Andreas Rheinhardt d83479bec1 avcodec/mpegvideo: Move decoding-only code into a new file 3 years ago
Andreas Rheinhardt ee41c60373 avcodec/mpegvideo: Remove always-false check 3 years ago
Andreas Rheinhardt 5de7bce12e avcodec/mpegvideo: Don't initialize error resilience context for encoder 3 years ago
Andreas Rheinhardt 4a9b460a09 avcodec/mpegvideo: Check for no_rounding at compile-time if possible 3 years ago
Andreas Rheinhardt 7d4f200dfa avcodec/mpegvideo: Remove always-true branch 3 years ago
Andreas Rheinhardt bf70c34b11 avcodec/mpegvideo: Try to perform check for MPEG-1/2 at compile-time 3 years ago
Andreas Rheinhardt 7c0c73bca0 avcodec/mpegvideo: Partially check for being encoder at compile-time 3 years ago
Andreas Rheinhardt 854e3d4734 avcodec/mpegvideo: Don't check for > 8 bit MPEG-1/2 3 years ago