- May 16, 2024
-
-
-
-
-
-
-
-
-
Steve Lhomme authored
-
Currently qtbase tarball download from vlc mirror fails because of an unwanted space inserted into the link. Fix it.
-
Timing reports are now based on the pts of the first block. This will allow finer controls by modules in case of PTS discontinuity (not yet handled).
-
A first timing was sent with ts = 0 (so pts = 1, fixed by the core) with a valid system date. This could cause invalid start (video glitches if master, audio glitch if slave).
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
- May 14, 2024
-
-
Steve Lhomme authored
This reverts commit 6db5fb2b. The wasm script currently builds with --disable-sout. So rav1e (AV1 encoder) will never be used. Once/if disable-sout is removed then it will be picked automatically.
-
Fixes #28634
-
Steve Lhomme authored
-
Steve Lhomme authored
In gcc 14 some warnings are now turned into errors by default [1]. So of these were already errors in VLC. But there's are some that we can use. This will ensure the VLC code is ready for the GCC 14 move. However there's a chance some contribs don't build anymore, especially the old unmaintained ones. [1] https://gcc.gnu.org/gcc-14/porting_to.html#warnings-as-errors
-
- May 13, 2024
-
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
- May 12, 2024
-
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Prevents the child views of the stack view resizing the stack view past the size of the super view Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
- May 11, 2024
-
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
fixes a typo
-
-
- May 10, 2024
-
-
-
Control doesn't handle focusable children well
-
-
BaseModel has getCount
-
-
-
-
... to restore compatiblity with Python 3.6. This was initroduced in commit 177d0499, which broke compilation on openSUSE Leap 15, which uses Python 3.6 als default Python interpreter. Fixes #28636 Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
fixes binding assignment, using QObject/QGadget types in Qt.binding fails see https://bugreports.qt.io/browse/QTBUG-125095
-
Qt Quick Shapes is not used now, it is not necessary to initialize its resources.
-
-
At the moment, Qt 5 effects are used. This needs to be reverted when MultiEffect is started being used.
-