- Oct 13, 2022
-
- Oct 12, 2022
-
-
See release notes: https://aomedia.googlesource.com/aom/+/refs/tags/v3.5.0 (cherry picked from commit 27110b65)
-
It seems the latest FFmpeg requires 64 bits alignment for some I420 output. Fixes #27285 (cherry picked from commit fa75a43b) Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
-
- Oct 11, 2022
-
-
- Oct 08, 2022
-
-
(cherry picked from commit a9406397) Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> Conflicts: configure.ac
-
- Oct 04, 2022
-
-
David authored
Fixes some fuzzy strings which are not connected to correct source file.
-
- Oct 03, 2022
-
-
InfoPlist.strings: 100% translated Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
InfoPlist.strings: 100% translated Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
InfoPlist.strings: 100% translated Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
InfoPlist.strings: 100% translated Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
InfoPlist.strings: 100% translated Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
InfoPlist.strings: 100% translated Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
InfoPlist.strings: 100% translated Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
InfoPlist.strings: 100% translated Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
InfoPlist.strings: 100% translated Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
- Oct 01, 2022
-
-
(cherry picked from commit d75d12be) Signed-off-by: Marvin Scholz <epirat07@gmail.com>
-
(cherry picked from commit 82c18a3b) Signed-off-by: Marvin Scholz <epirat07@gmail.com>
-
Fix #27043 (cherry picked from commit 43663467) Signed-off-by: Marvin Scholz <epirat07@gmail.com>
-
(cherry picked from commit 960a4862) Signed-off-by: Marvin Scholz <epirat07@gmail.com>
-
-
This is a helper function to obtain the copy of a char* from a CFStringRef. Changes compared to master: - Include CFString.h instead of the umbrella header to prevent a type clash with guid_t declared in the CoreFoundation headers. (cherry picked from commit f4b57268) Signed-off-by: Marvin Scholz <epirat07@gmail.com>
-
Preparation to add it to vlc_charset.h
-
- Sep 30, 2022
-
-
David authored
-
- Sep 29, 2022
-
-
Thanks to 0xMitsurugi [1] from Synacktiv [2] for the bug report and fix. [1] https://twitter.com/0xMitsurugi [2] https://www.synacktiv.com/ Fixes #27335 (cherry picked from commit 5eb783fd)
-
(cherry picked from commit 03100bbd)
-
- Sep 28, 2022
-
-
-
David authored
Update news, and bump version to 3.0.18-rc2.
-
- Sep 27, 2022
-
-
Steve Lhomme authored
In particular with the "lavc/pthread_frame: always transfer stashed hwaccel state" fix for #27343 (cherry picked from commit dc1dea6d) (edited) edited: * 3.0 supports libav
-
- Sep 22, 2022
-
-
Theses wrapper were too naively written and are causing a lot of regressions on windows. This has been addressed upstream [1]. And is simply reverted for now, waiting for a new release. Fixes #27306 [1] https://github.com/pupnp/pupnp/issues/411 (cherry picked from commit 751e0007)
-
- Sep 19, 2022
-
-
Liz de Sartiges authored
even without an authtype the "?" widlcard was always added to search making kwallet return no password for that query (cherry picked from commit 862c4a2d)
-
- Sep 17, 2022
-
-
(cherry picked from commit 7c5203ab) Signed-off-by: Marvin Scholz <epirat07@gmail.com>
-
(cherry picked from commit 3ccfc790) Signed-off-by: Marvin Scholz <epirat07@gmail.com>
-
The file directly modifies the global table (_G) so it does not seem necessary at all to expose anything explicitly. (cherry picked from commit 33c7a44f) Signed-off-by: Marvin Scholz <epirat07@gmail.com>
-
(cherry picked from commit 4109a34d) Signed-off-by: Marvin Scholz <epirat07@gmail.com>
-
(cherry picked from commit 82dd26cc) Signed-off-by: Marvin Scholz <epirat07@gmail.com>
-
(cherry picked from commit c8a59b0e) Signed-off-by: Marvin Scholz <epirat07@gmail.com>
-
(cherry picked from commit 94aa1410) Signed-off-by: Marvin Scholz <epirat07@gmail.com>
-
(cherry picked from commit bfc88aa7) Signed-off-by: Marvin Scholz <epirat07@gmail.com>
-
These were used by SVN, we are no longer using that though. (cherry picked from commit 6995265a) Signed-off-by: Marvin Scholz <epirat07@gmail.com>
-
- Sep 13, 2022
-
-
Martin Storsjö authored
This fixes errors like these: libprojectM/projectM.hpp:303:8: error: no template named 'auto_ptr' in namespace 'std' std::auto_ptr<Preset> m_activePreset; ~~~~~^ The std::auto_ptr type was deprecated in C++11 and removed in C++17. The VLC C++ headers use C++11 features, so the only working alternatives here are C++11 or C++14. (cherry picked from commit 4100c227) Signed-off-by: Martin Storsjö <martin@martin.st>
-