shithub: dav1d

RSS feed

227b4d38 – Janne Grunau <janne-vlc@jannau.net> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2020/03/21 11:41
meson/android: undefine _FILE_OFFSET_BITS if fseeko is not available

36f6d83c – Ronald S. Bultje <rsbultje@gmail.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2020/03/20 11:15
Merge fix_mv{_int,}_precision() into get_gmv_2d()

a495179a – Ronald S. Bultje <rsbultje@gmail.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2020/02/01 10:04
Use union refmvs_pair { mv mv[2]; uint64_t n; } for MV pairs

aca57bf3 – Ronald S. Bultje <rsbultje@gmail.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2020/03/19 05:31
Rewrite refmvs.c

89ea92ba – James Almer <jamrial@gmail.com> authored on 2020/03/09 07:05
lib: restructure the internal implementation of the decode API

e8e92d35 – Janne Grunau <janne-vlc@jannau.net> authored on 2020/03/21 07:07
android/arm: do not use fseeko in library code

fe52bffe – James Almer <jamrial@gmail.com> authored on 2020/03/11 19:52
headers: partially revert a recent change to Dav1dLogger doxy

3f185191 – Matthias Dressel <code@deadcode.eu> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2020/03/07 13:33
CI: Only deploy documentation for master branch

e64d404a – Sylvestre Ledru <sledru@mozilla.com> authored on 2020/03/08 17:05
Fix a typo, only need two l!

ecc5078c – James Almer <jamrial@gmail.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2020/03/07 08:49
headers: add missing doxy to some Dav1dSettings fields

a7374232 – James Almer <jamrial@gmail.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2020/03/07 08:47
headers: split some public fields into separate lines and document them

acfbd09b – Matthias Dressel <code@deadcode.eu> authored on 2020/03/07 10:59
CLI: Remove additional space

b2f7ba60 – Matthias Dressel <code@deadcode.eu> authored on 2020/03/06 21:39
CLI: Remove avx512 from help text

55439739 – Konstantin Pavlov <thresh@videolan.org> authored on 2020/03/06 19:21
CI: add examples job build

e36ebb6f – Konstantin Pavlov <thresh@videolan.org> authored on 2020/03/06 18:35
examples: fail when SDL is not found

b8200c13 – Konstantin Pavlov <thresh@videolan.org> authored on 2020/03/06 18:16
CI: Add documentation CI job

bf60f0ab – Konstantin Pavlov <thresh@videolan.org> authored on 2020/03/06 18:03
CI: Deduplicate and template jobs

c4dea948 – Konstantin Pavlov <thresh@videolan.org> authored on 2020/03/06 12:05
doc: search for dot as it's needed to build doxygen documentation

e04227c5 – Jan Beich <jbeich@FreeBSD.org> authored on 2020/03/06 06:16
examples: chase cacc8e350c40

efd9e551 – Jean-Baptiste Kempf <jb@videolan.org> authored on 2020/03/05 15:03
Update NEWS for 0.6.0

c8aaddea – Martin Storsjö <martin@martin.st> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2020/03/03 09:27
arm64: mc: NEON implementation of w_mask for 16 bpc

bce8fae9 – Janne Grunau <janne-vlc@jannau.net> authored on 2020/03/04 17:26
CI: run a selection of jobs on a node with avx2

3a6a55d8 – Henrik Gramner <gramner@twoorioles.com> authored and Henrik Gramner <henrik@gramner.com> committed on 2020/03/04 18:05
x86: Fix crash in AVX2 cdef_filter with <32-byte stack alignment

fb348f64 – Martin Storsjö <martin@martin.st> authored on 2020/03/03 11:21
arm64: mc: NEON implementation of blend for 16bpc

52e9b435 – Martin Storsjö <martin@martin.st> authored on 2020/03/04 05:51
arm: mc: Optimize blend_v

a7f6fe32 – Martin Storsjö <martin@martin.st> authored on 2020/03/03 10:31
arm64: mc: Treat the stride as a full 64 bit (potential signed) value in blend_8bpc_neon

48ffb05e – Martin Storsjö <martin@martin.st> authored on 2020/03/03 09:51
arm64: mc: Fix indentation

