- 18 Dec, 2018 1 commit
-
-
Steve Lhomme authored
Since e6f89b02
-
- 17 Dec, 2018 33 commits
-
-
Rémi Denis-Courmont authored
Clipping the picture place computes incorrect values, which cannot be used for correct rendering. Instead the place should never be clipped, and the picture should be cropped if one or both coordinates are negative, or one or both dimensions exceeds the display dimensions. Fortunately, only one video output used the broken mode.
-
Rémi Denis-Courmont authored
This cannot possibly result in correct picture scale and position, but then again, this was already the case before this change.
-
François Cartegnie authored
-
François Cartegnie authored
-
Rémi Denis-Courmont authored
(if NEON is disabled in the C compiler settings)
-
Rémi Denis-Courmont authored
This only assumes NEON is available on AArch64 if it is actually enabled in the compiler settings (or rather, not explicitly disabled). Otherwise, perform regular run-time detection.
-
Rémi Denis-Courmont authored
This carried no data, was rarely used and waste 12 bytes per format.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
And fix big endian support.
-
Rémi Denis-Courmont authored
This probably never worked.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
RGB shifts carry zero entropy as they can trivially be recomputed from the RGB masks. And then, they were only two users. This saves 12 bytes per format.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The RGB converter only cares about right shifts to extract component values. No need to copy the whole enourmous video format.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This avoids overflowing into the sign bit when shifting to left. Also stop caring about alleged GCC 3.4 bugs.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
François Cartegnie authored
refs #21568
-
François Cartegnie authored
refs #21568
-
François Cartegnie authored
-
François Cartegnie authored
-
Steve Lhomme authored
Fixes #21349
-
Steve Lhomme authored
-
Martin Storsjö authored
This was broken since 10887807.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
This is done when we need to guess the best pick for all color space values.
-
Steve Lhomme authored
In many cases we don't know the value so it's better to use UNDEF. A boolean also prevents from overwriting a value only when it's undefined. The es_out display now separates the color space and the color range. One may be known without the other.
-
Steve Lhomme authored
There are cases were we don't know the range. It's better not to write 0 as if we knew.
-
Steve Lhomme authored
-
- 16 Dec, 2018 4 commits
-
-
Jean-Baptiste Kempf authored
Seems to fix issues with CBC modes
-
Steve Lhomme authored
Replaces the timestamp FIFO.
-
Steve Lhomme authored
Otherwise we will always have a format update on the first output.
-
Steve Lhomme authored
update the ffmpeg hash to use the latest API changes of dav1d
-
- 15 Dec, 2018 2 commits
-
-
Tristan Matthews authored
Samples here: http://download.opencontent.netflix.com/?prefix=AV1/Chimera/AVIF/
-
David Fuhrmann authored
Breakpad.xib is in the old Xcode3 format, supporting OS versions down to 10.5. This old target is not supported anymore by new toolchains, therefore upgrade the format with Xcode 10, and set 10.7 as minimum version.
-