]> git.sesse.net Git - vlc/log
vlc
16 years agoluaplaylist: adds experimental script for joox.net
Rafaël Carré [Mon, 12 Nov 2007 21:47:08 +0000 (21:47 +0000)]
luaplaylist: adds experimental script for joox.net

16 years agoxspf export: write the extension tag before the trackList, we'll need to read it...
Rafaël Carré [Mon, 12 Nov 2007 20:10:54 +0000 (20:10 +0000)]
xspf export: write the extension tag before the trackList, we'll need to read it first to handle it properly.

16 years agomodules/services_discovery/upnp_intel.cpp: Add a todo note: this module needs to...
Pierre d'Herbemont [Mon, 12 Nov 2007 16:39:18 +0000 (16:39 +0000)]
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).

16 years agodvdnav: support for new incarnation hosted in mplayerhq
Damien Fouilleul [Mon, 12 Nov 2007 14:44:20 +0000 (14:44 +0000)]
dvdnav: support for new incarnation hosted in mplayerhq

16 years agoservices_discovery_SetLocalizedName() is now mandatory. Fix #1344
Rafaël Carré [Mon, 12 Nov 2007 13:36:09 +0000 (13:36 +0000)]
services_discovery_SetLocalizedName() is now mandatory. Fix #1344
upnp_intel module still has to be rewritten (it will crash at runtime)

16 years agogoogleimage plugin: don't run vlc.uri_decode on a nil string
Rafaël Carré [Mon, 12 Nov 2007 13:34:54 +0000 (13:34 +0000)]
googleimage plugin: don't run vlc.uri_decode on a nil string

16 years agoWx: this should fix the [23027] commit for compilation. needs review.
Jean-Baptiste Kempf [Mon, 12 Nov 2007 07:50:16 +0000 (07:50 +0000)]
Wx: this should fix the [23027] commit for compilation. needs review.

16 years agoconfigure.ac: Fix a typo in my previous commit.
Pierre d'Herbemont [Sun, 11 Nov 2007 21:09:55 +0000 (21:09 +0000)]
configure.ac: Fix a typo in my previous commit.

16 years agoUse the services_discovery_GetServicesNames() function in the qt4 and wxwidgets ...
Antoine Cellerier [Sun, 11 Nov 2007 21:08:36 +0000 (21:08 +0000)]
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.

16 years agoconfigure.ac: Fix Mac OS X 10.4 support (Reported by Enrique Osuna).
Pierre d'Herbemont [Sun, 11 Nov 2007 21:03:42 +0000 (21:03 +0000)]
configure.ac: Fix Mac OS X 10.4 support (Reported by Enrique Osuna).

