shithub: dav1d

RSS feed

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 and Ronald S. Bultje <rsbultje@gmail.com> committed on 2020/06/19 22:30
Assert sz is nonzero in dav1d_init_get_bits()

e9df70c4 – Jean-Baptiste Kempf <jb@videolan.org> authored on 2020/06/20 20:02
Update NEWS for 0.7.1

e97d5e77 – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2020/06/19 17:54
Extract y related operations out of warp_affine inner loop

bf7adb75 – Henrik Gramner <gramner@twoorioles.com> authored and Henrik Gramner <henrik@gramner.com> committed on 2020/06/18 19:14
x86: Branch before waiting on popcnt in ipred_z AVX2 functions

53e7b21e – Martin Storsjö <martin@martin.st> authored on 2020/06/17 07:53
arm32: Add a NEON implementation of MSAC

370200cd – Martin Storsjö <martin@martin.st> authored on 2020/06/16 10:06
arm64: msac: Add a special cased implementation of decode_hi_tok

8bc54870 – Martin Storsjö <martin@martin.st> authored on 2020/06/18 11:54
arm64: msac: Use a narrower vector length for adapt4 in one place

078e7360 – Martin Storsjö <martin@martin.st> authored on 2020/06/16 09:11
arm64: msac: Clarify the register use in one macro

7949de70 – Martin Storsjö <martin@martin.st> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2020/06/18 09:00
cli: Avoid large intermediates in the windows get_time_nanos

3e643b1f – Martin Storsjö <martin@martin.st> authored on 2020/06/18 09:05
cli: Get the elapsed time if printing progress, regardless of the fps value

8c763d21 – Jean-Baptiste Kempf <jb@videolan.org> authored on 2020/06/17 03:01
Update NEWS for 0.7.1

a75ee78b – Victorien Le Couviour--Tuffet <victorien@videolan.org> authored on 2020/06/15 09:46
x86: Add put/prep_bilin_scaled AVX2 asm

ea74e3d5 – Victorien Le Couviour--Tuffet <victorien@videolan.org> authored on 2020/06/11 09:11
x86: Add prep_8tap_scaled AVX2 asm

07261e8c – Colin Lee <colinlee10@gmail.com> authored on 2020/06/16 17:33
Clean up fraction calculation

2d4711c9 – Colin Lee <colinlee10@gmail.com> authored on 2020/06/16 05:51
Add clamping back to mv projection

1e674fdb – Martin Storsjö <martin@martin.st> authored on 2020/06/16 05:26
arm64: itx: Simplify and clarify the sub_sp macro a little bit

3d6d7683 – Martin Storsjö <martin@martin.st> authored on 2020/05/13 20:11
arm: itx: Add NEON implementation of itx for 8 bpc

6d190ad3 – Matthias Dressel <code@deadcode.eu> authored on 2020/06/11 14:43
meson: Use dav1d_src_root everywhere for consistency

d606dd24 – Henrik Gramner <gramner@twoorioles.com> authored on 2020/06/11 10:08
Remove redundant memset in itx DSP initialization

bc008834 – Matthias Dressel <code@deadcode.eu> authored on 2020/04/03 01:45
meson: Make docs generation subproject-safe

22fb8a42 – Victorien Le Couviour--Tuffet <victorien@videolan.org> authored on 2020/06/07 15:49
x86: Adapt SSSE3 prep_8tap to SSE2

83956bf1 – Victorien Le Couviour--Tuffet <victorien@videolan.org> authored on 2020/06/07 15:29
x86: Adapt SSSE3 prep_bilin to SSE2

88798ebf – Martin Storsjö <martin@martin.st> authored on 2020/06/05 12:48
arm64: itx16: Add a missed eob check in the 16x8 transform

6cdfd4c5 – Martin Storsjö <martin@martin.st> authored on 2020/06/04 17:51
arm64: itx16: Remove a leftover unused macro parameter

01289612 – Henrik Gramner <gramner@twoorioles.com> authored and Henrik Gramner <henrik@gramner.com> committed on 2020/06/09 16:48
x86: Fix compiler warnings when using nasm 2.15

07ee7c9d – Henrik Gramner <gramner@twoorioles.com> authored and Henrik Gramner <henrik@gramner.com> committed on 2020/06/09 14:10
Avoid compiling logging functions when logging is disabled