- Jul 26, 2022
-
-
-
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
-
remove unused assets, move them outside the playlist subdirectory
-
-
the asset name matches the filename
-
the alias matches the filename
-
the alias matches the filename
-
BUTTON_SET_ACT_I was barely used and made searching image usage in code mode tedious
-
-
-
- Jul 23, 2022
-
-
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
- Jul 22, 2022
-
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
-
-
- Jul 21, 2022
-
-
Items in the grid view overlaps each other due to their shadow effect, by grouping them every even index (vertically and horizontally), we can ensure that items with the same Z index won't overlaps. This allows items of the same group to be batch rendered by the engine.
-
fix regression from 99f697cf Co-authored-by:
Pierre Lamot <pierre@videolabs.io>
-
-
-