- 14 Feb, 2010 3 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 13 Feb, 2010 37 commits
-
-
Laurent Aimar authored
It closes the other part of #3161.
-
Laurent Aimar authored
It partially closes #3161.
-
Antoine Cellerier authored
Add a third query with fuzzy search enabled for every word. (We could also add other searches with lower fuzzyness if the first try fails)
-
Antoine Cellerier authored
Try a second musicbrainz query if the first one failed. This allows for fuzzier matches (like not taking spaces into account in 1980 - 1990 for example) but still doesn't fix issues with minor spelling errors.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Attach the vout object to parent before spu creation so modules loaded by spu can use var inheritance.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(TODO: add one item per X RandR view port)
-
Rémi Denis-Courmont authored
This simplifies callbacks a bit, and fixes a race condition.
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Erwan Tulou authored
it is needed to pass from input_item_t to playlist_item_t for this variable only (others directly provide playlist_item_t)
-
Antoine Cellerier authored
Make sure that the playlist item has been preparsed first (and don't get stuck in an infinite loop). Note that libs/input.c is a mess and would need to be cleanup before we release 1.1.
-
Antoine Cellerier authored
New dumpmeta lua interface module to dump a file's meta data on stdout/stderr (I'll let you figure out which one it is). Use as: vlc -I lua --lua-intf dumpmeta filename.mp3
-
Rémi Denis-Courmont authored
This is not used. The VLC_VAR_VARIABLE type is used by "navigation" only in a different way (basically, it is a string).
-
Rémi Denis-Courmont authored
(Fortunately, both corresponded to the same location.)
-
Rémi Denis-Courmont authored
-
Erwan Tulou authored
-