- 07 Apr, 2018 1 commit
-
-
Steve Lhomme authored
According to https://www.gnu.org/software/make/manual/html_node/Options_002fRecursion.html#index-recursion_002c-and-_002dj "the parent make and all the sub-makes will communicate to ensure that there are only ‘N’ jobs running at the same time between them all."
-
- 06 Apr, 2018 17 commits
-
-
Martin Storsjö authored
This avoids trying to use any assembler optimizations there; enabling that requires a bit more patching. This fixes building aom for armv7 and aarch64 with llvm-mingw.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(though it will probably be merged with demux soon)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
These two functions allow setting the object type name for the stream object, and allocating type-specific private data.
-
Marvin Scholz authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Steve Lhomme authored
Fixes #20234
-
- 05 Apr, 2018 21 commits
-
-
Jean-Baptiste Kempf authored
-
Justin Kim authored
When it fails, it should show which parameters cause the problem. Signed-off-by:
Justin Kim <justin.kim@collabora.com> Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Steve Lhomme authored
It will be handled by the GPU so use less resource.
-
Hugo Beauzée-Luyssen authored
This way we can honor the user's settings regarding inverting the scroll direction, and they can chose the size of the jump refs #19790
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Simply use userdatadir and don't allow the directory to be edited. Do not store it in vlc config file, don't fallback to VLC install directory. Additionaly, stop using os.execute
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
To avoid using os.execute...
-
Hugo Beauzée-Luyssen authored
Otherwise any IO operation on path with contain any non-ascii character will fail on windows.
-
Hugo Beauzée-Luyssen authored
This will help VLSub handle non ascii path on windows
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This reverts commit d32f7fb5.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Steve Lhomme authored
We don't care about the WDDM versions, only the real driver version.
-
Steve Lhomme authored
Just like d3d11
-
Steve Lhomme authored
aa.bb.16.dddd becomes aa.bb.100.dddd and after aa.bb.100.9999 comes aa.bb.101.1000 When we need to target higher versions we'll use 101.11000 internally so the build number can be compared with all formats.
-
- 04 Apr, 2018 1 commit
-
-
Thomas Guillem authored
QT and macOS gui don't need vlc_object_find_name for filters anymore.
-