- Jul 29, 2022
-
-
fixup fe03c25a
-
This script works using tools that operate on the no longer used GConf database.
-
These were used by SVN, we are no longer using that though.
-
These were used by SVN, we are no longer using that though.
-
These were used by SVN, we are no longer using that though.
-
These were used by SVN, we are no longer using that though.
-
A window is assigned to a QQuickItem after it gets constructed.
-
This is an optimization for the rendering by making textures opaque when source image is also opaque. Instead of clipping the image, a custom geometry denoting rounded rectangular shape is defined.
-
-
applyRadius() does more than its name suggests.
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
- Jul 28, 2022
-
-
-
This fixes a sorting issue we had in our network views.
-
- Jul 27, 2022
-
-
Asked by API users, more convenient than dropping !selected tracks ourself.
-
-
When compiling and not having writev/readv, the following error happens: make[2]: Entering directory '/home/janniaux/Projects/videolabs/vlc/build-tsan/compat' CC strlcpy.lo CC strnstr.lo In file included from ../config.h:952, from ../../compat/strnstr.c:22: ../../include/vlc_fixups.h:232:1: error: unknown type name ‘ssize_t’; did you mean ‘size_t’? 232 | ssize_t readv(int, const struct iovec *, int); | ^~~~~~~ | size_t In file included from ../config.h:952, from ../../compat/strlcpy.c:22: ../../include/vlc_fixups.h:232:1: error: unknown type name ‘ssize_t’; did you mean ‘size_t’? 232 | ssize_t readv(int, const struct iovec *, int); | ^~~~~~~ | size_t ../../include/vlc_fixups.h:237:1: error: unknown type name ‘ssize_t’; did you mean ‘size_t’? 237 | ssize_t writev(int, const struct iovec *, int); | ^~~~~~~ | size_t ../../include/vlc_fixups.h:237:1: error: unknown type name ‘ssize_t’; did you mean ‘size_t’? 237 | ssize_t writev(int, const struct iovec *, int); | ^~~~~~~ | size_t make[2]: *** [Makefile:1531: strnstr.lo] Error 1
-
- Jul 26, 2022
-
-
While Darwin implements fstatvfs, the statvfs structures f_flag field is only defined to contain two flags, ST_RDONLY and ST_NOSUID. So the check for MNT_LOCAL would always be false, reporting all files as non-local. To mitigate that, on Darwin we can just use fstatfs and check statfs.f_flags for MNT_LOCAL.
-
-
artwork path may be ""
-
After 8f42dc5c commit h264_avcC_to_AnnexB_NAL() and hevc_hvcC_to_AnnexB_NAL() are always allocate memory using malloc(). Allocated block assigned to pBuffer and changed initially allocated pointer value. According to OpenMAX specification, OMX component should not free this buffer and it will leak. Furthermore, OMX component may rely on initially allocated buffer address. Copying the data into the original buffer and free temporary memory block should fix both issues.
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
- Jul 25, 2022
-
-
only delete image response on finished documentation of QQuickImageResponse mentions that a response may only be deleted after QQuickImageResponse::finished signal quote from QQuickImageResponse::cancel signal ``` Note: finished() should not be emitted until the response is complete, regardless of whether or not cancel() was called. If it is called prematurely, the engine may destroy the response while it is still active , leading to a crash. ```
-
-
-
-
Lots of patches have been either fully or partially implemented, and have thus been dropped or reworked. For macOS, the "macosx" config file is no more; only "macosx-bigsur", "macosx-catalina", and "macosx-no-openssl". "macosx-bigsur" has been chosen as the config, and all the sed commands have been fixed to account for multiple macosx* files. The library now uses ifaddrs.h unless NO_GETIFADDRS is defined. For Windows, ifaddrs.h doesn't exist and thus is always needed. For Android, it is available since API level 24. The library also uses OpenSSL unless NO_OPENSSL is defined. This is added to LIVE_EXTRA_CFLAGS, and the pkg-config file.
-
- Jul 24, 2022
-
-
-
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
prevents blind seek to start of stream as granule is never read
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
-
-
using svgo and scour
-
-
-
-
icons provided by designers didn't had the same size as previously. On the plus side, they no longer need to be internally rescaled
-
Update the font icon with assets by designers
-
some icons where using either duplicated asset or where using the wrong icon
-