- 12 Dec, 2007 7 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Use module_Exists as appropriate - Rename module_FindName as module_Find
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Paul Saman authored
Don't free() a char variable when it is on the stack (in src/modules/modules.c SaveCache()) and be more sane about contents of psz_filename.
-
- 09 Dec, 2007 2 commits
-
-
Rémi Denis-Courmont authored
(Modules that would still depend on module_config_t are not going to like this, but it's not like you weren't warned a long time ahead)
-
Rémi Denis-Courmont authored
-
- 11 Nov, 2007 2 commits
-
-
dionoea authored
Add argument to module_GetModulesNamesForCapability (and services_discovery_GetServicesNames) to also get the longnames.
-
dionoea authored
Fix module_GetModulesNamesForCapability() and make it handle submodules properly (ie: the shoutcasttv submodule is returned as "shoutcasttv" instead of "shout"). This function (or its services_discovery_GetServicesNames(p_this) specialised version) should be used in interfaces, instead of the current code duplication.
-
- 13 Oct, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 28 Sep, 2007 1 commit
-
-
Rafaël Carré authored
-
- 22 Sep, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 18 Sep, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 10 Sep, 2007 1 commit
-
-
Rafaël Carré authored
-
- 09 Sep, 2007 2 commits
-
-
dionoea authored
XDG Base Directory Specification fix. I wasn't using the XDG_CACHE_HOME variable for the cache directory. Thanks to ILEoo for noticing.
-
dionoea authored
On OSes other than Windows, Mac OS X and BeOS (so it's Linux) comply with the XDG Base Directory Specification version 0.6. The old configuration file (vlcrc) will be copied to the new location. Other data like caches will have to be rebuilt (the album art cache in VLC was new in 0.9.0 so it's ok to lose it). Closes #1267
-
- 01 Sep, 2007 1 commit
-
-
Rémi Denis-Courmont authored
(we had them because of the big vlc_symbol structure)
-
- 24 Aug, 2007 1 commit
-
-
Pierre d'Herbemont authored
-
- 22 Aug, 2007 2 commits
-
-
dionoea authored
-
dionoea authored
Add new module_FindName function to find a module when given it's name. Use this to fix the qt interface extended panel (video filters). Change module_Exists to take the module name (and not short name) as parameter. Update the only known use of that function acordingly.
-
- 16 Aug, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 15 Aug, 2007 1 commit
-
-
damienf authored
-
- 04 Aug, 2007 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 29 Jul, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 31 May, 2007 1 commit
-
-
Laurent Aimar authored
-
- 20 May, 2007 3 commits
-
-
dionoea authored
-
dionoea authored
-
Rémi Denis-Courmont authored
-
- 19 May, 2007 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 15 Apr, 2007 1 commit
-
-
Rémi Denis-Courmont authored
This is not strictly required, but helps propage fix for #1086.
-
- 14 Apr, 2007 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 12 Apr, 2007 1 commit
-
-
dionoea authored
-