- 14 Mar, 2018 7 commits
-
-
Hugo Beauzée-Luyssen authored
This reverts commit 31018887.
-
Hugo Beauzée-Luyssen authored
refs #19874 (cherry picked from commit 1f1291aedc994dc218bfc5b9ab3ba0a32c19909b) Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
refs #19874 (cherry picked from commit 0720cec581ae3cd6228edd8d6567ad5b30910027) Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
And revector a bit refs #19874 (cherry picked from commit c1becb6c89f222f4d16b4ffd970ce5394d599938) Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Pierre Lamot authored
:sub-file doesn't accept URL Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 13 Mar, 2018 30 commits
-
-
François Cartegnie authored
-
Kamil Rytarowski authored
We detect whether math functions are located in -lm in configure.ac. Reuse the deliberable of this check and link libcompat with $(LIBM). This is required at least for sincos() functions and it has been reported as required on NetBSD 8.0. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Teemu Ikonen authored
Adds support in Media Foundation (MFT) module to use decoders whose FCC is not found from the hardcoded list. Improves compatibility and adds support for common uncompressed formats decoders might prefer. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Thomas Guillem authored
This commit fixes a crash on Debian Stretch and Ubuntu 17.10 when you fallback from VDPAU (GLX forced) to SW decoding (EGL by default). Fixes #19982
-
Thomas Guillem authored
Indeed, this variable can be "any" if it was previously reset from preference settings.
-
Steve Lhomme authored
Do the 3 values in one pass. This allow doing tone mapping even on 9.1 compatible GPUs which have a restricted number of instructions/slots.
-
Steve Lhomme authored
-
Steve Lhomme authored
That only happens when D3D11 is forced on Win7
-
Steve Lhomme authored
-
Thomas Guillem authored
The calculation was wrong, we should compare the length of the previous block. Regression from 1f246d26
-
Steve Lhomme authored
-
Steve Lhomme authored
Fixes #19873
-
Steve Lhomme authored
In some case we may only want to check the build number so the other values should be set to 0. That's also how driver versions are written for Winstore build so the code becomes more generic.
-
Steve Lhomme authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
This resampler is used by PulseAudio and used and tested since 3 years by our android port. There is very good quality/CPU time ratio since it uses SIMD on armv7/arm64/x86/x86_64. It should be enabled by default, but should the priority be higher than src ?
-
- 12 Mar, 2018 3 commits
-
-
Thomas Guillem authored
On iOS, the render callback is called by default with 1024 frames, and 4096 when the screen is OFF. 4096 frames @ 44.1Hhz is around 88ms, which is higher than AOUT_MAX_PTS_DELAY (60ms). This caused the resampler to be started/stopped very often when the screen was OFF due to the imprecision of 88ms from the TimeGet callback. To fix this issue, this commit disable the TimeGet callback when the latency is too high. This will also save some CPU time by disabling any synchronisation when the screen is OFF. From my tests, high latency is only triggered by switching OFF the display. Fixes #18939
-
Thomas Guillem authored
There are some conflicts with the previously generated CMakeCache.txt
-
Thomas Guillem authored
-