83c62716 – Martin Storsjö <martin@martin.st> authored on 2020/03/03 09:49
arm64: mc: Use more intuitive lane specifications for loads/stores

f4dac1a3 – Jean-Baptiste Kempf <jb@videolan.org> authored on 2020/02/25 05:21
Update NEWS for 0.6.0

abaad816 – Janne Grunau <janne-vlc@jannau.net> authored on 2020/03/02 19:16
CI/armv7: use `linux32 meson ...` to allow running on aarch64

360243c2 – Martin Storsjö <martin@martin.st> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2020/02/17 19:10
arm64: loopfilter: NEON implementation of loopfilter for 16 bpc

ebbf91f4 – Martin Storsjö <martin@martin.st> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2020/02/17 19:13
arm: loopfilter: Prepare for 16 bpc

ac492552 – Martin Storsjö <martin@martin.st> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2020/02/24 19:08
arm: loopfilter: Fix a comment

d398da88 – Janne Grunau <janne-vlc@jannau.net> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2020/02/16 19:38
fuzzing: link the fuzzing binaries as C++

7675eb16 – Janne Grunau <janne-vlc@jannau.net> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2020/02/16 19:30
fuzzing: split the fuzzing targets to their own meson.build file

64f9db55 – Henrik Gramner <gramner@twoorioles.com> authored on 2020/02/20 10:25
x86: Add mc w_mask 4:4:4 AVX-512 (Ice Lake) asm

d4a7c647 – Henrik Gramner <gramner@twoorioles.com> authored on 2020/02/20 10:25
x86: Add mc w_mask 4:2:2 AVX-512 (Ice Lake) asm

50e9a39a – Henrik Gramner <gramner@twoorioles.com> authored on 2020/02/20 10:25
x86: Add mc w_mask 4:2:0 AVX-512 (Ice Lake) asm

d085424c – Henrik Gramner <gramner@twoorioles.com> authored on 2020/02/20 10:25
x86: Add mc avg/w_avg/mask AVX-512 (Ice Lake) asm

22080aa3 – Victorien Le Couviour--Tuffet <victorien@videolan.org> authored on 2020/02/14 10:46
x86: optimize cdef_filter_{4x{4,8},8x8}_avx2

1bd078c2 – Victorien Le Couviour--Tuffet <victorien@videolan.org> authored on 2020/02/12 09:25
x86: add a seperate fully edged case to cdef_filter_avx2

efbdf7a0 – Henrik Gramner <gramner@twoorioles.com> authored and Victorien Le Couviour--Tuffet <victorien@videolan.org> committed on 2020/02/19 15:49
checkasm: Improve the cdef input randomization algorithm

296d1dc0 – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2020/02/21 05:23
cli: Replace malloc + memset(0) with calloc in input.c

cacc8e35 – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2020/02/21 05:01
cli: remove init_[de]muxers() functions

0c885607 – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2020/02/20 16:01
Replace malloc+memset(0) with calloc

bf56afde – Janne Grunau <janne-vlc@jannau.net> authored on 2020/02/18 16:45
CI: update aarch64 docker image to buster with meson 0.49

b33f46e8 – Martin Storsjö <martin@martin.st> authored on 2020/02/12 19:23
arm: cdef: Do an 8 bit implementation for cases with all edges present

aff9a210 – Martin Storsjö <martin@martin.st> authored on 2020/02/14 18:48
arm32: cdef: Fix a typo for consistency

09d90658 – Henrik Gramner <gramner@twoorioles.com> authored on 2020/02/15 09:52
cli: Implement line buffering in print_stats()

eb7077ed – Martin Storsjö <martin@martin.st> authored on 2020/02/12 18:42
arm: cdef: Remove leftover unused labels and macro parameters

e3dbf926 – Martin Storsjö <martin@martin.st> authored on 2020/02/10 05:03
arm64: looprestoration: NEON implementation of SGR for 10 bpc

7cf5d753 – Martin Storsjö <martin@martin.st> authored on 2020/02/09 18:39
arm64: looprestoration: Prepare for 16 bpc by splitting code to separate files