- Sep 17, 2021
-
-
- Sep 16, 2021
-
-
-
-
-
...and skip redundant reverse conversion w/ vlc_path2uri().
-
-
-
-
Otherwise, creating the demux won't work anyway. This is consistent with the current behaviour of access_New().
-
Rémi Denis-Courmont authored
-
This commit removes conditional code for the Nacl platform, in the core. https://blog.chromium.org/2020/08/changes-to-chrome-app-support-timeline.html
-
This commit removes conditional code for the Nacl platform, in the contribs.
-
This commit removes conditional code for the Nacl platform.
-
the custom implementation is no longer needed
-
-
variant is deprecated, var should be used instead https://doc.qt.io/qt-5/qml-variant.html
-
those variables are usually changed simultaneously, qml would trigger an update request for each variable updated and require detecting that the second call is idempotent or making assumption regarding the call order to avoid the second call. this allows getting a single update point for the view.
-
-
This allows to set conditions that should be met before being allowed to load a page
-
previous implementation was only restoring subview by overriding the defaultPage of the subview. this caused some issues: - default was overridden, this is not desirable as the default was no logner reliable from the POV of the subview - the substate of the view wasn't restored, for instance if you opened the page of a particular artist, it would restore on the home page of the artists.
-
François Cartegnie authored
Allow server to compress manifests and text subtitles
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Steve Lhomme authored
If there's a pts, just respect it. Otherwise set the PTS to vlc_tick_now(). The documentation says it should be used like > vlc -vv http://127.0.0.1:8081 --demux=stats --codec=stats --vout=stats There's no reason force the "display" (logging) to render right away. We may not want some of those logs to be dropped because they arrive late. But we may also want to stat how frames are dropped, which is not possible with this flag. To show stats for all frames, even late ones use `--no-drop-late-frames`.
-
Steve Lhomme authored
We don't have any system specific calls in our code. It seems the decklink_str_t only needs special handling on macOS. It's a char* on Linux and Windows.
-
Hugo Beauzée-Luyssen authored
This image contains a prebuilt protobuf-compiler. We don't need it yet, but when we do it will be included
-
Hugo Beauzée-Luyssen authored
-
-
-
-
-
And patch the qml files accordingly.
-