- Apr 09, 2018
-
-
Marvin Scholz authored
As per the discussion on the ML, Growl support is removed for VLC 4.0. With this refactoring the module is ARC compatible too, simplifying memory management. https://mailman.videolan.org/pipermail/vlc-devel/2018-February/117924.html
-
Hugo Beauzée-Luyssen authored
And add a runtime check to match lua's io package behavior
-
A slider value change is ignored if the new value is the same as the last one. However, the last value was not updated on manual slider move, so its value remained 0 (speed 2^0 == 1). As a consequence, any slider "move to 1.0x" event was ignored. Update the last value on slider move to fix the problem. Fixes #20170 Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
There are 3 time labels in the main interface, containing: - the elapsed time (on the left of the seekbar); - the remaining or total time (on the right of the seekbar); - both (in the statusbar). Only the one from the statusbar was updated on seek request: it was individually connected to its own specific slot. As a consequence, the others were not updated on seek (especially visible while paused). Instead, factorize the slot implementation so that all time label updates are handled by setDisplayPosition(), and connect seekRequested() from the TimeLabel constructor (like positionUpdated()) to update them all on seek request. Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
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 fdd3d58e.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This reverts commit 7bbc232c. The commit was a revert of 52d4b4bb
-
- Apr 08, 2018
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
keychain: make sure to also return the username in addition to memorized passwords if needed (closes #20112)
-
Felix Paul Kühne authored
-
- Apr 07, 2018
-
-
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."
-
- Apr 06, 2018
-
-
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.
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Steve Lhomme authored
Fixes #20234
-
- Apr 05, 2018
-
-
Jean-Baptiste Kempf 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
-