- 02 Feb, 2018 1 commit
-
-
Thomas Guillem authored
Will be removed in VLC 4.0.
-
- 01 Feb, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 01caa23f) Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- 13 Dec, 2017 1 commit
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit 179a6ed9) Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- 08 Dec, 2017 1 commit
-
-
Thomas Guillem authored
(cherry picked from commit a6d3cf0a) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 15 Nov, 2016 1 commit
-
-
Steve Lhomme authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 12 Oct, 2016 1 commit
-
-
Thomas Guillem authored
-
- 20 Sep, 2016 1 commit
-
-
Thomas Guillem authored
-
- 06 Jun, 2016 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 05 Jun, 2016 1 commit
-
-
Rémi Denis-Courmont authored
-
- 19 May, 2016 1 commit
-
-
Thomas Guillem authored
-
- 17 Apr, 2016 1 commit
-
-
Thomas Guillem authored
-
- 11 Feb, 2016 2 commits
-
-
Jean-Baptiste Kempf authored
to libvlc_media_discoverer_list_get and do the same for release
-
Thomas Guillem authored
-
- 04 Feb, 2016 1 commit
-
-
Thomas Guillem authored
-
- 23 Oct, 2015 1 commit
-
-
Thomas Guillem authored
Used to pass an Evas_Object * for the future Evas video_output.
-
- 17 Sep, 2015 1 commit
-
-
Thomas Guillem authored
-
- 10 Sep, 2015 1 commit
-
-
Felix Paul Kühne authored
-
- 05 Aug, 2015 1 commit
-
-
Rémi Denis-Courmont authored
The following functions are not marked LIBVLC_API and are not in the public header files (for a reason): - libvlc_event_manager_new(), - libvlc_event_manager_register_event_type() and - libvlc_event_manager_release(). There wer no reasons to have them in the symbols list.
-
- 09 Jun, 2015 2 commits
-
-
Felix Paul Kühne authored
libvlc: expand media player API to retrieve full information about available chapter of a given title
-
Felix Paul Kühne authored
libvlc: expand media player API to retrieve information about all available titles of the currently playing media item
-
- 30 Mar, 2015 1 commit
-
-
Rémi Denis-Courmont authored
(fixes #8562)
-
- 25 Mar, 2015 1 commit
-
-
Thomas Guillem authored
Get the type of the media. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 27 Jan, 2015 1 commit
-
-
Mark Lee authored
This function gets the active device identifier for the current audio output, if there is one, and is the complementary function to libvlc_audio_output_device_set(). Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 20 Jan, 2015 1 commit
-
-
Thomas Guillem authored
Extended version of libvlc_media_parse_async. It uses a flag to specify parse options and returns an int for error handling. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 13 Jan, 2015 2 commits
-
-
Thomas Guillem authored
Get codec description from media elementary stream. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
libvlc_media_discoverer_new_from_name was creating a services_discovery_t and was starting it, so libvlc_MediaDiscovererStarted event (or any other events) could not be received. To fix that, Split libvlc_media_discoverer_new_from_name into libvlc_media_discoverer_new and libvlc_media_discoverer_start. That way, we can attach events between create and start. libvlc_media_discoverer_new_from_name is now deprecated, but it still works like before. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 15 May, 2014 1 commit
-
-
Rémi Denis-Courmont authored
-
- 07 Feb, 2014 1 commit
-
-
Julian Scheel authored
Expose an event to libvlc users which allows them to get notified about the current program scrambling status. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 24 Jul, 2013 1 commit
-
-
Mark Lee authored
Functions are provided to: * query the available equalizer presets * create a new default equalizer instance * create an equalizer instance from a preset * set individual equalizer band amplitudes * set equalizer pre-amplification * apply an equalizer to a media player Equalizer settings can be applied whether media is playing or not, and will automatically be retained when playing media subsequently. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 06 Jul, 2013 1 commit
-
-
Mark Lee authored
-
- 16 Jun, 2013 1 commit
-
-
Rémi Denis-Courmont authored
-
- 20 Mar, 2013 1 commit
-
-
Rémi Denis-Courmont authored
Also make provisions for file name and line number in the future.
-
- 18 Mar, 2013 1 commit
-
-
Rémi Denis-Courmont authored
- Scope the callback to its instance. - Avoid leaking the layout of an internal data structure. - Future-proof passing of extra informations through an opaque pointer.
-
- 12 Feb, 2013 1 commit
-
-
Martin Storsjö authored
Due to the way this struct is allocated, it can be extended later without breaking ABI. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 21 Sep, 2012 1 commit
-
-
Rémi Denis-Courmont authored
This reverts commit 32596ea8.
-
- 15 Sep, 2012 1 commit
-
-
Mark Lee authored
New methods are provided to: - get the available equalizer presets; - get the available frequency bands (useful for creating a UI); - create a new default equalizer, or create a new equalizer from a preset; - release a previously created equalizer; - get/set preamp and individual frequency amplification values; - apply equalizer settings to a media player. Equalizer settings are persistent, can be made whether media is currently playing or not, and will automatically be applied to subsequently played media. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 15 Aug, 2012 1 commit
-
-
Rémi Denis-Courmont authored
Also improve documentation, and deprecate the old broken functions.
-
- 18 Apr, 2012 1 commit
-
-
Rémi Denis-Courmont authored
-
- 01 Dec, 2011 1 commit
-
-
John Hendrikx authored
Allows control of the subtitle delay through libvlc. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 22 Sep, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
This is now libvlc_track_description_list_release, as agreed at the VDD technical discussion
-