- 30 Apr, 2018 1 commit
-
-
Romain Vimont authored
Do not declare *_sys_t typedefs globally in vlc_common.h. Instead, declare them locally in each module that provides a definition. This paves the way to move C++ definitions into anonymous namespaces in order to respect C++ ODR. The picture_resource_t and sout_stream_id_sys_t typedefs will be handled separately, since they require specific additional changes. See #18033 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 31 Mar, 2018 1 commit
-
-
Rémi Denis-Courmont authored
-
- 29 Mar, 2018 1 commit
-
-
Rémi Denis-Courmont authored
A combined access-demux cannot be instantiated without an ES output. This checks that the ES output is present, avoiding crashes for instance with vlc_stream_NewURL().
-
- 11 Nov, 2017 1 commit
-
-
Thomas Guillem authored
In order to avoid confusion with future vlc_alloc.
-
- 30 Jul, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 19 Jun, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 19 Apr, 2017 1 commit
-
-
Rémi Denis-Courmont authored
Also fix indentation.
-
- 12 Oct, 2016 5 commits
-
-
Filip Roséen authored
The if-statement is redundant given that the loop-condition will not fire unless the former if-condition is true; as such the if-condition is now removed. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Filip Roséen authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Filip Roséen authored
These changes simply removes unnecessary/trailing whitespace, as well as fixing a few issues with indentation. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Filip Roséen authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Filip Roséen authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 29 Nov, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 15 Dec, 2013 1 commit
-
-
Rémi Duraffort authored
-
- 13 Jul, 2013 1 commit
-
-
Rémi Duraffort authored
-
- 02 May, 2013 1 commit
-
-
Christoph Miebach authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 13 Dec, 2012 1 commit
-
-
Rémi Denis-Courmont authored
-
- 13 Nov, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
Re-license almost all the playback modules to LGPLv2.1+ with authorization from their respective contributors (230+) This includes: - access, codec, packetizers, demux - audio filters, audio mixers, audio output - video filters, video chroma, video output - text renderers - XML parser - ARM NEON and SSE2 optimisations (mostly for chromas and filters) Some modules are not concerned: - BDA and DShow access modules because Manol Manolov is AWOL - Real RTSP, because it is derived from Xine - x264 and t140 because they are encoders only - DLL Loader, because it is derived from MPlayer - DTS packetizer, because Jon Lech Johansen is AWOL - Shine and WMAfixed, because they are derived from Rockbox - Real demuxer, as it is derived from MPlayer and Wang Bo is AWOL - MPC demuxer, as Yavor Doganov is AWOL - Tivo demuxer, because it is derived from an MPlayer fork - Playlist demuxer, (WPL and ZPL parts missing), because suheaven is AWOL - iOS audio output and video display, because author refuses the license change - Equalizer and compressor, because Ronald Wright is AWOL - Mono, Headphone and Dolby, because author refuses the license change - hqdn3d and yadif, because they are from MPlayer/libavfilter - remoteosd, because it derives from RealVNC code - MMX optimisations, because Ollie Lho, from SiS, is AWOL - Rotate, because it depends on GPL motion Nota Bene: - Some modules depend on GPL-only libraries, a LGPL module does not mean that the resulting binary module will be LGPL. Libraries affected would include liba52, libdvdcss, libdvdnav, libdvdread, faad2, libdca, libmad, libmpeg2, libpostproc, SRC, sid, zvbi and probably others.
-
- 30 Aug, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 16 Mar, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 07 Feb, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
Especially, when it is deprecated since a very long time.
-
- 22 Oct, 2010 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 11 Jul, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 07 Jul, 2010 1 commit
-
-
Rémi Denis-Courmont authored
This commit may eat your domestic pets.
-
- 13 Apr, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 11 Jan, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 04 Jan, 2010 1 commit
-
-
Adrian Knoth authored
When you try to capture from JACK, this is only possible with the "oldstyle" jackd-0.x. If you want to use the newer, SMP-capable jack2, the VLC inputs cannot be connected: Cannot connect ports owned by inactive clients: "vlc-input-26611" is not active Cannot connect ports owned by inactive clients: "vlc-input-26611" is not active Unlike jack1, jack2 expects the process callback function to return 0. The attached patch fixes this problem. It's been already fixed the same way in the jack output plugin (see modules/audio_output/jack.c:290). Taken from Debian bug #532339 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532339) Signed-off-by:
Christophe Mutricy <xtophe@videolan.org>
-
- 06 Dec, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 05 Dec, 2009 1 commit
-
-
JP Dinger authored
Replace argument = realloc( argument, size ); with realloc_or_free() in modules/*, and while at it add assert( argument ) to mark unhandled ENOMEM conditions, also for malloc().
-
- 25 Aug, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 16 May, 2009 1 commit
-
-
Laurent Aimar authored
-
- 13 May, 2009 1 commit
-
-
Laurent Aimar authored
There will be some regressions, I used automatic sed replacement with manual checks but there was a lot to change. It's only the first pass.
-
- 27 Jan, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 12 Dec, 2008 1 commit
-
-
Rémi Duraffort authored
-
- 29 Oct, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Those multi-lines are still to be done (it's going to be fun...) See also 5af4cc85.
-
- 14 Oct, 2008 1 commit
-
-
Rémi Duraffort authored
-
- 28 Aug, 2008 1 commit
-
-
Pavlov Konstantin authored
-
- 31 Jul, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 09 Jul, 2008 1 commit
-
-
Rémi Duraffort authored
-