- Jan 10, 2020
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
this ensure the event won't be interpreted twice (once on press, once on release) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
this allows to easily access the top menu Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
this is done by: - exposing the intance of the header - moving the flickable to 0 when gaining focus to make the header visible - restoring the focus to the current item when losing focus - loading the header early so the header can be accessed from the first row Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
i18n.qtr can't be used in ListModel Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
this way, qml files can be translated using vlc usual tools rather than qt own tools Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
the index variable of GridItem was shadowing the one assigned by the ListView Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
QUrl::toString use QUrl::PrettyDecoded by default, but this doesn't encode spaces for instance and creates missformated URL Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
filter options where not applied Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
medialibrary now may return VLC_ML_MEDIA_TYPE_UNKNOWN for ts files. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
device uri was added with a trailling / but the comparison for removal was done without it the trailling / is no longer required Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Create subtype for cvpx video contexts since Videotoolbox and cifilters video contexts won't share a common context.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Deprecate the "videotoolbox" bool variable. This module should be enabled/disabled by the "dec-dev" variable like any other hw modules. The vt decoder device is just used to enable/disable hw decoding on Apple and act like other hw module. Indeed, VideoToolBox doesn't need any context from the window to initialize.
-
Thomas Guillem authored
No functional changes.
-
Thomas Guillem authored
Also rename pic_pacer functions, and fix comments. No functional changes.
-