- Nov 12, 2018
-
-
Hugo Beauzée-Luyssen authored
Fix #17368
-
- Jul 15, 2018
-
-
Rémi Denis-Courmont authored
There does not appear to be any real user. The "broadcast" functionality can be reproduced more simply with the LibVLC media player API. The "VoD" functionality does not make much sense outside of the VLC executable process.
-
- Jul 06, 2018
-
-
Steve Lhomme authored
-
- Jun 22, 2018
-
-
Steve Lhomme authored
Keep a copy of vlc_tick_tfor backward compatibility.
-
- May 15, 2017
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
They permit in-place event managers, simplifying the code.
-
- Apr 25, 2016
-
-
Thomas Guillem authored
Move the only 2 remaining typedef into vlc/libvlc.h
-
- Feb 04, 2016
-
-
Thomas Guillem authored
-
- Aug 05, 2015
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This fixes excessive (and dumb) usage of thread local variables, and invalid use of thread cancellation.
-
Rémi Denis-Courmont authored
-
- Feb 27, 2014
-
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- Jan 07, 2014
-
-
Rémi Denis-Courmont authored
Also remove a useless and unsynchronized test.
-
- Mar 18, 2013
-
-
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.
-
- Apr 18, 2012
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- Nov 27, 2011
-
-
Jean-Baptiste Kempf authored
Re-license almost all of libVLC and libVLCcore to LGPLv2.1+ This move was authorized by the developers, either: - by e-mail, - by vote at the VideoLAN Dev Days 2011, - on the license website, - in a contract, oral or written. No objection was raised, so far. The developers agreeing are: Justus Piater Alexis Ballier Alexander Bethke Mohammed Adnène Trojette Alex Converse Alexey Sokolov Alexis de Lattre Andre Pang Anthony Loiseau Cyril Deguet André Weber Boris Dorès Brieuc Jeunhomme Benjamin Drung Hugo Beauzée-Luyssen Benoit Steiner Benjamin Pracht Bernie Purcell Przemyslaw Fiala Arnaud de Bossoreille de Ribou Brad Smith Nick Briggs Christopher Rath Christophe Courtaut Christopher Mueller Clement Chesnin Andres Krapf Damien Fouilleul David Flynn Sebastien Zwickert Antoine Cellerier Jérôme Decoodt Jérome Decoodt Dylan Yudaken Eduard Babayan Eugenio Jarosiewicz Elliot Murphy Eric Petit Erwan Tulou Etienne Membrives Ludovic Fauvet Fabio Ritrovato Tobias Güntner Jakub Wieczorek Frédéric Crozat Francois Cartegnie Laurent Aimar Florian G. Pflug Felix Paul Kühne Frank Enderle Rafaël Carré Simon Latapie Gildas Bazin Geoffroy Couprie Julien / Gellule Gildas Bazin Arnaud Schauly Toralf Niebuhr Vicente Jimenez Aguilar Derk-Jan Hartman Henri Fallon Ilkka Ollakka Olivier Teulière Rémi Duraffort Jakob Leben Jean-Baptiste Kempf Jean-Paul Saman Jean-Philippe Grimaldi Jean-François Massol Gaël Hendryckx Jakob Leben Jean-Marc Dressler Jai Menon Johan Bilien Johann Ransay Joris van Rooij JP Dinger Jean-Philippe André Adrien Grand Juha Jeronen Juho Vähä-Herttua Kaarlo Raiha Kaarlo Raiha Kamil Baldyga Keary Griffin Ken Self KO Myung-Hun Pierre Ynard Filippo Carone Loïc Minier Luca Barbato Lucas C. Villa Real Lukas Durfina Adrien Maglo Marc Ariberti Mark Lee Mark Moriarty Martin Storsjö Christophe Massiot Michel Kaempf Marian Ďurkovič Mirsal Ennaime Carlo Calabrò Damien Lucas Naohiro Koriyama Basos G Pierre Baillet Vincent Penquerc'h Olivier Aubert Pankaj Yadav Paul Corke Pierre d'Herbemont Philippe Morin Antoine Lejeune Michael Ploujnikov Jean-Marc Dressler Michael Hanselmann Rafaël Carré Ramiro Polla Rémi Denis-Courmont Renaud Dartus Richard Shepherd Faustino Osuna Arnaud Vallat Rob Jonson Robert Jedrzejczyk Steve Lhomme Rocky Bernstein Romain Goyet Rov Juvano Sam Hocevar Martin T. H. Sandsmark Sebastian Birk Sébastien Escudier Vincent Seguin Fabio Ritrovato Sigmund Augdal Helberg Casian Andrei Srikanth Raju Hannes Domani Stéphane Borel Stephan Krempel Stephan Assmus Tony Castley Pavlov Konstantin Eric Petit Tanguy Krotoff Dennis van Amerongen Michel Lespinasse Can Wu Xavier Marchesini Sébastien Toque Christophe Mutricy Yoann Peronneau Yohann Martineau Yuval Tze Scott Caudle Clément Stenac It is possible, that some minor piece of code was badly tracked, for some reasons (SVN, mainly) or that some small developers did not answer. However, as an "œuvre collective", defined as in "CPI 113-2 alinéa 3", and seeing "Cour. Cass. 17 Mai 1978", and seeing that the editor and the very vast majority of developers have agreed (> 99.99% of the code, > 99% of developers), we are fine here.
-
- Aug 30, 2011
-
-
Rémi Denis-Courmont authored
-
- Aug 20, 2011
-
-
Rémi Denis-Courmont authored
-
- May 07, 2011
-
-
Rémi Denis-Courmont authored
This should help Doxygen parse VLC headers, and generally makes headers easier to read. LibVLC already uses a similar approach.
-
- May 02, 2011
-
-
Rémi Denis-Courmont authored
I don't this abomination to leak through the stable LibVLC interface. To link statically, modules should be linked into LibVLC instead. And then, there is no need to reintroduce the old "builtin" vlc-config type if all modules are built the same. In prehistoric times, the distinction was needed because some modules were static and some not.
-
- Oct 31, 2010
-
-
Pierre authored
-
- May 30, 2010
-
-
Rémi Denis-Courmont authored
This is more flexible than the current libvlc_InternalWait() which requires a thread that does nothing for the whole lifetime of VLC.
-
- Feb 17, 2010
-
-
Rémi Denis-Courmont authored
-
- Jan 31, 2010
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- Jan 25, 2010
-
-
Rémi Denis-Courmont authored
-
- Jan 16, 2010
-
-
Pierre authored
Apparently libvlc_time_t is millisec, whereas mtime_t is microsecs. Most event callbacks where carying an incorrect mtime_t value.
-
- Sep 07, 2009
-
-
Rémi Denis-Courmont authored
-
- Aug 31, 2009
-
-
Pierre authored
-
- Aug 17, 2009
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- Aug 09, 2009
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- Jun 30, 2009
-
-
libvlc_vlm_release : release events stuff Centralize vlm release operations in one new function : libvlc_vlm_release_internal Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- Jun 02, 2009
-
-
Pierre authored
-
- May 26, 2009
-
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- May 25, 2009
-
-
Pierre authored
-