shithub: dav1d

RSS feed

5f122cd5 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/09/30 10:01
Fix ss_ver assignment in thread_picture_wait()

d05f62bd – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/09/30 07:45
Fix for progress at edges of image

92ad37cf – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/09/30 06:23
Fix occasional hang in tile row threading

d1f35c88 – Janne Grunau <janne-vlc@jannau.net> authored on 2018/10/01 16:40
build: use -Werror=vla to prevent variable length arrays

e5402869 – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2018/10/01 08:10
Remove VLAs from wedge.c

65b08e23 – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2018/09/30 05:33
Remove VLAs in recon.c

ad6429b9 – Henrik Gramner <gramner@twoorioles.com> authored on 2018/10/01 11:22
Windows: Fix conflicting pthread symbol names

98528b76 – Raphaël Zumer <rzumer@tebako.net> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/10/01 11:35
Update README.md

5926cc1b – Martin Storsjö <martin@martin.st> authored and Henrik Gramner <gramner@twoorioles.com> committed on 2018/09/30 18:57
aarch64: Always use the PIC version of movrel for iOS

bfbbf141 – Martin Storsjö <martin@martin.st> authored on 2018/09/30 18:53
checkasm: Define the default call_new if not using a checked_call wrapper

331d88d3 – James Almer <jamrial@gmail.com> authored on 2018/09/30 05:38
api: add a frame type field to Dav1dPictureParameters

3d7920e6 – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2018/09/28 15:56
Remove VLAs from Loop Restoration

1c9c2534 – James Almer <jamrial@gmail.com> authored on 2018/09/29 15:57
thread: switch mutex wrappers to SRW locks

fac06ece – James Almer <jamrial@gmail.com> authored on 2018/09/29 14:15
thread: Silence warning about unused attr parameter in pthread_create()

ac7367d8 – James Almer <jamrial@gmail.com> authored on 2018/09/29 14:09
threads: Inline some Windows pthreads compat wrappers in the header

755fcdf8 – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/29 16:35
Build: Do not use soversion for windows dll

1ac76dd7 – James Almer <jamrial@gmail.com> authored on 2018/09/29 11:13
winver: Use already defined constants for FILETYPE and FILEOS

fcbc6bbd – James Almer <jamrial@gmail.com> authored on 2018/09/29 11:12
winver: Use dots in the VERSION_NUMBER_STR define

cfbaecc7 – James Almer <jamrial@gmail.com> authored on 2018/09/29 11:11
winver: Add missing required VERSIONINFO resource strings

b1244552 – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/29 15:46
Fix include order of config.h

86039b3b – Marvin Scholz <epirat07@gmail.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/09/29 15:09
Build: Link dav1d with static libdav1d on Windows

b3397e41 – Thierry Foucu <tfoucu@gmail.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/09/25 07:59
Add Macro to make it clear the variable is intended to not be initialized

88bf8edd – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/29 07:58
CI: Run tests on linux

35e777f3 – Janne Grunau <janne-vlc@jannau.net> authored and Henrik Gramner <gramner@twoorioles.com> committed on 2018/09/29 09:57
build: add support for arm/aarch64 asm and integrate checkasm

e72c2e45 – Steve Lhomme <slhomme@videolan.org> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/09/28 09:06
add simplistic stdatomic.h compatible with MSVC

74c9802f – David Michael Barr <b@rr-dav.id.au> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/09/29 18:35
Remove DC row buffer for CfL prediction

b865e6c7 – David Michael Barr <b@rr-dav.id.au> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/09/29 17:07
Simplify conditions for CfL prediction

3aff1a37 – David Michael Barr <b@rr-dav.id.au> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/09/27 18:48
Introduce single-plane variant of cfl_pred

604e62c9 – Marvin Scholz <epirat07@gmail.com> authored and Henrik Gramner <gramner@twoorioles.com> committed on 2018/09/29 10:26
checkasm: Fix comparison of different int signs

b8be5f64 – Marvin Scholz <epirat07@gmail.com> authored and Henrik Gramner <gramner@twoorioles.com> committed on 2018/09/29 10:25
checkasm: Fix missing-field-initializers warnings

c19d1d74 – Marvin Scholz <epirat07@gmail.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/09/29 09:34
Build: Add build dir to NASM include path

8c987b2b – Jean-Baptiste Kempf <jb@videolan.org> authored on 2018/09/29 09:39
Set build warnings to 2 (-Wextra)

a6ada33b – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/29 08:41
Build: Add missing license header

bebe5ec8 – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/29 08:41
Build: Add option to disable building tests

1a00be48 – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/29 08:40
Build: Add option to disable building tools

6649ca3f – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/29 07:29
Build: Re-structure and cleanup meson.build files

f5b7e2ff – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/29 07:28
Build: Move ext folder to src

dd576607 – James Almer <jamrial@gmail.com> authored on 2018/09/28 13:38
Check for valid input in dav1d_data_unref

65b41008 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/09/28 08:01
Workaround two more ubsan warnings.

deab2534 – Henrik Gramner <gramner@twoorioles.com> authored on 2018/09/28 15:40
x86: Enable MC AVX2 asm on 64-bit Windows

7ddd76f7 – Thierry Foucu <tfoucu@gmail.com> authored on 2018/09/28 07:42
Fixed MemorySanitizer: use-of-uninitialized-value

5de9fb91 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/09/28 09:46
Fix tile index error

b79c7d45 – Hugo Beauzée-Luyssen <hugo@videolan.org> authored and Ronald S. Bultje <rsbultje@gmail.com> committed on 2018/09/28 13:55
Remove unneeded 'once' guards

f53749e1 – Ronald S. Bultje <rsbultje@gmail.com> authored on 2018/09/28 09:27
Wrappable data structure

f4e88f25 – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/28 15:17
Build: Fix library version

2fe6ba40 – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/28 14:37
Build: Fix thread dependency

afa5479f – Marvin Scholz <epirat07@gmail.com> authored on 2018/09/28 08:52
Build: Add checkasm test

190da6ae – Henrik Gramner <gramner@twoorioles.com> authored and Marvin Scholz <epirat07@gmail.com> committed on 2018/09/28 07:23
checkasm: Add MC unit test

f2ee7a2a – Henrik Gramner <gramner@twoorioles.com> authored and Marvin Scholz <epirat07@gmail.com> committed on 2018/09/28 07:20
Add 'checkasm' asm testing/benchmarking framework

d6e9cb06 – Steve Lhomme <slhomme@videolan.org> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/09/28 10:30
build: use local getopt for anything system where it's missing

ce0f141e – Marvin Scholz <epirat07@gmail.com> authored and Jean-Baptiste Kempf <jb@videolan.org> committed on 2018/09/28 12:34
CI: Do not run ninja with the verbose flag

4fdb3ea9 – Luc Trudeau <ltrudeau@twoorioles.com> authored on 2018/09/28 07:31
Fix left shift of negative value -1

bb8725fb – Hugo Beauzée-Luyssen <hugo@videolan.org> authored on 2018/09/28 12:59
win32: Generate a resource file & link it with the library

c2ade34f – Hugo Beauzée-Luyssen <hugo@videolan.org> authored on 2018/09/28 07:26
meson: Extract version components