- 19 Feb, 2014 1 commit
-
-
François Cartegnie authored
-
- 14 Feb, 2014 1 commit
-
-
François Cartegnie authored
-
- 29 Dec, 2013 1 commit
-
-
Rémi Denis-Courmont authored
-
- 20 Aug, 2012 1 commit
-
-
Rémi Denis-Courmont authored
When there is an ambiguity, the caller is responsible for determining whether a string is an URL or a path. In most cases, the string is known as a file path.
-
- 28 Feb, 2012 1 commit
-
-
Konstantin Pavlov authored
-
- 27 Jan, 2012 1 commit
-
-
Rémi Denis-Courmont authored
This fixes some problems when the system or VLC play evil tricks with the preprocessor. (Only files including sys/stat.h are concerned with this commit. I did not fix all files.)
-
- 29 Nov, 2011 1 commit
-
-
Rémi Denis-Courmont authored
The implementation was slow/inefficient. This is really silly for _performance_ counters. And contrary to the other statistics, nothing actually reads them, except for debug logs. If you really want debug-only performance timers, use this: mtime_t start, end; start = mdate(); compute_decimals_of_Pi(100); end = mdate(); msg_Dbg(obj, "spent %"PRIu64" us computing", end - start);
-
- 27 Nov, 2011 1 commit
-
-
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.
-
- 11 Jul, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 10 Jul, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 25 May, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 27 Jul, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 09 Jul, 2010 1 commit
-
-
Rafaël Carré authored
typo and double free
-
- 07 Jul, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 23 Feb, 2010 1 commit
-
-
jpd authored
-
- 07 Feb, 2010 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 02 Feb, 2010 1 commit
-
-
jpd authored
- Playlist items are stored only once. No category / onelevel separation - Services Discovery nodes always stay a tree - The playlist and Media Library are tree or flat depending on variable "playlist-tree". It means that if the setting variable says flat, the items that come from playlist demuxers are flattened into a single level list. - The design demanded a different playlist demuxing system. Now playlist demuxers should construct a tree of items under an input_item_node_t root and send that using input_item_AddSubItemTree. Currently, the old scheme will be retained in modules, because there is still some listening to the old event in code (the libvlc media system for example)
-
- 18 Jan, 2010 1 commit
-
-
Rafaël Carré authored
Use var_Inherit* on parent object in playlist_Create() Check "media-library" before calling playlist_ML*()
-
- 11 Jan, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 14 Sep, 2009 1 commit
-
-
Laurent Aimar authored
It is unused and not correctly implemented (!b_block case).
-
- 24 Aug, 2009 1 commit
-
-
Rémi Denis-Courmont authored
...and fix a memory leak in LUA
-
- 23 Aug, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 23 Jun, 2009 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 01 Apr, 2009 1 commit
-
-
Rafaël Carré authored
-
- 04 Mar, 2009 1 commit
-
-
Rémi Denis-Courmont authored
- use automatic structure instead of heap - retain the playlist lock only while needed
-
- 29 Jan, 2009 2 commits
-
-
ivoire authored
- 17 Jan, 2009 1 commit
-
-
Laurent Aimar authored
It previously assumed TRUSTED. No functionnal/security changes in this commit.
-
- 05 Jan, 2009 1 commit
-
-
Laurent Aimar authored
Some interfaces may assert because of missing playlist lock.
-
- 05 Oct, 2008 1 commit
-
-
ivoire authored
-
- 28 Sep, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 21 Sep, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 24 Aug, 2008 1 commit
-
-
dionoea authored
-
- 14 Aug, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 21 Jul, 2008 1 commit
-
-
ivoire authored
-
- 19 Jun, 2008 1 commit
-
-
ivoire authored
Fix two potential segfaults. Cosmetics.
-
- 17 Jun, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-