- 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.
-
- Jun 21, 2015
-
-
David authored
-
- May 16, 2015
-
-
David authored
Removes sharedInstance from About window controller, and rework as a NSWindowController subclass. This is the new owner of the xib and thus instantiated outside the nib bundle. Splits Help window in own xib and add own NSWindowController as well. refs #5556
-
- Jan 24, 2015
-
-
Jean-Baptiste Kempf authored
Still alive!
-
- Oct 02, 2014
-
-
David authored
-
- Sep 21, 2014
-
-
Konstantin Pavlov authored
-
- Feb 12, 2014
-
-
Felix Paul Kühne authored
no fancy UI, but it works Needs further UX improvements
-
- Jan 13, 2014
-
-
Rafaël Carré authored
-
- Jan 01, 2014
-
-
Jean-Baptiste Kempf authored
-