shithub: dav1d

RSS feed

50e8d89a – Sigrid Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/09/07 11:17
tools/dav1d: fix the build

a1febec6 – Sigrid Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/09/07 11:16
threads: fix pthread_cond_wait

59f47696 – Sigrid Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/09/07 11:16
threads: set stack size to whatever is in attributes

de18a5f5 – Sigrid Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/09/07 06:16
set frame/tile threads to NPROC too

f11d1a90 – Sigrid Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/09/07 06:15
set maxframes to NPROC

f98c80c2 – Sigrid Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/09/07 05:53
more frames

8c71f0f0 – Sigrid Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/09/07 05:51
fix threads

095cc7b2 – Sigrid Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/09/06 19:09
lower Maxframes

61baf0f4 – Sigrid Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/09/06 18:30
add stb image resize here for now

917cb4e4 – Sigrid Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/09/06 18:28
trying out yuv->rgb and resampling on frames in parallel

6dd7fd30 – Sigrid Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/09/06 12:38
provide amd64-specific ctz, clz and clzll builtins

5f2f37de – Sigrid Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/09/06 09:12
change a few numbers here and there

298977f3 – Sigrid Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/09/06 08:39
put yuv2rgb code into av19

80719550 – Sigrid Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/09/06 08:30
av19: a base for future video player

d5d560ff – Sigrid Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/09/05 12:58
fix atomics and few other things to make decoding work

2989cb3f – Sigrid Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/09/04 05:39
Merge remote-tracking branch 'upstream' into master

8863dabe – Sigrid Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/09/04 05:28
remove useless traces

265d0e68 – Sigrid Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/09/04 04:49
build both 8 and 16 bpc logic

3bfe8c7c – Henrik Gramner <gramner@twoorioles.com> authored and Henrik Gramner <henrik@gramner.com> committed on 2020/09/01 11:03
cli: Use proper integer math in Y4M PAR calculations

484d6595 – Raphaël Zumer <rzumer@tebako.net> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2020/08/20 11:51
Output render size to Y4M

80aa7823 – Martin Storsjö <martin@martin.st> authored on 2020/08/27 19:35
arm32: mc: NEON implementation of avg/mask/w_avg for 16 bpc

0c9a16c6 – Sigrid Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/08/28 10:24
port to Plan 9

f57189e3 – Martin Storsjö <martin@martin.st> authored on 2020/08/28 09:21
cli: Print the decoding fps even if the file lacks a nominal framerate

1bcc5ecd – Janne Grunau <janne-vlc@jannau.net> authored on 2020/08/22 08:19
tests: test stand alone API header compilation

791c4697 – Janne Grunau <janne-vlc@jannau.net> authored on 2020/08/22 08:09
dav1d/headers.h: add missing stdint.h include

6f3a8fb9 – Janne Grunau <janne-vlc@jannau.net> authored on 2020/08/22 06:27
contributing: document the allowed internal use of anonymous structs/unions

e2d22c01 – Janne Grunau <janne-vlc@jannau.net> authored on 2020/08/21 15:23
bump soname for API changes

89c57ce3 – Janne Grunau <janne-vlc@jannau.net> authored on 2020/08/21 15:21
API: move reserved space in Dav1dSettings to the end

acc92406 – Janne Grunau <janne-vlc@jannau.net> authored on 2020/07/21 14:56
API: remove anonymous struct and union from Dav1dWarpedMotionParams

d0e50cac – Janne Grunau <janne-vlc@jannau.net> authored and Henrik Gramner <henrik@gramner.com> committed on 2020/07/09 19:26
CI: compare x86inc.asm with upstream

9a2d1658 – Janne Grunau <janne-vlc@jannau.net> authored and Henrik Gramner <henrik@gramner.com> committed on 2020/07/09 20:26
x86inc.asm: remove private_prefix define and config.asm include

4cd2f82d – Janne Grunau <janne-vlc@jannau.net> authored and Henrik Gramner <henrik@gramner.com> committed on 2020/07/09 19:49
x86inc.asm: use standalone x86inc.asm as upstream

9435be18 – Henrik Gramner <gramner@twoorioles.com> authored and Henrik Gramner <henrik@gramner.com> committed on 2020/06/24 17:20
x86inc.asm: Properly sort instructions in alphabetical order

5bbd9632 – Martin Storsjö <martin@martin.st> authored on 2020/08/07 04:46
checkasm: Add ifdefs around the readtime check

0b824944 – Martin Storsjö <martin@martin.st> authored on 2020/08/06 17:50
checkasm: Enforce declare_func to be outside of check_func

e86ddd56 – James Almer <jamrial@gmail.com> authored on 2020/08/06 12:40
obu: remove a few unnecessary calls to memset()

a579cb8f – James Almer <jamrial@gmail.com> authored on 2020/07/17 08:49
obu: reduce scope of some variables

7c4cbbf8 – Martin Storsjö <martin@martin.st> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2020/08/05 09:24
checkasm: Use mach_absolute_time() as timer on darwin on ARM

c3a12884 – Martin Storsjö <martin@martin.st> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2020/08/05 09:08
checkasm: msac: Fix signal handler recovery in msac_decode_bool*

95a19254 – Martin Storsjö <martin@martin.st> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2020/08/05 08:36
checkasm: Explicitly test whether the readtime() function works

06f12a89 – Victorien Le Couviour--Tuffet <victorien@videolan.org> authored on 2020/06/26 10:08
x86: Add {put/prep}_{8tap/bilin} SSSE3 asm (64-bit)

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