- 02 Apr, 2008 10 commits
-
-
Pierre d'Herbemont authored
libvlc: Add a --ignore-config options that allow not to use the config file. This is especially useful for libvlc based applications.
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Move lua{intf,playlist,meta} to lua/{intf,playlist,meta}. I haven't been able to check the changes to the Win32 and Mac OS X specific Makefile.am parts.
-
Antoine Cellerier authored
Revert 4ce6c3f3. Fixes drag and drop on my system. Adding quotes to a filename in C/C++ isn't going to change anything (it would on a command line given the way getopt works). Tested with a file named "/home/dionoea/media/test test/redefined :ni=ntendo.mpg".
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Rafaël Carré authored
Bug spotted by Anthony Loiseau
-
Jean-Baptiste Kempf authored
-
- 01 Apr, 2008 12 commits
-
-
Pierre d'Herbemont authored
This fixes bbf6e4fe. Apologize to funman II.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
playlist: rename ML_decref() to recursively_decref(). Please give useful name to function saying what they do.
-
Pierre d'Herbemont authored
playlist: Correctly indicate why we put a buggy yield() at this place. And document a bit that nasty recusrsive ML_Decref() function. This comes with my official excuses to funman.
-
Rafaël Carré authored
Please TEST your changes before pushing At least, READ the code instead of modifying it blindly
-
Pierre d'Herbemont authored
Pointed-out-by: Rafaël Carré <funman@videolan.org>
-
Pierre d'Herbemont authored
-
Rafaël Carré authored
-
Ilkka Ollakka authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 31 Mar, 2008 18 commits
-
-
Pierre d'Herbemont authored
playlist: To avoid race on p_input destruction, keep a reference around while we need it in playlist_MLLoad().
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
playlist: Proper locking when editing playlist variable in loadsave.c. Also correctly release p_ml_onelevel->p_input and p_ml_category->p_input when changing them. This fixes partly make check and input items leaks.
-
Faustino Osuna authored
-
Faustino Osuna authored
-
Faustino Osuna authored
-
Faustino Osuna authored
-
Filippo Carone authored
-
Filippo Carone authored
-
Faustino Osuna authored
-
Faustino Osuna authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
There is no need to copy the files in that case thanks to VPATH. That assumes you are using a source tarball then - if not, you are screwed anywhow.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-