- Apr 25, 2022
-
-
The patches were not added to the list of patches to be supplied with a make dist so were missing in the final archive.
-
libtool-2.4.6-san.patch is not used anymore, and other libtool patches have been rebased on top of libtool-2.4.7.
-
The -fsanitize support has been added upstream in the commit a5c6466528c060cc4660ad0319c00740db0e42ba which is shipped into 2.4.7.
-
- Feb 26, 2022
-
-
It generates a warning configure: WARNING: unrecognized options: --disable-mkv
-
- Nov 03, 2021
-
-
cf. https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/DynamicLibraries/100-Articles/DynamicLibraryUsageGuidelines.html#//apple_ref/doc/uid/TP40001928-SW12 """ When the library name is a filename (that is, when it doesn’t include directory names), the dynamic loader searches for the library in several locations until it finds it, in the following order: - $LD_LIBRARY_PATH - $DYLD_LIBRARY_PATH - The process’s working directory - $DYLD_FALLBACK_LIBRARY_PATH When the library name contains at least one directory name, that is, when the name is a pathname (relative or fully qualified), the dynamic loader searches for the library in the following order: - $DYLD_LIBRARY_PATH using the filename - The given pathname - $DYLD_FALLBACK_LIBRARY_PATH using the filename """ Conclusion: DYLD_LIBRARY_PATH on macOS behave like LD_LIBRARY_PATH on Linux but LD_LIBRARY_PATH on macOS has a different behavior than LD_LIBRARY_PATH on Linux, so DYLD_LIBRARY_PATH should be used on macOS. Specially since we can't really control if the library name will include a path or not (relative or absolute).
-
- Apr 05, 2021
-
-
Jean-Baptiste Kempf authored
Close #21463
-
- Jun 26, 2020
-
-
Steve Lhomme authored
-
- Jun 18, 2020
-
-
Steve Lhomme authored
Avoid this link error: [ 44%] Linking C executable curltest Undefined symbols for architecture x86_64: "_SSLCopyALPNProtocols", referenced from: _sectransp_connect_step2 in libcmcurl.a(sectransp.c.o) "_SSLSetALPNProtocols", referenced from: _sectransp_connect_common in libcmcurl.a(sectransp.c.o) ld: symbol(s) not found for architecture x86_64 This only happens in the 3.0 macOS CI.
-
- Jun 03, 2020
-
-
Steve Lhomme authored
-
- May 21, 2019
-
-
- Feb 05, 2019
-
-
x86inc.asm copied from dav1d (8c5d34c85613) and x86util.asm from libav (994c4bc10751). Libav's LGPL licensed x86util.asm is required for yadif. This reverts "Remove unused support for .asm files" commit 6c0f63cd. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Oct 18, 2018
-
-
Thomas Guillem authored
Changes: - Use var_LocationParse, with some X-Macros - Use check_LTLIBRARIES - Remove from coverage stats - Add more params (size, rate, channels, chroma, format...) -- This new demuxer will be used for various VLC tests. It will be built for tests (check_LTLIBRARIES). It will be mainly used to test the new vlc_player API. Usage: ./vlc mock://length=10000000;audio_track_count=7 Why putting the parameters inside the URL ? In order to test input slaves for example: ./vlc mock://length=10000000;video_track_count=1 \ --input-slave mock://length=10000000;audio_track_count=1
-
- Mar 06, 2018
-
-
Rémi Denis-Courmont authored
(see previous commit for rationale)
-
Rémi Denis-Courmont authored
pkglibexecdir is the pseudo-directory for internal executables. vlc-qt-check already uses that. Indeed, PROGRAMS and SCRIPTS targets are not allowed by automake in pkglibdir. (libexecdir can be set to '${libdir}' in configure if/when the distinction is unwanted.)
-
- Dec 21, 2017
-
-
Jean-Baptiste Kempf authored
-
- Sep 20, 2017
-
-
Rémi Denis-Courmont authored
This is required if plugins are supported, regardless of whether the VLC executable is built.
-
- Dec 04, 2016
-
-
Jean-Baptiste Kempf authored
-
- Nov 19, 2016
-
-
Jean-Baptiste Kempf authored
-
- Oct 30, 2016
-
-
Marvin Scholz authored
Remove the old fullscreen controller assets and their references from the Makefile and Xcode project.
-
Marvin Scholz authored
This introduces a new fullscreen controller which uses NSVisualEffectView for it's background and the icons that are used throughout the rest of the macOS user interface, hence making it more consistent with the overall look of VLC. Additionally the new fullscreen controller is resizable and, as it already used to be, can be move around on the screen. The user interface is now described in a interface builder file (xib) instead of doing everything in code. This allows easy usage of autolayout, which is heavily used to allow adaption of the buttons/sliders depending on the panel width and height.
-
- Sep 09, 2016
-
-
Marvin Scholz authored
This replaces the old christmas cone, that will be used after the 354 day of the year with a more recent one.
-
- Jul 26, 2016
-
-
Hugo Beauzée-Luyssen authored
vlc-cache-gen isn't build, so it fails to execute, making the install rule fail.
-
- Jun 17, 2016
-
-
Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- Jun 14, 2016
-
-
Rafaël Carré authored
-
- May 19, 2016
-
-
Hugo Beauzée-Luyssen authored
-
- Apr 25, 2016
-
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
- Apr 18, 2016
-
-
Marvin Scholz authored
-
- Feb 27, 2016
-
-
Jean-Baptiste Kempf authored
-
- Feb 04, 2016
-
-
Felix Paul Kühne authored
-
- Feb 02, 2016
-
-
Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- Jan 07, 2016
-
-
Rémi Denis-Courmont authored
-
- Dec 08, 2015
-
-
Rémi Denis-Courmont authored
Run 'make lcov' to produce the coverage report in the lcov/. This requires lcov installed and the --enable-coverage configure flag.
-
- Aug 11, 2015
-
-
David authored
This improves separation between main menu and the unrelated goto time window. Besides that, note that each time bindings are used with the file owner, this owner needs to be an NSWindowController class. Only in this case retain cycles are avoided (bindings have a strong reference to the object used). Thus, this commit helps to properly deinitialize the VLCMain object.
-
- Aug 09, 2015
-
-
David authored
Splits PopupPanel and TextfieldPanel into two xib files and creates NSWindowController subclasses for each panel. Each user of the panel gets its own window controller instance. This is needed as the same kind of window can be shown multiple times simultaneously (e.g. both in video and audio effects). This also did not work with the previous implementation of the 2.2 branch and fixes broken behaviour.
-
- Jul 20, 2015
-
-
Felix Paul Kühne authored
-
- Jul 16, 2015
-
-
Felix Paul Kühne authored
-
- Jul 15, 2015
-
-
Felix Paul Kühne authored
-
- Jul 11, 2015
-
-
David authored
-
- Jul 06, 2015
-
-
Rémi Denis-Courmont authored
The port has never worked and has not been improved for over 4 years. The platform itself has been totally discontinued for 18 months.
-