Sign in
chromium
/
external
/
github.com
/
videolan
/
dav1d
/
HEAD
fe0ab51
Use exact-width integer min/max defines where appropriate
by Henrik Gramner
· 3 days ago
master
29efbb9
refmvs: Shrink mfmv_ref arrays
by Henrik Gramner
· 4 days ago
68dc200
refmvs: Shrink refpoc arrays
by Henrik Gramner
· 4 days ago
7889ac7
cdf: Remove unused eob_hi_bit entries
by Henrik Gramner
· 5 days ago
8d95618
CI: Build '-mavx' code as debugoptimized
by Matthias Dressel
· 3 months ago
edeac87
CI: Update images
by Matthias Dressel
· 3 months ago
1d0cda0
CI: Update ppc64le image
by Matthias Dressel
· 3 months ago
caef968
refactor: simplify deltaq bitstream parsing logic
by Gianni Rosato
· 3 months ago
7d4b789
Mark C globals with small code model
by Pranav Kant
· 3 months ago
42b2b24
Update NEWS for 1.5.1
by Jean-Baptiste Kempf
· 4 months ago
1.5.1
40ff2a1
Include <string.h> for memcpy()
by Wan-Teh Chang
· 5 months ago
edb1688
AArch64: Add Neon implementation of load_tmvs
by Arpad Panyik
· 5 months ago
b129d9f
mc: Reduce stack use in {put,prep}_scaled_{bilin,8tap}
by Martin Storsjö
· 5 months ago
cd5bfa1
riscv: Fix building on non-Linux OS's
by Brad Smith
· 5 months ago
5ea4939
obu: don't print warnings for Metadata OBUs of types "Unregistered user private"
by James Almer
· 5 months ago
2ba57aa
arm32: looprestoration: Rewrite the wiener functions
by Martin Storsjö
· 5 months ago
8291a66
looprestoration: Use only 6 row buffer for wiener, like NEON/x86
by Martin Storsjö
· 5 months ago
a149f5c
looprestoration: Make the C wiener h filter more optimizable for the compiler
by Martin Storsjö
· 5 months ago
9da303e
looprestoration: Rewrite the C version of the wiener filter
by Martin Storsjö
· 5 months ago
d242c47
Replace Av1Block with pal_sz in read_pal_indices
by Luc Trudeau
· 6 months ago
9a75ceb
Explicitly use uint8_t for the order_palette() scratch buffer
by Henrik Gramner
· 6 months ago
575af25
flush: Reset f->task_thread.error
by victorien
· 6 months ago
767efec
Fix ClangTidy misc-include-cleaner warnings
by Wan-Teh Chang
· 6 months ago
f8d2620
checkasm: looprestoration: Do strict bounds checking of the output
by Martin Storsjö
· 6 months ago
f15666b
riscv: Enable FreeBSD / OpenBSD elf_aux_info() support
by Brad Smith
· 6 months ago
30c3dd8
arm32: looprestoration: Rewrite the SGR functions
by Martin Storsjö
· 6 months ago
1b7f126
arm32: looprestoration: Apply simplifications to align with C code
by Martin Storsjö
· 7 months ago
c43debf
arm64: looprestoration: Fix a comment typo
by Martin Storsjö
· 7 months ago
1c7433a
arm: looprestoration: Fix the single line loop in sgr_weighted2
by Martin Storsjö
· 7 months ago
f32b314
looprestoration: Rewrite the C version of the SGR filter
by Martin Storsjö
· 7 months ago
01d417c
arm: looprestoration: Give symbols and defines unique names
by Martin Storsjö
· 7 months ago
847eece
arm: looprestoration: Add spacing around operators
by Martin Storsjö
· 7 months ago
56a5593
arm: looprestoration: Get rid of unnecessary rotate_ab_N intermediate functions
by Martin Storsjö
· 7 months ago
9db59d8
arm: looprestoration: Apply 'const' more consistently on parameters
by Martin Storsjö
· 7 months ago
c8fdaa8
checkasm: add loongarch GAS file to checkasm_asm_sources
by Marvin Scholz
· 7 months ago
f772f3e
Fix comments on Dav1dMasteringDisplay
by Maryla Ustarroz
· 7 months ago
72b5380
arm64: looprestoration: Fix use of the wrong register
by Martin Storsjö
· 7 months ago
bed3a34
arm: Use /proc/cpuinfo on linux if getauxval is unavailable
by Martin Storsjö
· 7 months ago
718b62c
ci: Raise the timeout multipliers for jobs that run in QEMU
by Martin Storsjö
· 7 months ago
1648c23
arm64: looprestoration: Remove an unnecessary duplicate parameter in dav1d_sgr_weighted2_Xbpc_neon
by Martin Storsjö
· 7 months ago
ce80e6d
arm64: looprestoration: Apply simplifications to align with C code
by Martin Storsjö
· 7 months ago
8bd31a9
arm: looprestoration: Split an overly long line
by Martin Storsjö
· 7 months ago
330e206
x86: Use the decl and init macros for put_8tap and prep_8tap
by Luca Barbato
· 7 months ago
f966172
loongarch: Use the decl and init macros for put_8tap and prep_8tap
by Luca Barbato
· 7 months ago
a403b57
mc: Factor out the decl and init macros
by Luca Barbato
· 7 months ago
ac1fa6c
ppc: use a jumptable for the blends
by Luca Barbato
· 7 months ago
4f088e4
ppc: blend_h pwr9 implementation
by Luca Barbato
· 7 months ago
423cf6e
ppc: blend_v pwr9 implementation
by Luca Barbato
· 7 months ago
08681fd
ppc: blend pwr9 implementation
by Luca Barbato
· 7 months ago
93f12c1
Provide dav1d_getauxval() wrapper for getauxvaul() and elf_aux_info()
by Brad Smith
· 7 months ago
a17c862
riscv64/mc: Only process w*3/4 elements in blend_v
by Nathan E. Egge
· 7 months ago
907dd87
riscv64/mc16: Unroll 16bpc RVV blend_v 2x
by Nathan E. Egge
· 7 months ago
9710e7d
riscv64/mc16: Branchless vsetvl in blend_v function
by Nathan E. Egge
· 7 months ago
28d1c21
riscv64/mc16: Add VLEN=256 8bpc RVV blend_v function
by Nathan E. Egge
· 7 months ago
aa2deb8
riscv64/mc16: Add 16bpc RVV blend_v function
by Nathan E. Egge
· 7 months ago
c783088
riscv64/mc16: Unroll 16bpc RVV blend 2x
by Nathan E. Egge
· 7 months ago
67c60d7
riscv64/mc16: Branchless vsetvl in blend function
by Nathan E. Egge
· 7 months ago
3437a26
riscv64/mc16: Add VLEN=256 8bpc RVV blend function
by Nathan E. Egge
· 7 months ago
e542f66
meson: Move riscv64 8bpc only files into bitdepth sources
by Nathan E. Egge
· 7 months ago
ca489d8
riscv64/mc16: Add 16bpc RVV blend function
by Nathan E. Egge
· 7 months ago
22e9c0f
riscv64/ipred16: Fix build error with -Dbitdepths=16
by Nathan E. Egge
· 7 months ago
ef4aff7
x86: Improve SSSE3 SGR asm
by Henrik Gramner
· 7 months ago
55fb943
checkasm: Remove leftover comment
by Martin Storsjö
· 8 months ago
23f2769
meson: Test support for aarch64 extensions with gas-preprocessor too
by Martin Storsjö
· 8 months ago
b13d1bc
meson: Move checks for gas-preprocessor earlier
by Martin Storsjö
· 8 months ago
32cf02a
NEWS for 1.5.0
by Jean-Baptiste Kempf
· 8 months ago
1.5.0
c3fa1db
NEWS: add itx to riscv list
by Nathan E. Egge
· 8 months ago
789a1f6
riscv64/itx: Replace vwadd+vnsra with vnclip
by Nathan E. Egge
· 8 months ago
389450f
NEWS: last updates about optimizations
by Jean-Baptiste Kempf
· 8 months ago
79f7188
NEWS: add an entry for the Power9 optimization
by Luca Barbato
· 8 months ago
572c5a6
riscv: Fix argon test failure
by Nathan E. Egge
· 8 months ago
257b04f
loongarch: fix argon tests failure
by yuanhecai
· 8 months ago
b2e7f06
riscv64/mc: warp_8x8 and warp_8x8t 8bpc
by Bogdan Gligorijević
· 8 months ago
56f6d16
riscv64/mc: Re-order instructions
by Niklas Haas
· 8 months ago
3d12677
riscv64/mc: Add bidir functions
by Niklas Haas
· 8 months ago
50ac826
riscv: Add $vtype helper definitions
by Niklas Haas
· 8 months ago
cc7d877
riscv64/mc: Branchless vsetvl in blend_v function
by Nathan E. Egge
· 8 months ago
2da8107
riscv64/mc: Branchless vsetvl in blend_h function
by Nathan E. Egge
· 8 months ago
b374b24
riscv64/mc: Branchless vsetvl in blend function
by Nathan E. Egge
· 8 months ago
0e3f70e
riscv64/mc: Add VLEN=256 8bpc RVV blend_v function
by Nathan E. Egge
· 8 months ago
a5b9544
riscv64/mc: Add VLEN=256 8bpc RVV blend_h function
by Nathan E. Egge
· 8 months ago
83485c5
riscv64/mc: Add VLEN=256 8bpc RVV blend function
by Nathan E. Egge
· 8 months ago
7f2bb2f
riscv: Move get_vlenb() from checkasm_ to dav1d_
by Nathan E. Egge
· 8 months ago
01da36e
riscv64/mc: Add 8bpc RVV blend_v function
by Nathan E. Egge
· 8 months ago
d3a94f1
riscv64/mc: Add 8bpc RVV blend_h function
by Nathan E. Egge
· 8 months ago
f851fcd
riscv64/mc: Add 8bpc RVV blend function
by Nathan E. Egge
· 8 months ago
848c5a2
Tone down loop to only 2 iterations
by Bogdan Gligorijević
· 8 months ago
a0a08d8
Scalar dc calculation
by Bogdan Gligorijević
· 8 months ago
c8749f0
riscv64/itx: Special case 16x16 8bpc dct_dct eob=0
by Bogdan Gligorijević
· 8 months ago
0cdf1b4
ipred_paeth
by Bogdan Gligorijević
· 8 months ago
b830ac8
pal_pred
by Bogdan Gligorijević
· 8 months ago
44541df
ipred_smooth
by Bogdan Gligorijević
· 8 months ago
d711f97
ipred cfl functions
by Bogdan Gligorijević
· 8 months ago
2f5bfc3
riscv64/cdef: filter functions
by Bogdan Gligorijević
· 8 months ago
f223436
pal_idx_finish
by Bogdan Gligorijević
· 8 months ago
38f74bd
riscv: Allow multiple .option arch with vararg ext
by Nathan E. Egge
· 8 months ago
7072e79
x86: Make AVX2 SGR gatherless
by Henrik Gramner
· 8 months ago
21d9f29
tests: Add a fail fast option
by Luca Barbato
· 8 months ago
ed004fe
loongarch: minor improvement on decode_symbol_adapt
by jinbo
· 8 months ago
62a51df
loongarch: rewrite optimization functions in loongarch/itx.S
by yuanhecai
· 8 months ago
Next »