- 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().
-
- 26 Feb, 2018 1 commit
-
-
Rémi Denis-Courmont authored
This plugin does not need priority since no other plugins have any alias in common.
-
- 19 Dec, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 03 Dec, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 02 Dec, 2017 1 commit
-
-
Rémi Denis-Courmont authored
psz_access cannot be empty for an access_demux.
-
- 30 Jul, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 19 Apr, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 21 Dec, 2016 1 commit
-
-
Jean-Baptiste Kempf authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 04 Dec, 2016 1 commit
-
-
Felix Paul Kühne authored
-
- 14 Jun, 2016 1 commit
-
-
Felix Paul Kühne authored
-
- 04 Feb, 2016 1 commit
-
-
Thomas Guillem authored
-
- 20 Jan, 2016 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 03 Sep, 2015 1 commit
-
-
Felix Paul Kühne authored
-
- 15 Jul, 2015 1 commit
-
-
Felix Paul Kühne authored
-
- 04 Feb, 2015 1 commit
-
-
Rémi Denis-Courmont authored
(The libvlc object is always "alive" since it is never "killed").
-
- 18 Aug, 2014 1 commit
-
-
Felix Paul Kühne authored
-
- 17 May, 2013 1 commit
-
-
Felix Paul Kühne authored
This reverts commit 00b2fcce. [__MNSArray objectAtIndexedSubscript] isn't part of the OS X 10.7 ObjC runtime and in turn, we can't use this feature of the modern ObjC syntax until we drop support for 10.7 some day
-
- 30 Apr, 2013 3 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 18 Apr, 2013 1 commit
-
-
Michael Feurstein authored
This module lets you capture video devices with the AVFoundation framework on Mac OS X. It is an upgrade of the qtcapture module. Currently no GUI integration yet. Only available via command line Usage: avcapture:// Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-