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
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: fix typos found by codespell
Timo Rothenpieler
3 days
4
-4
/
+4
*
all: fix whitespace/new-line issues
Timo Rothenpieler
3 days
2
-2
/
+0
*
avcodec/x86/vc1: guard usage of undefined functions with preprocessor
Kacper Michajłow
12 days
2
-0
/
+6
*
avcodec/x86/fdct: guard usage of undefined functions with preprocessor
Kacper Michajłow
12 days
1
-0
/
+2
*
avcodec/mpegvideo: Add missing headers
Andreas Rheinhardt
2025-07-03
3
-2
/
+2
*
configure: Factor mpegvideoencdsp out of mpegvideoenc
Andreas Rheinhardt
2025-06-21
1
-3
/
+3
*
avcodec/hpeldsp_init: Detemplatize
Andreas Rheinhardt
2025-06-02
3
-287
/
+252
*
avcodec/x86/hpeldsp_init: Use ff_avg_pixels16_mmxext
Andreas Rheinhardt
2025-06-02
1
-2
/
+1
*
avcodec/pixblockdsp: Improve 8 vs 16 bit check
Andreas Rheinhardt
2025-05-31
1
-1
/
+0
*
avcodec/x86/vp9: Add AVX-512ICL for 16x16 and 32x32 10bpc inverse transforms
Henrik Gramner
2025-05-26
3
-0
/
+1174
*
avcodec/mpegvideo: Move mpeg_quant to {Mpeg4Dec,MPVEnc}Context
Andreas Rheinhardt
2025-05-26
1
-1
/
+1
*
avcodec/x86/vp9: Add AVX-512ICL for 16x16 and 32x32 8bpc inverse transforms
Henrik Gramner
2025-05-19
3
-0
/
+1645
*
avcodec/{x86,mips}/xvididct_init: Remove redundant checks
Andreas Rheinhardt
2025-05-16
1
-7
/
+1
*
x86/vvcdec: sao, add avx2 support
Shaun Loo
2025-05-14
5
-4
/
+233
*
x86/hevcdec: refact, remove duplicate code in HEVC_SAO_{BAND, EDGE}_FILTER
Shaun Loo
2025-05-14
1
-52
/
+48
*
x86/hevcdec: sao, refact out h26x macros
Shaun Loo
2025-05-14
4
-547
/
+610
*
x86/vvcdec: misc, reordered functions in dsp_init for improved readability
Nuo Mi
2025-05-14
1
-19
/
+29
*
lavc/apv: AVX2 transquant for x86-64
Mark Thompson
2025-04-27
3
-0
/
+354
*
avcodec/x86/constants: add pd_64
James Almer
2025-04-25
5
-6
/
+8
*
avcodec/x86/hevcdsp: Move to x86/hevc
Andreas Rheinhardt
2025-04-09
2
-4
/
+4
*
avcodec/x86/hevcdsp: Move macro to dsp_init.c
Andreas Rheinhardt
2025-04-09
2
-9
/
+7
*
avcodec/x86/hevc/dsp_init: Reindent after the previous commits
Andreas Rheinhardt
2025-04-09
1
-61
/
+61
*
avcodec/x86/hevc/dsp_init: Make ff_hevc_put_bi_[eq]?pel* funcs static
Andreas Rheinhardt
2025-04-09
2
-137
/
+95
*
avcodec/x86/hevc/dsp_init: Make ff_hevc_put_[eq]?pel_* static
Andreas Rheinhardt
2025-04-09
2
-95
/
+80
*
avcodec/x86/hevc/dsp_init: Make ff_hevc_put_uni_[qe]?pel* funcs static
Andreas Rheinhardt
2025-04-09
2
-88
/
+88
*
avcodec/x86/hevc/dsp_init: Make ff_hevc_put_bi_w_* functions static
Andreas Rheinhardt
2025-04-09
2
-8
/
+7
*
avcodec/x86/hevc/dsp_init: Make ff_hevc_put_uni_w_* functions static
Andreas Rheinhardt
2025-04-09
2
-10
/
+15
*
avcodec/x86/hevc/mc: Remove unused functions
Andreas Rheinhardt
2025-04-09
2
-19
/
+0
*
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/x86/h26x/h265dsp: Remove unused functions
Andreas Rheinhardt
2025-04-03
2
-6
/
+8
*
avcodec/x86/mpegvideoenc_template: Remove remnants of MMX
Andreas Rheinhardt
2025-03-29
2
-92
/
+53
*
avcodec/mpegvideo: Only keep the actually used unquantize funcs
Andreas Rheinhardt
2025-03-26
1
-2
/
+2
*
avcodec/mpegvideo: Move unquantize functions into a file of their own
Andreas Rheinhardt
2025-03-26
1
-0
/
+1
*
avcodec/mpegvideoenc: Add MPVEncContext
Andreas Rheinhardt
2025-03-26
4
-64
/
+63
*
avcodec/x86/hevc/dsp_init: Rename ff_hevc_put_hevc->ff_hevc_put
Andreas Rheinhardt
2025-03-15
3
-364
/
+364
*
avcodec/x86/constants: Move constants only used by cavsdsp to it
Andreas Rheinhardt
2025-03-14
3
-7
/
+6
*
avcodec: Don't log to private context
Andreas Rheinhardt
2025-03-08
1
-1
/
+1
*
x86: aacencdsp: Fix negating signed values in aac_quantize_bands
Martin Storsjö
2025-02-10
1
-1
/
+1
*
avcodec/hevcdec: remove hevc prefix for x86 asm files
Nuo Mi
2024-12-22
9
-8
/
+12
*
avcodec/vvcdec: remove vvc prefix for x86 and riscv
Nuo Mi
2024-12-22
7
-6
/
+6
*
lavc/x86/videodsp: Drop MMX usage
Frank Plowman
2024-12-01
2
-90
/
+59
*
avcodec/x86/diracdsp_init: remove unused macro
Kyosuke Kawakami
2024-11-15
1
-5
/
+0
*
avcodec/x86/diracdsp: migrate last remaining MMX function to SSE2
Kyosuke Kawakami
2024-11-15
2
-11
/
+23
*
avcodec/x86/diracdsp: cast stride argument
Kyosuke Kawakami
2024-11-15
1
-0
/
+1
*
avcodec/x86/diracdsp: fix wrong register load/use count
Kyosuke Kawakami
2024-11-15
1
-1
/
+1
*
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
[next]