- Jun 02, 2017
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Marvin Scholz authored
Clarify why the VLCDocumentController is allocated and initialized in the load method, so other developers are not confused by or accidentally delete it, as it looks useless. Additionally do not assign to an unused variable but just cast the result to void, to make clear it is unused on purpose.
-
Hugo Beauzée-Luyssen authored
So that we can have the GUID declared
-
Hugo Beauzée-Luyssen authored
The patch was also sent upstream
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Fix #18358
-
Marvin Scholz authored
-
Marvin Scholz authored
This refactors Hungarian notation to easier to read and understand variable names and removes some comments that stated obvious things.
-
Thomas Guillem authored
twalk_ctx doesn't need to be locked.
-
Thomas Guillem authored
Since this converter can fallback to CPU chromas.
-
- Jun 01, 2017
-
-
Thomas Guillem authored
And don't timeout in case of error.
-
Marvin Scholz authored
The implementation of these buttons is nearly the same, so it makes no sense to have separate classes for them. Only reason to do so, was the inability to get the button type, which for now is worked-around by using an IBInspectable BOOL that has to be set, if the button is a toggle button. Not the nicest solution, but there is no better way, as far as I know.
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
This new "chain" video filter will try to add a video converter before the requested video filter. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Marvin Scholz authored
This moves the VLCTimeField class in their own files, out of misc.
-
Marvin Scholz authored
If this is desired, it should be done on a case-by-case base and not included in this subclass, as it is useful in a number of different locations where the click to show alternate time functionality is desired.
-
Hugo Beauzée-Luyssen authored
This can (and often will) make StretchRect fail
-
Hugo Beauzée-Luyssen authored
This fixes occasional weird positioning of the video in the video widget on windows
-
Marvin Scholz authored
The VLCOpenTextField is only ever used in the VLCOpenWindowController.
-
- May 31, 2017
-
-
Thomas Guillem authored
These values are valid.
-
Thomas Guillem authored
Fixes #6873
-
Thomas Guillem authored
Ref #6873
-
Thomas Guillem authored
Ref #6873
-
Thomas Guillem authored
Ref #6873
-
Thomas Guillem authored
Ref #6873
-
Thomas Guillem authored
Since we don't want to always save options anymore, we need a parent object to store options that won't be destroyed (in contrary to the vout that can be restarted/destroyed). Ref #6873
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-