16 years agoAdd argument to module_GetModulesNamesForCapability (and services_discovery_GetServic...
Antoine Cellerier [Sun, 11 Nov 2007 20:32:43 +0000 (20:32 +0000)]
Add argument to module_GetModulesNamesForCapability (and services_discovery_GetServicesNames) to also get the longnames.

16 years agoFix module_GetModulesNamesForCapability() and make it handle submodules properly...
Antoine Cellerier [Sun, 11 Nov 2007 20:16:51 +0000 (20:16 +0000)]
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.

16 years agoFix [23001]
Christophe Mutricy [Sun, 11 Nov 2007 19:26:32 +0000 (19:26 +0000)]
Fix [23001]

16 years agoalsa: use the pcm status to compute the delay. fix #894 (spdif passthrough)
Rafaël Carré [Sun, 11 Nov 2007 18:48:07 +0000 (18:48 +0000)]
alsa: use the pcm status to compute the delay. fix #894 (spdif passthrough)
Please report loudly any regression, using spdif or not.

16 years ago* updated the comments, so other people can understand what we're doing on Leopard
Felix Paul Kühne [Sun, 11 Nov 2007 15:48:39 +0000 (15:48 +0000)]
* updated the comments, so other people can understand what we're doing on Leopard

16 years agoconfigure.ac: Because of the ld text relocation bug on Mac OS X, we have to disable...
Pierre d'Herbemont [Sun, 11 Nov 2007 14:50:30 +0000 (14:50 +0000)]
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.

16 years agoInstall required files for lua http interface
Rafaël Carré [Sun, 11 Nov 2007 13:45:16 +0000 (13:45 +0000)]
Install required files for lua http interface

16 years agoReal Audio: Add support for RealPlayer 10/10GOLD .so
Jean-Baptiste Kempf [Sun, 11 Nov 2007 06:08:59 +0000 (06:08 +0000)]
Real Audio: Add support for RealPlayer 10/10GOLD .so

16 years agoMore Real Codecs paths.
Jean-Baptiste Kempf [Sun, 11 Nov 2007 04:46:31 +0000 (04:46 +0000)]
More Real Codecs paths.

16 years agoRealAudio, more paths to search realAudio codecs.
Jean-Baptiste Kempf [Sun, 11 Nov 2007 04:02:48 +0000 (04:02 +0000)]
RealAudio, more paths to search realAudio codecs.

16 years agoQt4 - Use >= instead of == in loopA-B (thanks funman)
Jean-Baptiste Kempf [Sun, 11 Nov 2007 03:26:09 +0000 (03:26 +0000)]
Qt4 - Use >= instead of == in loopA-B (thanks funman)

16 years agoQt4 - A to B Loop implementation.
Jean-Baptiste Kempf [Sun, 11 Nov 2007 01:52:28 +0000 (01:52 +0000)]
Qt4 - A to B Loop implementation.

16 years agoStore the time and length in int, since we use only the seconds count.
Jean-Baptiste Kempf [Sun, 11 Nov 2007 01:51:57 +0000 (01:51 +0000)]
Store the time and length in int, since we use only the seconds count.

16 years ago* a few more
Felix Paul Kühne [Sat, 10 Nov 2007 23:21:41 +0000 (23:21 +0000)]
* a few more

16 years ago* English grammar fixes and beautifications for the intf_UserFatal messages
Felix Paul Kühne [Sat, 10 Nov 2007 23:14:17 +0000 (23:14 +0000)]
* English grammar fixes and beautifications for the intf_UserFatal messages

16 years agoPort the http interface to the Lua Interface Module framework.
Antoine Cellerier [Sat, 10 Nov 2007 16:34:53 +0000 (16:34 +0000)]
Port the http interface to the Lua Interface Module framework.

 * 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.

16 years agocontrib/src/Makefile: Update ffmpeg macosx-intel patch application recipe.
Pierre d'Herbemont [Sat, 10 Nov 2007 15:26:11 +0000 (15:26 +0000)]
contrib/src/Makefile: Update ffmpeg macosx-intel patch application recipe.

16 years agocontrib/ffmpeg-macosx-intel-mmx.patch: Use Graham Booker's patch which works around...
Pierre d'Herbemont [Sat, 10 Nov 2007 15:09:52 +0000 (15:09 +0000)]
contrib/ffmpeg-macosx-intel-mmx.patch: Use Graham Booker's patch which works around the ld64 text relocation bug.

16 years agoconfigure.ac: On Mac OS X, if ld has the text reloc bug, disable mmx and sse.
Pierre d'Herbemont [Sat, 10 Nov 2007 14:58:14 +0000 (14:58 +0000)]
configure.ac: On Mac OS X, if ld has the text reloc bug, disable mmx and sse.

16 years agoconfigure.ac: Allow --disable-mmx and --disable-sse.
Pierre d'Herbemont [Sat, 10 Nov 2007 14:23:03 +0000 (14:23 +0000)]
configure.ac: Allow --disable-mmx and --disable-sse.

16 years agoehm, forgot this in [23004]
Felix Paul Kühne [Sat, 10 Nov 2007 14:11:33 +0000 (14:11 +0000)]
ehm, forgot this in [23004]

16 years ago* disable ASM support in libtheora for now (until the authors release a fixed version...
Felix Paul Kühne [Sat, 10 Nov 2007 14:10:33 +0000 (14:10 +0000)]
* disable ASM support in libtheora for now (until the authors release a fixed version or Apple a fixed ld)

16 years ago- lua: meeds winsock2 on win32
Damien Fouilleul [Fri, 9 Nov 2007 23:39:35 +0000 (23:39 +0000)]
- lua: meeds winsock2 on win32

16 years agoDon't replace @ on file without e-mail address
Christophe Mutricy [Fri, 9 Nov 2007 22:07:51 +0000 (22:07 +0000)]
Don't replace @ on file without e-mail address

16 years agoQt4 - Sprefs: cosmetic and string change.
Jean-Baptiste Kempf [Fri, 9 Nov 2007 18:59:33 +0000 (18:59 +0000)]
Qt4 - Sprefs: cosmetic and string change.

16 years agoTypo
Christophe Mutricy [Fri, 9 Nov 2007 18:43:12 +0000 (18:43 +0000)]
Typo

16 years agoBool options need a special format
Christophe Mutricy [Fri, 9 Nov 2007 18:19:53 +0000 (18:19 +0000)]
Bool options need a special format

16 years agoFix some potential segfaults, some cleanup and fix subtitling positioning.
Jean-Paul Saman [Fri, 9 Nov 2007 10:26:44 +0000 (10:26 +0000)]
Fix some potential segfaults, some cleanup and fix subtitling positioning.

16 years agoQt4 - Open: clean again, and fix the clear() bug.
Jean-Baptiste Kempf [Fri, 9 Nov 2007 02:30:53 +0000 (02:30 +0000)]
Qt4 - Open: clean again, and fix the clear() bug.

16 years agoQt4 - Open Dialog: Code cosmetic.
Jean-Baptiste Kempf [Fri, 9 Nov 2007 02:11:08 +0000 (02:11 +0000)]
Qt4 - Open Dialog: Code cosmetic.

16 years agoQt4 - Slight string change and code cosmetic.
Jean-Baptiste Kempf [Fri, 9 Nov 2007 02:06:42 +0000 (02:06 +0000)]
Qt4 - Slight string change and code cosmetic.

16 years agotypo
Christophe Mutricy [Thu, 8 Nov 2007 23:08:19 +0000 (23:08 +0000)]
typo

16 years agoSlovenian l10n update by Matej Urbančič
Christophe Mutricy [Thu, 8 Nov 2007 22:52:51 +0000 (22:52 +0000)]
Slovenian l10n update by Matej Urbančič

16 years agoRemove AltGr+Space character (firefox doesn't like it).
Antoine Cellerier [Thu, 8 Nov 2007 22:14:52 +0000 (22:14 +0000)]
Remove AltGr+Space character (firefox doesn't like it).

16 years agoCorrect a typo in [22984], s/meta-fetch/fetch-meta :D
Jean-Baptiste Kempf [Thu, 8 Nov 2007 01:07:15 +0000 (01:07 +0000)]
Correct a typo in [22984], s/meta-fetch/fetch-meta :D

16 years agoQt4 - strings modif.
Jean-Baptiste Kempf [Thu, 8 Nov 2007 00:54:54 +0000 (00:54 +0000)]
Qt4 - strings modif.

16 years agoQt4 - Interfaces, strings change.
Jean-Baptiste Kempf [Thu, 8 Nov 2007 00:45:23 +0000 (00:45 +0000)]
Qt4 - Interfaces, strings change.

16 years agocheck in updated po files
Rafaël Carré [Thu, 8 Nov 2007 00:36:09 +0000 (00:36 +0000)]
check in updated po files

16 years agoDon't put built sources in POTFILES.in
Christophe Mutricy [Thu, 8 Nov 2007 00:07:58 +0000 (00:07 +0000)]
Don't put built sources in POTFILES.in

16 years agoFFmpeg - add the MPCK fourCC, that seems to be associated to some SV8.
Jean-Baptiste Kempf [Wed, 7 Nov 2007 23:22:59 +0000 (23:22 +0000)]
FFmpeg - add the MPCK fourCC, that seems to be associated to some SV8.
But it may be useless, because of our mpc demuxer...

16 years agoQt4 - Add the meta-fetcher option to the privacy part of the Simple preferences.
Jean-Baptiste Kempf [Wed, 7 Nov 2007 23:00:58 +0000 (23:00 +0000)]
Qt4 - Add the meta-fetcher option to the privacy part of the Simple preferences.

16 years agoplaylist: Add an option to disable meta-fetch. (Need to be merged with art-fetch).
Pierre d'Herbemont [Wed, 7 Nov 2007 21:21:46 +0000 (21:21 +0000)]
playlist: Add an option to disable meta-fetch. (Need to be merged with art-fetch).

16 years agoUpdate vlc.pot
Christophe Mutricy [Wed, 7 Nov 2007 20:20:41 +0000 (20:20 +0000)]
Update vlc.pot

16 years agoReturn the p_sys pointer in the httpd_{Handler,File}Delete functions (in case you...
Antoine Cellerier [Wed, 7 Nov 2007 19:36:02 +0000 (19:36 +0000)]
Return the p_sys pointer in the httpd_{Handler,File}Delete functions (in case you need it to clean up stuff).

16 years agoQt4 - Add some privacy options to Simple Preferences.
Jean-Baptiste Kempf [Wed, 7 Nov 2007 17:59:24 +0000 (17:59 +0000)]
Qt4 - Add some privacy options to Simple Preferences.

16 years agoQt4 - Display "--:--" in the status bar when vlc can't guess the total time.
Jean-Baptiste Kempf [Wed, 7 Nov 2007 02:21:04 +0000 (02:21 +0000)]
Qt4 - Display "--:--" in the status bar when vlc can't guess the total time.
I think it is better that way and confuse less the users.

16 years agoQt4 - MainInterface, Don't show remaining time when length is 0.
Jean-Baptiste Kempf [Wed, 7 Nov 2007 02:11:30 +0000 (02:11 +0000)]
Qt4 - MainInterface, Don't show remaining time when length is 0.

16 years agoconfigure.ac: Previous commit isn't necessary, isysroot implies syslibroot from exper...
Pierre d'Herbemont [Tue, 6 Nov 2007 18:04:38 +0000 (18:04 +0000)]
configure.ac: Previous commit isn't necessary, isysroot implies syslibroot from experience.

16 years agoconfigure.ac: Use -syslibroot ld argument when using --with-macosx-sdk.
Pierre d'Herbemont [Tue, 6 Nov 2007 16:37:40 +0000 (16:37 +0000)]
configure.ac: Use -syslibroot ld argument when using --with-macosx-sdk.

16 years agoQt4 - SPrefs, make the hotkeys module take all the space available.
Jean-Baptiste Kempf [Tue, 6 Nov 2007 02:55:44 +0000 (02:55 +0000)]
Qt4 - SPrefs, make the hotkeys module take all the space available.

16 years agoQt4 - Long lines, cosmetics and trailing spaces fixes.
Jean-Baptiste Kempf [Tue, 6 Nov 2007 02:47:07 +0000 (02:47 +0000)]
Qt4 - Long lines, cosmetics and trailing spaces fixes.

16 years agoQt4 - SPrefs: use a switch to remove stupid iterative ifs.
Jean-Baptiste Kempf [Tue, 6 Nov 2007 02:43:01 +0000 (02:43 +0000)]
Qt4 - SPrefs: use a switch to remove stupid iterative ifs.

16 years agoQt4 - Remove unreachable code.
Jean-Baptiste Kempf [Tue, 6 Nov 2007 02:30:19 +0000 (02:30 +0000)]
Qt4 - Remove unreachable code.

16 years agoQt4 - Hotkeys Preferences: * Create the QLabel warning only if needed,
Jean-Baptiste Kempf [Tue, 6 Nov 2007 02:25:30 +0000 (02:25 +0000)]
Qt4 - Hotkeys Preferences: * Create the QLabel warning only if needed,
                           * Fix the "empty value, empty text" key bug.

16 years agoQt4 - Hotkeys, correct some unicode problem and change the default behaviour.
Jean-Baptiste Kempf [Tue, 6 Nov 2007 02:05:47 +0000 (02:05 +0000)]
Qt4 - Hotkeys, correct some unicode problem and change the default behaviour.

16 years agoQt4 - Remove now unneeded files.
Jean-Baptiste Kempf [Mon, 5 Nov 2007 23:52:23 +0000 (23:52 +0000)]
Qt4 - Remove now unneeded files.

16 years agoQt4 - Unification of Hotkeys for Sprefs et Adv Preferences.
Jean-Baptiste Kempf [Mon, 5 Nov 2007 23:47:40 +0000 (23:47 +0000)]
Qt4 - Unification of Hotkeys for Sprefs et Adv Preferences.

16 years agoQt4 - make GNOME and KDE people happy.
Jean-Baptiste Kempf [Mon, 5 Nov 2007 23:12:08 +0000 (23:12 +0000)]
Qt4 - make GNOME and KDE people happy.

16 years agoQt4 - Improve the hotkeys preferences.
Jean-Baptiste Kempf [Mon, 5 Nov 2007 23:01:15 +0000 (23:01 +0000)]
Qt4 - Improve the hotkeys preferences.

16 years ago * modules/misc/lua:
Antoine Cellerier [Mon, 5 Nov 2007 21:52:26 +0000 (21:52 +0000)]
 * modules/misc/lua:
   * Add vlc.license()
   * vlc.vlm.execute_command() now returns the VLC error code and the corresponding error message as 2nd and 3rd return values.
 * share/luaintf: add help and module description related stuff to the telnet and rc modules.

16 years agoRevert part of r22952 which broke commands of more than 1000 chars.
Antoine Cellerier [Mon, 5 Nov 2007 20:46:41 +0000 (20:46 +0000)]
Revert part of r22952 which broke commands of more than 1000 chars.

16 years agosvn:keywords
Christophe Mutricy [Mon, 5 Nov 2007 19:42:29 +0000 (19:42 +0000)]
svn:keywords

16 years agoMakefile.am: Build and export the Framework in package-macosx. This is probably not...
Pierre d'Herbemont [Mon, 5 Nov 2007 17:18:17 +0000 (17:18 +0000)]
Makefile.am: Build and export the Framework in package-macosx. This is probably not an appropriate place and will change one day.

16 years agoCosmetic fix (excessive indentation)
Rémi Denis-Courmont [Mon, 5 Nov 2007 17:08:36 +0000 (17:08 +0000)]
Cosmetic fix (excessive indentation)

16 years agoFix a few minor race conditions
Rémi Denis-Courmont [Mon, 5 Nov 2007 16:58:36 +0000 (16:58 +0000)]
Fix a few minor race conditions

16 years agoFix previous commit
Rémi Denis-Courmont [Mon, 5 Nov 2007 16:24:07 +0000 (16:24 +0000)]
Fix previous commit

16 years agoRecover from ALSA suspend properly if the device does not support resuming
Rémi Denis-Courmont [Mon, 5 Nov 2007 16:16:36 +0000 (16:16 +0000)]
Recover from ALSA suspend properly if the device does not support resuming

16 years agoMacOSX/Framework/VLC.xcodeproj: Fix compilation.
Pierre d'Herbemont [Mon, 5 Nov 2007 16:13:57 +0000 (16:13 +0000)]
MacOSX/Framework/VLC.xcodeproj: Fix compilation.

16 years agoQt4 - Preferences, improve a bit the Hotkeys. Preparatory work to merge the Hotkeys...
Jean-Baptiste Kempf [Mon, 5 Nov 2007 07:26:36 +0000 (07:26 +0000)]
Qt4 - Preferences, improve a bit the Hotkeys. Preparatory work to merge the Hotkeys from SPrefs and AdvPrefs.

16 years agoQt4 - Preferences: spaces and comments.
Jean-Baptiste Kempf [Mon, 5 Nov 2007 06:07:25 +0000 (06:07 +0000)]
Qt4 - Preferences: spaces and comments.

16 years agoqt4 - SPrefs: define a caching general value ( Custom, lowest, low, normal, high...
Jean-Baptiste Kempf [Mon, 5 Nov 2007 04:36:55 +0000 (04:36 +0000)]
qt4 - SPrefs: define a caching general value ( Custom, lowest, low, normal, high, highest) that control all the caching values in the preferences for dummies.
Preferences for dummies should now be finished. ref #603

16 years agoQt4 - SPrefs, doing funny things with qobject_cast to improve a bit the code...
Jean-Baptiste Kempf [Mon, 5 Nov 2007 03:16:17 +0000 (03:16 +0000)]
Qt4 - SPrefs, doing funny things with qobject_cast to improve a bit the code...

16 years agoluarc: use info instead of error when exiting, don't try to interpret empty lines...
Rafaël Carré [Mon, 5 Nov 2007 01:48:25 +0000 (01:48 +0000)]
luarc: use info instead of error when exiting, don't try to interpret empty lines as commands

16 years agoQt4 - fix qt4.2 compilation
Jean-Baptiste Kempf [Mon, 5 Nov 2007 00:29:23 +0000 (00:29 +0000)]
Qt4 - fix qt4.2 compilation

16 years agoscreensaver: replaces system() calls by fork()/execv()/waitpid()
Rafaël Carré [Sun, 4 Nov 2007 23:42:06 +0000 (23:42 +0000)]
screensaver: replaces system() calls by fork()/execv()/waitpid()
A side effect is that on FreeBSD the console is not filled anymore with "xscreensaver-xxx not found", because "/bin/sh xx 2>&-" will not close stderr if the specified command doesn't exist.

16 years agoQt4 - SPrefs, save the access-filter.
Jean-Baptiste Kempf [Sun, 4 Nov 2007 23:22:46 +0000 (23:22 +0000)]
Qt4 - SPrefs, save the access-filter.

16 years agoSome more simplification of the luaplaylist/luameta code.
Antoine Cellerier [Sun, 4 Nov 2007 23:10:10 +0000 (23:10 +0000)]
Some more simplification of the luaplaylist/luameta code.
Fix a few FIXMEs.

16 years agoDon't pop the string before using it (else our pointer points to garbage) and add...
Antoine Cellerier [Sun, 4 Nov 2007 22:40:00 +0000 (22:40 +0000)]
Don't pop the string before using it (else our pointer points to garbage) and add a user friendly error message in vlclua_stream_new.

16 years agoAdd a new type of VLC Lua module: Interfaces.
Antoine Cellerier [Sun, 4 Nov 2007 21:42:27 +0000 (21:42 +0000)]
Add a new type of VLC Lua module: Interfaces.
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 :/

16 years agoRemove unneed setting of val.b_bool before calling var_Set( p_input, "rate-{faster...
Antoine Cellerier [Sun, 4 Nov 2007 21:07:50 +0000 (21:07 +0000)]
Remove unneed setting of val.b_bool before calling var_Set( p_input, "rate-{faster,slower}", val ) in the rc module. Those variables are of type VLC_VAR_VOID.

16 years agoWhen calling config_GetType on a CONFIG_ITEM_KEY, return VLC_VAR_INTEGER instead...
Antoine Cellerier [Sun, 4 Nov 2007 21:06:11 +0000 (21:06 +0000)]
When calling config_GetType on a CONFIG_ITEM_KEY, return VLC_VAR_INTEGER instead of 0.

16 years agoAdd a psz_intf member to intf_thread_t. This holds the string given to module_Need...
Antoine Cellerier [Sun, 4 Nov 2007 21:05:00 +0000 (21:05 +0000)]
Add a psz_intf member to intf_thread_t. This holds the string given to module_Need to load the interface (which can then be used by the interface to know what name was used to load it).

16 years ago* ehm, added a missing test case checking if EyeTV wasn't launch prior to VLC's launc...
Felix Paul Kühne [Sun, 4 Nov 2007 18:29:24 +0000 (18:29 +0000)]
* ehm, added a missing test case checking if EyeTV wasn't launch prior to VLC's launch time

16 years ago* we don't need AUTHORS, THANKS, COPYING and README (generic edition) inside our...
Felix Paul Kühne [Sun, 4 Nov 2007 12:17:39 +0000 (12:17 +0000)]
* we don't need AUTHORS, THANKS, COPYING and README (generic edition) inside our app bundle anymore, as they're either hard-coded or present on the disk-image anyway

16 years ago* updated the README for 0.9.0
Felix Paul Kühne [Sun, 4 Nov 2007 11:57:25 +0000 (11:57 +0000)]
* updated the README for 0.9.0

16 years ago* use the hard-coded authors and thanks lists instead of bundled files and incorporat...
Felix Paul Kühne [Sun, 4 Nov 2007 11:57:04 +0000 (11:57 +0000)]
* use the hard-coded authors and thanks lists instead of bundled files and incorporate [22938] for trunk

16 years agouse correct return type
Rafaël Carré [Sun, 4 Nov 2007 11:12:06 +0000 (11:12 +0000)]
use correct return type

16 years agoqt4/dialogs/help.cpp: Fixed some typos
Olivier Teulière [Sun, 4 Nov 2007 10:28:26 +0000 (10:28 +0000)]
qt4/dialogs/help.cpp: Fixed some typos

16 years ago- mozilla plugin: added support for XCode 3 tools (leopard)
Damien Fouilleul [Sat, 3 Nov 2007 20:09:50 +0000 (20:09 +0000)]
- mozilla plugin: added support for XCode 3 tools (leopard)

16 years agoRemove useless and broken rule
Christophe Mutricy [Sat, 3 Nov 2007 16:14:21 +0000 (16:14 +0000)]
Remove useless and broken rule