46136 Commits (d15f65c4699de54eafc3b9a8f145cad978666520)

Author SHA1 Message Date
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
Andreas Rheinhardt f5ddf0ab19 avcodec/mpegvideo_motion: Don't duplicate identical code 3 years ago
Andreas Rheinhardt b821a58741 avcodec/wmv2: Move ff_wmv2_add_mb() to the wmv2dec 3 years ago
Andreas Rheinhardt 22ef01f5e1 avcodec/mpegvideo: Avoid needlessly calling function 3 years ago
Andreas Rheinhardt 5d856ef476 avcodec/mpegvideo: Don't duplicate identical code 3 years ago
Andreas Rheinhardt ec5c188b21 avcodec/mpeg12dec: Use %c to write single char 3 years ago
Andreas Rheinhardt 2d2aa5c384 avcodec/mpegvideo_enc: Don't merge decoder-only fields 3 years ago
Andreas Rheinhardt f899e3b51b avcodec/mpeg12enc: Move options-related fields to MPEG12EncContext 3 years ago
Andreas Rheinhardt 4989ad4c76 avcodec/mpeg12enc: Add custom context, move mpeg2_frame_rate_ext to it 3 years ago
Andreas Rheinhardt ac49439e77 avcodec/mpeg12enc: Simplify check for A53 closed captions 3 years ago
Andreas Rheinhardt 7a2f728302 avcodec/mpegvideo_enc: Move updating mb_info to its only user 3 years ago
Andreas Rheinhardt 3ff94f88c2 avcodec/speedhqenc: Inline constants 3 years ago
Andreas Rheinhardt 8a431a2bb6 avcodec/mpegvideo_enc: Remove impossible branch 3 years ago
Andreas Rheinhardt 4707023a95 avcodec/mpegvideo: Remove unnecessary headers 3 years ago
Andreas Rheinhardt cbbd5e063d avcodec/mjpegenc_common: Use AVCodecContext.codec_id directly 3 years ago
Andreas Rheinhardt 3867b18120 avcodec/mjpegenc_common: Don't call function unnecessarily 3 years ago
Andreas Rheinhardt 8a0981d013 avcodec/mjpegenc_common: Pass MJpegContext for writing picture header 3 years ago
Andreas Rheinhardt 7aee9e326f avcodec/mjpegenc: Deprecate unused prediction type 3 years ago
Andreas Rheinhardt bd2ec3d345 avcodec/mpegvideo: Move MJPEG/AMV-only fields to MJpegContext 3 years ago
Andreas Rheinhardt 506758357e avcodec/mjpegenc_common: Fix intendation 3 years ago
Andreas Rheinhardt 8edb2c638c avcodec/mjpegenc_common: Move code for MJPEG/AMV to mjpegenc 3 years ago
Andreas Rheinhardt 410af1caa3 avcodec/mjpegenc: Add wrapper for ff_mjpeg_encode_picture_header() 3 years ago