- Sep 30, 2023
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
CVE-2023-5217 https://crbug.com/1486441 (CVE-2023-5217) (cherry picked from commit ab520205) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Sep 27, 2023
-
-
Steve Lhomme authored
We should not use whatever is in the PATH. Especially as the current directory is set the a temporary directory during uninstallation. (cherry picked from commit d13608f8) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
- Sep 07, 2023
-
-
Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
This will allow to fix a leak by only checking the return code instead of fetching the media (and forgetting to release it...) Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
-
- Sep 05, 2023
-
-
- Aug 15, 2023
-
-
Jean-Baptiste Kempf authored
-
- Aug 12, 2023
-
-
(cherry picked from commit 2ce189cc) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Aug 10, 2023
-
-
Steve Lhomme authored
We should not subtract width and height values. Fixes #27976 (cherry picked from commit 4cd819e2) (edited) edited: - SetupQuadFlat is in d3d11_quad on 3.0
-
- Aug 05, 2023
-
-
Jean-Baptiste Kempf authored
-
refs #27771 (cherry picked from commit 11d7708b) (edited) edited: - fmt_in is not a pointer in 3.0 Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
- Aug 04, 2023
-
-
refs #27771 (cherry picked from commit 00e4996d) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
(cherry picked from commit 2dcd7516) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
And fix fribidi dependencies (cherry picked from commit 7ebe6644) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
This shouldn't be enforced. We already use -O2 on release builds. Introduced in 77f2dac1 (cherry picked from commit 4dce5d8e) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Aug 03, 2023
-
-
VLC 4.0 doesn't need that but 3.0 still has no windowing module, leading to display size not being reported to the subtitle text renderer, and leading to blurry subtitles and OSD. Because the size is coming from the display, it means that the first time the subtitle is displayed, it will always be blurry depending on the real display size and original media size. Regression from 8ff56952. Fixes #27793
-
- Aug 02, 2023
-
-
Steve Lhomme authored
Match the algorithm from the specs of [1] [1] https://aomediacodec.github.io/av1-spec/#color-config-syntax (cherry picked from commit 4bdb9c1b) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
- Aug 01, 2023
-
-
Marvin Scholz authored
This is a temporary solution for #22576 It results in numbers not having thousands separator anymore, which is better than the user being unable to save the desired value.
-
- Jul 13, 2023
-
-
Steve Lhomme authored
So far we did not need it. We should always have the format matching the one we detected by the decoder. If we don't that means the packetizer failed to reset the decoder. (cherry picked from commit c901da64) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
(cherry picked from commit 5892a910) (edited) edited: - in 4.0 p_dec->fmt_in is a (const) pointer - there's no VLC_ENOTSUP in 3.0 Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
This is what is passed in the normal decoding case. This fixes an issue where 10-bit sources don't play properly as we can't tell from the Profile 0 is we're decoding in 8-bit or 10-bit. (cherry picked from commit 1aa624e2) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
- Jul 10, 2023
-
-
Thomas Guillem authored
And use last vlc-debian-android image with NDK21e.
-
- Jul 06, 2023
-
-
since 05d90979
-
Fixes #28187 (cherry picked from commit 167ab596) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
(cherry picked from commit ea7aeedc) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- Jul 03, 2023
-
-
Steve Lhomme authored
The container may lie but the size that libavcodec requests is the one it will use. We need this size to probe the decoder in D3D11. There doesn't seem to be a way to check the size support in dxva2. Similar to e4cc2f84 but without setting an output video_format_t.
-
- Jul 01, 2023
-
-
(cherry picked from commit d8b338b5) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
- Jun 27, 2023
-
-
François Cartegnie authored
shortcuts will enforce wrong profile and demux will never end regression by fix 2396e15b (cherry picked from commit f272deef)
-
Steve Lhomme authored
This unbreaks packages using autoreconf. (cherry picked from commit 7beb0605) (edited) edited: * on 3.0 it was already done since 8179b10e but not for Darwin targets Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-