- 03 Oct, 2018 8 commits
-
-
Fixes frame ref leak with crash-5f55445c56a36f28259bc742dd08b2c5ba42045d.
-
Janne Grunau authored
Fixes a fuzzing crash with crash-96e2d10fd8effbbcb0c8eedcbe05de50b1582fd2.
-
Janne Grunau authored
Spotted by David Michael Barr <b@rr-dav.id.au> Fixes a fuzzing crash in crash-96e2d10fd8effbbcb0c8eedcbe05de50b1582fd2.
-
Janne Grunau authored
Fixes a fuzzing time out with timeout-e372a93d3be3f703bb7a49ce3d92c72d06f3b9cb.
-
Henrik Gramner authored
-
Henrik Gramner authored
-
Henrik Gramner authored
-
Perform the library initialization as part of dav1d_open() instead.
-
- 02 Oct, 2018 23 commits
-
-
James Almer authored
-
James Almer authored
-
Luc Trudeau authored
-
James Almer authored
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
-
-
-
Jean-Baptiste Kempf authored
This fixes a warning, but right-shift should always be on unsigned, anyway...
-
Jean-Baptiste Kempf authored
This is, de facto, an unsigned counter and this fixes a warning
-
Hugo Beauzée-Luyssen authored
-
-
-
Due to bugs in meson the approach with the intermediate static library for tests does not work very well, see #44. Therefore this commits removes that helper library and instead uses extract_all_objects for the tests. Due to the removal of the static helper library, it means we can no longer force static linking for dav1d tool on windows which means that when building a shared library the dav1d.exe will not be runnable in the build directory again. Fix #44
-
Previously it was assumed version.h is in include, which is actually not always the case, for example with --layout flat when configuring.
-
Luc Trudeau authored
-
Luc Trudeau authored
-
Luc Trudeau authored
-
Luc Trudeau authored
-
- 01 Oct, 2018 8 commits
-
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
Janne Grunau authored
-
Luc Trudeau authored
-
Luc Trudeau authored
-
Henrik Gramner authored
-
-
- 30 Sep, 2018 1 commit
-
-
Building without PIC isn't allowed for iOS. This fixes linker errors like these: ld: Absolute addressing not allowed in arm64 code but used in '_checkasm_checked_call' referencing 'error_message' for architecture arm64
-