- Nov 01, 2024
-
-
Steve Lhomme authored
-
Steve Lhomme authored
We don't use it directly. We detect qsb manually. And we don't install the cross compiled version in contribs.
-
Steve Lhomme authored
It's not able to find it by itself as it requires Qt6Core.pc.
-
Steve Lhomme authored
It may find contribs that way.
-
Steve Lhomme authored
As defined in https://www.webmproject.org/docs/container/#vp9-codec-feature-metadata-codecprivate This can be useful to pick the right decoder. This is similar to what is done in the MP4 demuxer which uses a different extradata format: https://www.webmproject.org/vp9/mp4/#vp-codec-configuration-box
-
The build system already checks the version, repeating the check here makes it easy to forget updating it.
-
-
Using auto makes the result a QStringBuilder, and by the time string is constructed from the string builder, the operated strings are already gone.
-
Like the preparser is doing.
-
-
-
No functional changes.
-
-
-
But preparse_status will be VLC_ETIMEOUT in case of interrupt or timeout.
-
Since the last commit, preparse_status is overridden in case of interrupt after the call to input_item_parser_id_Release().
-
Re-order call to input_item_parser_id_Release() in order to get ride of the atomic.
-
-
- Oct 31, 2024
-
-
A single URL can not contain multiple lines. If the input is multi-line text, then it should be treated as multiple urls, not a single url. This is with accordance to `text/uri-list`, the main difference is being more relaxed regarding the line ending. Unlike `text/uri-list`, CRLF line ending is not mandatory and LF is enough.
-
Steve Lhomme authored
If the decoder is only valid for certain profiles, we should not use that decoder if we can't guarantee the profile matches.
-
Steve Lhomme authored
FF_PROFILE_VP9_0 and FF_PROFILE_AV1_MAIN are 0. We should only assume we don't know the profile when it's neither set in our es_format_t nor in the AVCodecContext::profile.
-
Steve Lhomme authored
This effectively reverts the fix from 17e07afc. The issue in #12944 was that libavcodec was not handling super frames. It was fixed in https://github.com/FFmpeg/FFmpeg/commit/a5679933c1b8b6bef5c5c3eb7c70d06c695066cf which is in lavc 58.6.102. We require 58.54.100.
-
- Oct 30, 2024
-
-
Steve Lhomme authored
It was never used in 189d4353
-
Steve Lhomme authored
-
Steve Lhomme authored
VLC 4 requires Android 21. So CHECK_NATIVE_SAMPLE_RATE is always 0.
-
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>
-
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>
-
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>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Need to wait for the view controllers to be instantiated to set the segmented view control labels Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-