- Jun 22, 2022
-
-
-
also perform x11 resize when the makeCurrent fails Co-authored-by:
Jeffrey Knockel <jeff@jeffreyknockel.com>
-
also perform x11 resize when the makeCurrent fails Co-authored-by:
Jeffrey Knockel <jeff@jeffreyknockel.com>
-
QML will have an OpenGL context enabled, and the vout display may mess with it while resizing fix regression from d0836b10
-
- Jun 21, 2022
-
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
- Jun 20, 2022
-
-
fix #26670 Co-authored-by:
Pierre Lamot <pierre@videolabs.io>
-
-
-
fix #25598
-
QImage::scaled provides a better quality compared to QImageReader::setScaledSize. Except for svg(s). This implementation that was removed in a prior commit should stay relevant in the future.
-
- Jun 19, 2022
-
-
-
when the player uses the fullscreen mode, the video should take the whole screen space, using pined controls in this mode limits the available space for the video to be displayed. We fallback to the non-pined mode in this case.
-
The function is actually taking a vlc_config_subcat both from its definition and its usage, which was creating warnings: modules/gui/macosx/preferences/prefs.m:533:82: warning: implicit conversion from enumeration type 'enum vlc_config_subcat' to different enumeration type 'enum vlc_config_cat' [-Wenum-conversion] subcategoryItem = [categoryItem childRepresentingSubcategory:subcat]; ~ ^~~~~~ modules/gui/macosx/preferences/prefs.m:675:77: warning: conflicting parameter types in implementation of 'childRepresentingSubcategory:': 'enum vlc_config_cat' vs 'enum vlc_config_subcat' [-Wmismatched-parameter-types] - (VLCTreeBranchItem *)childRepresentingSubcategory:(enum vlc_config_subcat)subcategory ~~~~~~~~~~~~~~~~~~~~~~ ^ modules/gui/macosx/preferences/prefs.m:128:74: note: previous definition is here - (VLCTreeBranchItem *)childRepresentingSubcategory:(enum vlc_config_cat)category; ~~~~~~~~~~~~~~~~~~~ ^
-
this seems to happen in some case where graphical effects are used (drop shadow on the audio cover in the full player for instance)
-
Prince Gupta authored
-
Prince Gupta authored
ref #26990
-
Prince Gupta authored
ref #26990
-
Prince Gupta authored
-
Prince Gupta authored
-
They became unreferenced in the move to v0.1.2 in 40148113.
-
- Jun 18, 2022
-
-
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
-
Rémi Denis-Courmont authored
As discussed on vlc-devel a few years back, it is desirable, if not sometimes necessary, for media objects to be independent from any given instance. A typical reason would be to preparse media in one instance but play them in another.
-
Rémi Denis-Courmont authored
The caller ought to be able to select which instance the player should be instantiated from.
-
Unused after 8036a0f6.
-
The caller may want to use a different instance than that which the media was created from.
-
adapt qquickimageresponse to generate round image directly instead of doing it as a separate task this saves extra qobject allocation and main loop interruptions
-
VLC requires a library version with custom source/destination memory addresses. Note that we cannot look for symbols as some versions define them as preprocessor macros aliasing other symbols. Fixes #27068.
-
- Jun 17, 2022
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This can now be determined unambiguously from the parsed status.
-
Rémi Denis-Courmont authored
Note that this shifts all the values by one, but binary compatibility is already broken anyway.
-