- Sep 27, 2018
-
-
Shiz authored
The build system declared `rev_target` to be a dependency of libdav1d instead of libdav1dentrypoint. This causes initial builds to fail, as it is `src/lib.c` from libdav1dentrypoint that includes this file. Move the dependency to libdav1dentrypoint to fix this.
-
Marvin Scholz authored
This is a fix for ERROR: Unknown variable "stackrealign_flag" when configuring for x86 on compilers that do not support any of the checked stackalign flags.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Since some code is still taken from there
-
-
-
Hugo Beauzée-Luyssen authored
Always use the compatibility layer. Fix #28
-
Hugo Beauzée-Luyssen authored
Since we don't want to probe for winpthreads anymore, this macro isn't usefull anymore
-
Janne Grunau authored
-
Ronald S. Bultje authored
Also a tiny fix to ensure that frame-difference is always evaluated in the correct wraparound order.
-
Ronald S. Bultje authored
-
Henrik Gramner authored
-
Henrik Gramner authored
Downshift all the constants by one, and reduce the rounding shift by one. This is mathematically equivalent since all constants are a multiple of two, but allows for using 16-bit intermediates in the 1st pass of the 8-tap filter.
-
Henrik Gramner authored
-
-
-
Jean-Baptiste Kempf authored
-
- Sep 26, 2018
-
-
Nathan E. Egge authored
-
Nathan E. Egge authored
-
This library is just a helper and should not be built by default as it is only used to extract the objects and has no use as stand-alone library for uses to link to.
-
Hugo Beauzée-Luyssen authored
-
Derek Buitenhuis authored
This makes the function thread safe, to call, for example, from multiple transient dependecies or threads. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
This function will be required to make dav1d_init threadsafe. Full erro checking support is included in this implementation, for completeness, even though dav1d_init cannot fail, and thus will ignore the return value of pthread_once. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- Sep 25, 2018
-
-
-
-
-
-
James Almer authored
These were all allocated with aligned malloc().
-
James Almer authored
This prevents leaving the caller with a dangling pointer.
-
Hugo Beauzée-Luyssen authored
-
-
Konstantin Pavlov authored
-
Hugo Beauzée-Luyssen authored
They are not valid out of a function in ISO C
-
Hugo Beauzée-Luyssen authored
It is not valid in ISO C and doesn't differ from __func__
-
Hugo Beauzée-Luyssen authored
As it is forbidden by ISO C
-
Luc Trudeau authored
Removes undefined-behavior when primary_ref_frame is 7
-
- Sep 24, 2018
-
-
Marvin Scholz authored
Meson before 0.45 did not honor the meson version arg in the build file, so there will be no proper error when using the wrong version. Fix #24
-
Ronald S. Bultje authored
Fixes mismatch in issue #14.
-
Ronald S. Bultje authored
Fixes hang from sample in issue #14.
-
Luc Trudeau authored
Fix for issue #20
-