shithub: dav1d

RSS feed

652e5b38 – Victorien Le Couviour--Tuffet <victorien@videolan.org> authored on 2020/06/30 12:32
x86: Minor changes to MC scaled AVX2 asm

6cf58c8e – Henrik Gramner <gramner@twoorioles.com> authored on 2020/07/13 21:13
x86: Add cdef_filter SSE optimizations

f55cd4c6 – Marvin Scholz <epirat07@gmail.com> authored on 2020/07/20 09:27
dav1dplay: Fix type mismatch warning

1317e619 – Matthias Dressel <code@deadcode.eu> authored on 2020/07/13 14:59
README: Update roadmap

d69fc655 – Henrik Gramner <gramner@twoorioles.com> authored and Henrik Gramner <henrik@gramner.com> committed on 2020/07/10 22:16
Add enum entries for the maximum valid metadata values

1b9792f3 – Matthias Dressel <code@deadcode.eu> authored on 2020/07/13 08:10
Update README.md

dfb22e57 – Nico Weber <thakis@chromium.org> authored on 2020/07/10 11:28
Hide const symbols names too when building for mac/arm64

ebc8e4d9 – Nico Weber <thakis@chromium.org> authored on 2020/07/09 21:38
Hide symbols names when building for mac/arm64

725f3768 – Janne Grunau <janne-vlc@jannau.net> authored on 2020/07/09 19:04
meson: disable asm for x32 ABI

f116e076 – Jean-Baptiste Kempf <jb@videolan.org> authored on 2020/07/04 08:18
Move logo to doc/ folder

8dd9c651 – Martin Storsjö <martin@martin.st> authored on 2020/06/20 19:46
arm32: ipred: Port 8 bpc NEON implementations of remaining arm64 funtions

b4291523 – Martin Storsjö <martin@martin.st> authored on 2020/06/26 20:37
arm32: ipred: Optimize ipred_dc_w32

8fd0bc90 – Martin Storsjö <martin@martin.st> authored on 2020/06/26 20:30
arm32: ipred: Use narrower vdups where possible

f4a0127a – Martin Storsjö <martin@martin.st> authored on 2020/06/26 20:14
arm32: ipred: Fix comment formatting

d00a0227 – Martin Storsjö <martin@martin.st> authored on 2020/06/26 20:13
arm32: ipred: Remove unnecessary operations in ipred_dc_w4

74d5cf57 – Martin Storsjö <martin@martin.st> authored on 2020/06/23 09:33
arm32: ipred: Mark a few more loads as aligned

72db6607 – Martin Storsjö <martin@martin.st> authored on 2020/06/30 19:24
arm64: ipred: 16 bpc NEON implementation of the cfl_ac 444 function

9b40bb95 – Martin Storsjö <martin@martin.st> authored on 2020/06/29 10:03
arm64: ipred: 8 bpc NEON implementation of the cfl_ac 444 function

2e271c49 – Martin Storsjö <martin@martin.st> authored on 2020/06/29 18:17
arm64: ipred: Remove an unnecessary branch in cfl_ac_420

a903642a – Martin Storsjö <martin@martin.st> authored on 2020/06/28 18:43
arm64: ipred: Remove an accidental leftover instruction

2e36a3be – Martin Storsjö <martin@martin.st> authored on 2020/06/25 07:48
arm64: ipred: Optimize the w16/w32 loop of pred_filter a bit

a26882d2 – Martin Storsjö <martin@martin.st> authored on 2020/06/26 21:15
arm64: ipred: Fix a comment typo

8e004039 – Martin Storsjö <martin@martin.st> authored on 2020/06/22 10:25
arm64: ipred: Improve scheduling a tiny bit in the entry in smooth

5fe20ec7 – Henrik Gramner <gramner@twoorioles.com> authored and Henrik Gramner <henrik@gramner.com> committed on 2020/06/30 22:49
x86: Split AVX2 and AVX-512 mc asm into separate files

2b567aaa – Henrik Gramner <gramner@twoorioles.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2020/06/30 19:33
Fix compilation with nasm 2.15

a7b92c76 – Marvin Scholz <epirat07@gmail.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2020/06/29 12:18
meson: Workaround missing aarch64 normalisation

9ad9b326 – Matthias Dressel <code@deadcode.eu> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2020/06/28 14:29
CLI: Fix help text

5895809e – Henrik Gramner <gramner@twoorioles.com> authored and Henrik Gramner <henrik@gramner.com> committed on 2020/06/29 11:48
x86: Add minor mc 8-tap optimizations

be1fe18e – Henrik Gramner <gramner@twoorioles.com> authored and Henrik Gramner <henrik@gramner.com> committed on 2020/06/24 19:16
CI: Fix PIC test on 32-bit x86

464ca6c2 – Henrik Gramner <gramner@twoorioles.com> authored and Henrik Gramner <henrik@gramner.com> committed on 2020/06/24 21:27
x86: Fix 32-bit build with PIC enabled

ac5f7d0c – Henrik Gramner <gramner@twoorioles.com> authored and Henrik Gramner <henrik@gramner.com> committed on 2020/06/24 10:09
x86inc: Improve warnings for use of unsupported instructions

c19484d8 – Henrik Gramner <gramner@twoorioles.com> authored and Henrik Gramner <henrik@gramner.com> committed on 2020/06/24 10:05
x86inc: Add missing 'blsr' BMI1 instruction

8ec5ff0e – Henrik Gramner <gramner@twoorioles.com> authored and Henrik Gramner <henrik@gramner.com> committed on 2020/06/08 20:38
x86inc: Add template defines for EVEX broadcasts

47daa4df – Ronald S. Bultje <rsbultje@gmail.com> authored on 2020/06/22 17:10
Accumulate leb128 value using uint64_t as intermediate type

54f92068 – Wan-Teh Chang <wtc@google.com> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2020/06/19 22:10
Simplify checks for leb128() and leb() output overflow

b14711ca – Wan-Teh Chang <wtc@google.com> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2020/06/19 11:41
Simplify checks for dav1d_get_uleb128 out overflow

1efea985 – Wan-Teh Chang <wtc@google.com> authored