- 28 Sep, 2018 31 commits
-
-
Ronald S. Bultje authored
Fixes crash when playing crew_720p_10f_q16_coltile4.ivf.
-
This is guarateed by pthread_once now
-
Ronald S. Bultje authored
-
Marvin Scholz authored
-
Marvin Scholz authored
-
Marvin Scholz authored
-
-
Some of the code originally written by, or based by code written by, the following authors who have agreed to relicense it to 2-clause BSD: Anton Mitrofanov Diego Biurrun Janne Grunau Loren Merritt Luca Barbato Martin Storsjö Michael Niedermayer
-
Do not force include the compat folder as it may contain headers that do exist for the compiler. Include the compat headers individually when they are needed and use an explicit path to compat/
-
-
Luc Trudeau authored
Fix #40
-
Hugo Beauzée-Luyssen authored
Fix #37
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Ronald S. Bultje authored
-
with proper initializers
-
Luc Trudeau authored
This resolves some of the mismatches found in #22.
-
Ronald S. Bultje authored
Fixes #17.
-
Ronald S. Bultje authored
Also a fix in our palette cache debugging. Fixes frame 2640 in #17.
-
Steve Lhomme authored
MSVC doesn't allow empty initializers
-
Steve Lhomme authored
-
Steve Lhomme authored
It doesn't exist on MSVC and it's not needed.
-
-
-
Steve Lhomme authored
That's the one used in mingw64
-
Steve Lhomme authored
__builtin_ctz: Returns the number of trailing 0-bits in x, starting at the least significant bit position. If x is 0, the result is undefined. _BitScanForward: Search the mask data from least significant bit (LSB) to the most significant bit (MSB) for a set bit (1). If a set bit is found, the bit position of the first set bit found is returned in the first parameter. If no set bit is found, 0 is returned; otherwise, 1 is returned. __builtin_clz: Returns the number of leading 0-bits in x, starting at the most significant bit position. If x is 0, the result is undefined. _BitScanReverse: Search the mask data from most significant bit (MSB) to least significant bit (LSB) for a set bit (1). Returns Nonzero if Index was set, or 0 if no set bits were found. Index is loaded with the bit position of the first set bit (1) found.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Raphaël Zumer authored
Set to NULL in y4m2.c:ss_names, as it is set in chr_names_8bpc_i420.
-
Raphaël Zumer authored
-
- 27 Sep, 2018 9 commits
-
-
Raphaël Zumer authored
-
Raphaël Zumer authored
-
Luc Trudeau authored
fix #20
-
Ronald S. Bultje authored
Fixes #21.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Open files in binary mode, or on Windows fread/fwrite will treat the files as text and mangle the read/written data
-
Marvin Scholz authored
-