- 12 Nov, 2007 12 commits
-
-
Pierre d'Herbemont authored
-
Antoine Cellerier authored
Fix problem with the search lua wrapper (it always returned the "category" playlist even when searching in "onelevel" mode). Remove debug prints from the rc.lua module.
-
Antoine Cellerier authored
-
Christophe Mutricy authored
-
Antoine Cellerier authored
Add services discovery support and enhance playlist support for lua interface modules. Added "search", "sort" and "sd" commands to rc.lua. Restored true playlist functionality and sd selection in the lua http intf.
-
Rafaël Carré authored
-
Rafaël Carré authored
xspf export: write the extension tag before the trackList, we'll need to read it first to handle it properly.
-
Pierre d'Herbemont authored
modules/services_discovery/upnp_intel.cpp: Add a todo note: this module needs to be rewritten used the new services discovery API. (this is not really helpful, but yet, that could help to track bugs).
-
Damien Fouilleul authored
-
Rafaël Carré authored
upnp_intel module still has to be rewritten (it will crash at runtime)
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
- 11 Nov, 2007 16 commits
-
-
Pierre d'Herbemont authored
-
Antoine Cellerier authored
Use the services_discovery_GetServicesNames() function in the qt4 and wxwidgets (i don't compile the wxwidgets module so there might be a few warnings/errors). This removes comprehension of how VLC modules work from the interface plugins. This change still needs to be done in the modules/gui/macosx/playlist.m file.
-
Pierre d'Herbemont authored
-
Antoine Cellerier authored
Add argument to module_GetModulesNamesForCapability (and services_discovery_GetServicesNames) to also get the longnames.
-
Antoine Cellerier 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.
-
Christophe Mutricy authored
-
Rafaël Carré authored
Please report loudly any regression, using spdif or not.
-
Felix Paul Kühne authored
-
Pierre d'Herbemont authored
configure.ac: Because of the ld text relocation bug on Mac OS X, we have to disable ffmpeg when using such linker for the time being. Add a big warning at the end of configure if we are in such a configuration.
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 10 Nov, 2007 9 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Antoine Cellerier authored
* share/luaintf/http.lua: Equivalent of the legacy modules/control/http/ module. (The new module takes 272 lines of Lua, instead of 5475 lines for the old one.) Functionality is basically the same except for CGI support which is missing. * share/http-lua/: The HTML files using the new <?vlc [lua code] ?> syntax. * modules/misc/lua/: Add Lua bindings for a few VLC function, the most important being the HTTPd high level functions, ACLs, stat and opendir. The Lua code still needs to be cleaned up a bit.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
contrib/ffmpeg-macosx-intel-mmx.patch: Use Graham Booker's patch which works around the ld64 text relocation bug.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
* disable ASM support in libtheora for now (until the authors release a fixed version or Apple a fixed ld)
-
- 09 Nov, 2007 3 commits
-
-
Damien Fouilleul authored
-
Christophe Mutricy authored
-
Jean-Baptiste Kempf authored
-