- 04 Feb, 2008 1 commit
-
-
Pierre d'Herbemont authored
projects/ - contains projects that link to libvlc other than vlc and the bindings. extras/package - contains the packaging specific files. extras/deprecated - deprecated files. extras/buildsystem - contains non-default buildsystem stuff. extras/analyser - contains code analyser (such as editor specific files) specific files.
-
- 03 Feb, 2008 2 commits
-
-
Rémi Denis-Courmont authored
People use libintil from the contrib anyway.
-
Rémi Denis-Courmont authored
-
- 02 Feb, 2008 1 commit
-
-
Pierre d'Herbemont authored
Makefile.am: Make sure VLC.app will be installed correctly. (Or make sure we won't attempt to install VLC.app).
-
- 01 Feb, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 31 Jan, 2008 3 commits
-
-
Pierre d'Herbemont authored
Make sure VLC.app doesn't take too much time to build. This breaks VLC-release.app, and following commit will fix that.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 20 Jan, 2008 1 commit
-
-
Felix Paul Kühne authored
-
- 19 Jan, 2008 1 commit
-
-
Felix Paul Kühne authored
osx: use dmg-creation code from the 0.8.6-bugfix branch to provide reliable NBs (to be reverted as soon as the existing script is fixed)
-
- 05 Jan, 2008 2 commits
-
-
Felix Paul Kühne authored
Makefile.am: try it the simple way now, trusting the user not to open another dmg with the same name
-
Felix Paul Kühne authored
-
- 04 Jan, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 30 Dec, 2007 3 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 22 Dec, 2007 1 commit
-
-
Pierre d'Herbemont authored
-
- 16 Dec, 2007 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
* strongly improved the speed of make VLC.app and make VLC-release.app by only copying the xcode project and the Resources folder instead of various plugins and most importantly the framework to a temporary folder
-
- 13 Dec, 2007 1 commit
-
-
Pierre d'Herbemont authored
-
- 09 Dec, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 03 Dec, 2007 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 14 Nov, 2007 1 commit
-
-
Christophe Mutricy authored
Upgrade POTFILE.in and vlc.pot
-
- 12 Nov, 2007 2 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 11 Nov, 2007 1 commit
-
-
Christophe Mutricy authored
-
- 10 Nov, 2007 1 commit
-
-
dionoea 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.
-
- 09 Nov, 2007 1 commit
-
-
Christophe Mutricy authored
-
- 08 Nov, 2007 1 commit
-
-
Christophe Mutricy authored
-
- 05 Nov, 2007 1 commit
-
-
Pierre d'Herbemont authored
Makefile.am: Build and export the Framework in package-macosx. This is probably not an appropriate place and will change one day.
-
- 04 Nov, 2007 1 commit
-
-
dionoea authored
Two things led me to add this new type of Lua modules: * Most interfaces duplicate code from one another (rc and telnet both deal with sockets, rc and hotkeys duplicate VLC interfacing code) * It's easier to code in Lua than in C (for high level stuff) (* Users can code their own module easily, all they need is a text editor.) Most of the changes in modules/misc/ are Lua wrappers for different C APIs in VLC. I'd say that 90% of those wrappers won't change, the other 10% might need small changes (mostly to simplify the C code). The VLC Lua "interface" module will look for lua scripts in the *share*/luaintf/ directory. Files in *share*/luaintf/modules/ are lua modules which can be used by multiple VLC Lua modules (using require "modulename"). This commit includes 4 Lua interface modules: * dummy.lua: the default module. Prints error messages and quits. * rc.lua: equivalent to the legacy rc.c module. Also includes a bunch of new features (+ multiple socket connections at a time work!). See file for more details. * telnet.lua: equivalent to the legacy telnet.c module. See file for more details. * hotkeys.lua: a rewrite of the hotkey handling module. This module is still experimental. I'll need to change VLC core hotkeys stuff to make it work like I want (ie: 1 hotkey triggers 1 action instead of the current 1 action can have 1 hotkey). This version executes 3 dummy actions when keys 'q', 'w' or 'x' are pressed. What's left to do: * Port the http interface plugin to this framework (at least for the macros/rpn part ... using <?vlc some lua code ?> à la PHP would be way easier than what we currently have). * Finish work on the hotkeys module. * Code a real telnet/rc module with autocompletion and all the cool features usually found in a telnet/terminal interface. * Trash the legacy C modules. Stuff to test (which I can't test myself): * Win32 and Mac OS X specific changes to Makefile.am * Console interface under Win32. I expect it not to work. Other stuff included in this changeset are: * Code cleanup (I'm sure that it's still possible to simplify some of the old lua bindings code). * That's pretty much it in fact :/
-
- 03 Nov, 2007 1 commit
-
-
damienf authored
-
- 20 Oct, 2007 3 commits
-
-
Felix Paul Kühne authored
* fix make update-po on platforms with a non-GNU find implementation, aka BSD / Darwin. Thanks to xtophe for pointing this out and helping me
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 15 Oct, 2007 1 commit
-
-
Rémi Denis-Courmont authored
Should fix problems with building libvlc.so.1 when libvlc.so.0 is installed. Cannot test since the tree is currently broken.
-
- 12 Oct, 2007 1 commit
-
-
Rafaël Carré authored
-
- 30 Sep, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 24 Sep, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-