shithub: dav1d

RSS feed

9f676719 – Luc Trudeau <ltrudeau@twoorioles.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2020/03/27 18:48
const correctness in obu.c

7cd94693 – Janne Grunau <janne-vlc@jannau.net> authored on 2020/03/26 17:44
meson/x86: add option to disable AVX-512 asm

8e129520 – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2020/03/26 15:53
const correctness in picture.c

f05d6706 – Luc Trudeau <ltrudeau@twoorioles.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2020/03/25 19:12
Extract sub_h4 out of inner loop

41a58e64 – Martin Storsjö <martin@martin.st> authored on 2020/03/15 19:57
arm64: ipred: Add NEON implementation of ipred for 16 bpc

59c31e77 – Martin Storsjö <martin@martin.st> authored on 2020/03/22 18:33
checkasm: ipred: Test and benchmark FILTER_PRED separately for 10 and 12 bpc

a9323ef5 – Martin Storsjö <martin@martin.st> authored on 2020/03/15 20:04
arm: ipred: Prepare for 16 bpc

e0f28d45 – Martin Storsjö <martin@martin.st> authored on 2020/03/16 07:42
arm: ipred: Remove stray leftover instructions

38629906 – Martin Storsjö <martin@martin.st> authored on 2020/03/24 07:58
arm64: ipred: Integrate aggregation into the first pass of cfl_ac

801966ca – Martin Storsjö <martin@martin.st> authored on 2020/03/23 19:59
arm64: ipred: Use rounded shifts instead of a separate addition

f481d69b – Martin Storsjö <martin@martin.st> authored on 2020/03/23 10:34
arm64: ipred: Do shifts on only half the register width when possible

641ef4cc – Martin Storsjö <martin@martin.st> authored on 2019/11/13 06:09
arm64: ipred: Avoid data dependencies with consecutive dup instructions

ba64f052 – Martin Storsjö <martin@martin.st> authored on 2019/11/13 05:33
arm64: ipred: Remove a superfluous postincrement

7f2833a9 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2020/03/25 13:05
x86: add AVX2 SIMD for ipred.cfl_ac[444]

a02ed9c6 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2020/03/25 09:42
checkasm: add proper restrictions for h/w_pad in ipred.cfl_ac[444/422]

6b85daf0 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2020/03/25 05:00
x86: add SSSE3 SIMD for generate_grain_uv_{422,444}

dab82163 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2020/03/24 12:12
x86: add AVX2 SIMD for generate_grain_uv_{422,444}

bf8d6400 – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2020/03/24 13:52
Clean up dav1d_ref_create

1aaa5836 – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2020/03/24 13:32
const correctness in thread_task

1d3f0266 – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2020/03/24 13:04
Make insert_border src pointer const

2fd168a1 – Hugo Beauzée-Luyssen <hugo@beauzee.fr> authored on 2020/03/24 09:29
crossfiles: android: Remove misleading comment

1d5921b5 – Hugo Beauzée-Luyssen <hugo@beauzee.fr> authored on 2020/03/24 07:41
crossfiles: android armv7: Target API 16

5cbb7f95 – Hugo Beauzée-Luyssen <hugo@beauzee.fr> authored on 2020/03/24 07:40
crossfiles: android: Remove hardcoded c_args

7e8dee33 – Hugo Beauzée-Luyssen <hugo@beauzee.fr> authored on 2020/03/23 07:54
ci: Add android jobs with artifacts on tags

dacf510e – Hugo Beauzée-Luyssen <hugo@beauzee.fr> authored on 2020/03/20 14:22
ci: Add android configs

fb1509e6 – Hugo Beauzée-Luyssen <hugo@beauzee.fr> authored on 2020/03/23 05:20
package: Add android crossfiles

0c0b9ef4 – Justin Bull <me@justinbull.ca> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2020/03/22 07:22
Add crosscompile config files for 32, 64-bit Windows and 32-bit Linux

7783a5ba – Martin Storsjö <martin@martin.st> authored on 2020/03/22 04:59
Add a cast to avoid MSVC warning

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