49386 Commits (f1ec475f6685ba07c3660d197213cb360462396e)

Author SHA1 Message Date
Connor Worley afb630ce4d lavc/dxv: remove ctx fields that can be derived from texdsp ctxs 1 year ago
Connor Worley 2f9936e446 lavc/dvx: use texdsp funcs for texture block decompression 1 year ago
Connor Worley 939bf30d82 lavc/dxv: move tag definitions to common header 1 year ago
James Almer 81c2557691 avcodec: remove some references to avcodec_close 1 year ago
Lynne 90adef99ca
avfft: avoid overreads with RDFT API users 1 year ago
Andreas Rheinhardt ce7c90ff82 avcodec/dca_core: Remove unneeded emms.h inclusion 1 year ago
Martin Storsjö 7ec2354c38 x86: Remove inline MMX assembly that clobbers the FPU state 1 year ago
Connor Worley d5aaed9d4c lavc/dxv: align to 4x4 blocks instead of 16x16 1 year ago
James Almer 7c873fb298 lavc/refstruct: do not use max_align_t on MSVC 1 year ago
Anton Khirnov 1cc24d7495 lavc: deprecate avcodec_close() 1 year ago
Andreas Rheinhardt 2b0e9e278a avcodec/h263dec: Remove AVCodec.pix_fmts arrays 1 year ago
Andreas Rheinhardt 39cfd30bf1 avcodec/vc1dec: Remove AVCodec.pix_fmts arrays 1 year ago
Andreas Rheinhardt ca95863758 avcodec/vc1dec: Don't call ff_get_format() twice 1 year ago
Andreas Rheinhardt 38f234c06e avcodec/vc1dec: Set pointers for hwaccel even without hwaccel 1 year ago
Andreas Rheinhardt 687a287e14 avcodec/mmaldec: Avoid using AVCodec.pix_fmts 1 year ago
Andreas Rheinhardt 89995cfda1 avcodec: Remove redundant pix_fmts from decoders 1 year ago
Connor Worley 1eeee68d8e lavc/dxv: fix incorrect back-reference index calculation in DXT5 decoding 1 year ago
Connor Worley 3b6a515c5f lavc/dxv: treat DXT5-tagged files as DXT4 1 year ago
Connor Worley c4e9556cf5 lavc/texturedsp: fix premult2straight inversion 1 year ago
Andreas Rheinhardt 9ae40f282d avcodec/nvdec: Constify bitstream pointee 1 year ago
Haihao Xiang cd31eac999 lavc/qsvenc: Add workaround for VP9 keyframe 1 year ago
Tong Wu 82e8838165 avcodec/dxva2: fix different 'const' qualifiers warning 1 year ago
Tong Wu 92ee7461c3 avcodec/d3d12va_decode: fix different 'const' qualifiers warning 1 year ago
Aleksoid 336d59643a avcodec/d3d12va_vc1: add support for D3D12_VIDEO_DECODE_PROFILE_VC1_D2010 guid. 1 year ago
Wu Jianhua 3372876888 avcodec/x86/vvc/vvcdsp_init: fix unresolved external symbol on ARCH_X86_32 1 year ago
James Almer 7f92014aca avcodec/nvdec: don't free NVDECContext->bitstream 1 year ago
Frank Plowman 5076fa30ab lavc/vvc: Validate alf_list indexes 1 year ago
James Almer e7a9dd03ab avcodec/libaomdec: print libaomdec version in verbose level 1 year ago
James Almer 48f4a29bae avcodec/libdav1d: print libdav1d version in verbose level 1 year ago
Frank Plowman a42f884cd2 lavc/vvc: Fix slice_idx out-of-bounds memset 1 year ago
Leo Izen c0de7ac520
avcodec/libjxlenc: support negative linesizes 1 year ago
Nuo Mi 88a040386a avcodec/vvcdec: fix seeking for open GOP 1 year ago
Mark Thompson fa580a0f17 lavc/d3d12va: Improve behaviour on missing decoder support 1 year ago
Damiano Galassi 45697e6a51 avcodec: add ambient viewing environment packet side data. 1 year ago
Andreas Rheinhardt d525dbb41f avcodec/vp8: Change criterion for calling ff_thread_finish_setup() 1 year ago
Andreas Rheinhardt e37e9d58f8 avcodec/vp8: Remove write-only vp7 struct field 1 year ago
Andreas Rheinhardt 4b8b1415ae avcodec/vp8: Enforce key-frame only for WebP 1 year ago
James Almer cc774cd962 avcodec/cbs_h266_syntax_template: check aps_adaptation_parameter_set_id 1 year ago
Andreas Rheinhardt 9d364fbdb0 avcodec/vlc: Remove unused macros 1 year ago
Andreas Rheinhardt 648df1c250 avcodec/leaddec: Remove unnecessary VLC structures 1 year ago
Anton Khirnov aa3cfd4b5a lavc/bsf: add a showinfo filter 1 year ago
James Almer b181868aba x86/h26x/h2656dsp: add missing preprocessor wrappers 1 year ago
James Almer 6b6eb7d74e x86/Makefile: fix hevc and vvc dependency of h2656dsp.o 1 year ago
James Almer 2dc8221e66 x86/hevcdsp_init.c: fix preprocessor check 1 year ago
James Almer 78a7927df7 x86/vvc/vvc_mc: wrap the entire file in x86_64 and AVX2 checks 1 year ago
James Almer bf62ddc7bf x86/vvc/vvc_mc: set the correct number of used registers in vvc_w_avg functions 1 year ago
Wu Jianhua 326cc01de9 avcodec/x86/vvc: add avg and avg_w AVX2 optimizations 1 year ago
Wu Jianhua 70889620f2 avcodec/vvcdec: reuse h26x/2656_inter.asm to enable x86 optimizations 1 year ago
Wu Jianhua fc5ff6b0b8 avcodec/x86/h26x/h2656_inter: add dststride to put 1 year ago
Wu Jianhua 7d9f1f5485 avcodec/x86/hevc_mc: move put/put_uni to h26x/h2656_inter.asm 1 year ago