- Jan 31, 2019
-
-
Rémi Denis-Courmont authored
...pointer instead of window pointer.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This pulls the initial EGL surface dimensions as parameters two level up the call stack. So far, it makes no functional difference as the values will be 1x1. This requires a nonfunctional adjustment to other modules though.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
vlc_gl_Create() is never #define'd. Its first parameter is not a generic VLC object.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Jan 30, 2019
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Hugo Beauzée-Luyssen authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Use C functions instead of an ObjC singleton for string operations and move all string related operators to a single header/implementation
-
Felix Paul Kühne authored
This is little more than a stub and will serve as a base for the window displaying the new library
-
Steve Lhomme authored
The opaque value is for the mouse_event callback.
-
Steve Lhomme authored
It does the same as CommonControl().
-
Felix Paul Kühne authored
Re-use an existing string instead of creating a new one and hide the path action item if there is no action to perform
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
- Jan 29, 2019
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx/coreinteraction: split apple remote, media key and video filter handling as those don't belong there
-
Felix Paul Kühne authored
No functional changes
-
Felix Paul Kühne authored
Asking NSFileManager for the mounted devices can take very long (>6s) when the devices are slow to respond, so let's do that on the background thread and don't delay display of the open panel.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
libplacebo won't find it
-
- Jan 28, 2019
-
-
Rémi Denis-Courmont authored
Asynchronous requests from the user interface should still be queued without blocking, even if the video output is held by other processing. For that, we need to release the mutex between Hold() and Release().
-