- Nov 21, 2020
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This invokes each and every autorun module before instantiating the main interface.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(Fix assertion failures.)
-
- Nov 20, 2020
-
-
Rémi Denis-Courmont authored
This reverts commit 9708665a, broken by 3159dad5.
-
- Nov 19, 2020
-
-
Thomas Guillem authored
This fix login on Windows 10 shares.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Nov 18, 2020
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Since they are now refcounted, we can compare the pointers themselves instead of relying on the demux they originally came from.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Instead of each time DEMUX_GET_ATTACHMENT gets invoked
-
Hugo Beauzée-Luyssen authored
So we can just hold them instead of performing a deep copy when they are fetched by the core
-
Hugo Beauzée-Luyssen authored
Instead of performing a deep copy every time they are fetched
-
Hugo Beauzée-Luyssen authored
which will hold the refcount in the next commit
-
Hugo Beauzée-Luyssen authored
-
Alexandre Janniaux authored
We don't need to display avcodec logs typically, and we mostly want to give feedback to the user about what is loaded and what is happening, meaning info, error, warn, dbg.
-
Alexandre Janniaux authored
We're waiting for the surface to be available and protecting the surface from having multiple clients at the same time, but it typically didn't return the token when cleanup(), meaning that any second open was actually a deadlock in the waiting.
-
Alexandre Janniaux authored
The generic interop is designed for CPU buffers which are not available anyway with GPU buffers (zero planes available). Avoid loading the generic interop in that case. Refs #25256
-
Alexandre Janniaux authored
The necessary symbols are typically existing when running inside renderdoc tracing environnement but the extension is not exposed in renderdoc since it doesn't support it.
-
Alexandre Janniaux authored
-
Alexandre Janniaux authored
-
Alexandre Janniaux authored
The `pragma push` side is already using #else after an #ifdef HAVE_ATTRIBUTE_PACKED, and the configure.ac script is only declaring the compilation flag when it's available. Fix multiple -Wundef warnings when compiling the code for Apple OS.
-
- Nov 17, 2020
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
- Nov 16, 2020
-
-
Hugo Beauzée-Luyssen authored
This prevents a potential use after free if the caller releases the media before the preparsing is complete, or if the media is immediatly released after the preparsing completes since a4a94bb3
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
François Cartegnie authored
-
François Cartegnie authored
fixes crashes removes now unused patches
-
Pierre Lamot authored
-
Easy volume adjustment with right click. It has three steps: 0%, 100%, 125%. Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-