index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
x86
/
vvc
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/vvcdec: sao, add avx2 support
Shaun Loo
2025-05-14
4
-0
/
+229
*
x86/vvcdec: misc, reordered functions in dsp_init for improved readability
Nuo Mi
2025-05-14
1
-19
/
+29
*
avcodec/x86/constants: add pd_64
James Almer
2025-04-25
1
-3
/
+3
*
avcodec/x86/vvc/dsp_init: Make avg wrappers static
Andreas Rheinhardt
2025-04-09
1
-16
/
+4
*
avcodec/x86/vvc/dsp_init: Make alf wrappers static
Andreas Rheinhardt
2025-04-09
1
-18
/
+6
*
avcodec/x86/vvc/dsp_init: Make ff_vvc_apply_bdof_##bd##_avx2 static
Andreas Rheinhardt
2025-04-09
1
-15
/
+6
*
avcodec/x86/vvc/dsp_init: Make put wrappers static
Andreas Rheinhardt
2025-04-09
1
-36
/
+15
*
avcodec/vvcdec: remove vvc prefix for x86 and riscv
Nuo Mi
2024-12-22
7
-6
/
+6
*
avcodec/x86/vvc: add prototypes for OF functions
James Almer
2024-11-11
1
-5
/
+15
*
x86/vvc: Fix build error for arch x86_32
Zhao Zhili
2024-11-11
1
-0
/
+5
*
x86/vvcdec: inter, add optical flow avx2 code
Nuo Mi
2024-08-31
3
-0
/
+407
*
x86/vvcdec: add dmvr avx2 code
Nuo Mi
2024-08-15
3
-0
/
+399
*
x86/vvc_alf: avoid overwriting for non-16 aligned widths
Nuo Mi
2024-06-25
1
-10
/
+75
*
avcodec/x86/vvc/vvc_alf: use xq to match ptrdiff_t
Wu Jianhua
2024-05-31
1
-4
/
+4
*
avcodec/x86/vvc/vvc_alf: fix integer overflow
Wu Jianhua
2024-05-31
1
-1
/
+2
*
libavcode/x86/vvc: change label to vvc_sad_16 to reflect block sizes
Stone Chen
2024-05-29
1
-2
/
+3
*
libavcodec/x86/vvc/vvc_sad: fix assembler error
Haihao Xiang
2024-05-23
1
-2
/
+2
*
libavcodec/x86/vvc: Add AVX2 DMVR SAD functions for VVC
Stone Chen
2024-05-22
3
-0
/
+140
*
x86/vvc_alf: use the x86inc instruction macros
James Almer
2024-05-22
1
-101
/
+101
*
x86/vvc/vvcdsp_init: coalesce function initializers
James Almer
2024-05-14
1
-22
/
+15
*
avcodec/x86/vvc/vvc_alf: add alf classify avx2 optimizations
Wu Jianhua
2024-05-14
2
-0
/
+382
*
avcodec/x86/vvc: add alf filter luma and chroma avx2 optimizations
Wu Jianhua
2024-05-14
3
-1
/
+492
*
avcodec/x86/vvc/vvcdsp_init: fix linking error when configuring with --disabl...
Wu Jianhua
2024-04-20
1
-21
/
+25
*
avcodec/x86/vvc/vvcdsp_init: add avg prototypes
Wu Jianhua
2024-04-20
1
-17
/
+28
*
avcodec/x86/vvc/vvcdsp_init: add put prototypes
Wu Jianhua
2024-04-20
1
-1
/
+34
*
avcodec/vvc: Rename vvc_?foo->foo
Andreas Rheinhardt
2024-04-04
1
-4
/
+3
*
makefile: Clean up missed object files with "make clean"
Martin Storsjö
2024-03-10
1
-1
/
+1
*
avcodec: Remove superfluous ';' outside of functions
Andreas Rheinhardt
2024-02-21
1
-12
/
+12
*
avcodec/x86/vvc/vvcdsp_init: fix unresolved external symbol on ARCH_X86_32
Wu Jianhua
2024-02-07
1
-38
/
+40
*
x86/Makefile: fix hevc and vvc dependency of h2656dsp.o
James Almer
2024-02-01
1
-3
/
+3
*
x86/vvc/vvc_mc: wrap the entire file in x86_64 and AVX2 checks
James Almer
2024-02-01
1
-5
/
+4
*
x86/vvc/vvc_mc: set the correct number of used registers in vvc_w_avg functions
James Almer
2024-02-01
1
-1
/
+1
*
avcodec/x86/vvc: add avg and avg_w AVX2 optimizations
Wu Jianhua
2024-02-01
3
-1
/
+357
*
avcodec/vvcdec: reuse h26x/2656_inter.asm to enable x86 optimizations
Wu Jianhua
2024-02-01
2
-0
/
+208