]> git.sesse.net Git - vlc/log
vlc
16 years agoAdd the Changelog-2006. It shouldn't be updated now... :)
Jean-Baptiste Kempf [Sat, 17 Nov 2007 20:03:29 +0000 (20:03 +0000)]
Add the Changelog-2006. It shouldn't be updated now... :)

16 years agowhen retrying set the demux to "" for real. refs #1228
Christophe Mutricy [Sat, 17 Nov 2007 19:35:43 +0000 (19:35 +0000)]
when retrying set the demux to "" for real. refs #1228

16 years agomodules/codec/ffmpeg/video.c: Fix Remi Duraffort's PIX_FMT_RGBA issue by testing...
Pierre d'Herbemont [Sat, 17 Nov 2007 15:14:59 +0000 (15:14 +0000)]
modules/codec/ffmpeg/video.c: Fix Remi Duraffort's PIX_FMT_RGBA issue by testing directly for PIX_FMT_RGBA definition, instead of testing if swscale is present.

16 years agotestapi.c: Superficial media list tests. For some reason `make check` doesn't work...
Pierre d'Herbemont [Sat, 17 Nov 2007 14:42:14 +0000 (14:42 +0000)]
testapi.c: Superficial media list tests. For some reason `make check` doesn't work on here (Mac OS X) due to some libtool issues, so it wasn't tested for real.

16 years agocontrol/libvlc_internal.h: Remove definition duplication.
Pierre d'Herbemont [Sat, 17 Nov 2007 14:31:18 +0000 (14:31 +0000)]
control/libvlc_internal.h: Remove definition duplication.

16 years agocontrol: Remove libvlc_event_fini exception handling, as we don't need it.
Pierre d'Herbemont [Sat, 17 Nov 2007 14:29:13 +0000 (14:29 +0000)]
control: Remove libvlc_event_fini exception handling, as we don't need it.

16 years agoPatch by Richard Hosking: v4l2 minor patch to fix silly bug in handling of user speci...
Jean-Paul Saman [Sat, 17 Nov 2007 13:34:43 +0000 (13:34 +0000)]
Patch by Richard Hosking: v4l2 minor patch to fix silly bug in handling of user specified caching value.

16 years agoAdd a forgotten break; in a case.
Jean-Baptiste Kempf [Sat, 17 Nov 2007 09:04:46 +0000 (09:04 +0000)]
Add a forgotten break; in a case.
So far, it should work for most of the streams, except MP3 in rm (silly guys...), ralf, because it is still unsupported, and Sipr because of the flavour detection.

16 years agoExtra Data code factorisation: This shouldn't destroy old support, but please repport...
Jean-Baptiste Kempf [Sat, 17 Nov 2007 08:47:24 +0000 (08:47 +0000)]
Extra Data code factorisation: This shouldn't destroy old support, but please repport any broken stream.

16 years agoCosmetic and mention about unsupported ralf codec.
Jean-Baptiste Kempf [Sat, 17 Nov 2007 08:24:56 +0000 (08:24 +0000)]
Cosmetic and mention about unsupported ralf codec.

16 years agoReindent after previous commit.
Jean-Baptiste Kempf [Sat, 17 Nov 2007 08:16:17 +0000 (08:16 +0000)]
Reindent after previous commit.

16 years agoReal Demuxer: Support for RM version 3. Tested and works \o/
Jean-Baptiste Kempf [Sat, 17 Nov 2007 08:13:58 +0000 (08:13 +0000)]
Real Demuxer: Support for RM version 3. Tested and works \o/

16 years agoContribs: same insane test for Qt4 libraries... If you want to go on...
Jean-Baptiste Kempf [Sat, 17 Nov 2007 01:40:34 +0000 (01:40 +0000)]
Contribs: same insane test for Qt4 libraries... If you want to go on...

16 years agoContribs: Try to use already compiled binaries made by Trolltech instead of the one...
Jean-Baptiste Kempf [Fri, 16 Nov 2007 23:30:27 +0000 (23:30 +0000)]
Contribs: Try to use already compiled binaries made by Trolltech instead of the one I have to make on Windows. Use Wine... Close your eyes, it can burn...

16 years agosvn:keywords
Christophe Mutricy [Fri, 16 Nov 2007 22:33:20 +0000 (22:33 +0000)]
svn:keywords

16 years agocore/mediacontrol_core.c: code playlist_get_list using
Olivier Aubert [Fri, 16 Nov 2007 19:04:37 +0000 (19:04 +0000)]
core/mediacontrol_core.c: code playlist_get_list using
playlist_nodeDump as reference.

16 years agocore/mediacontrol_core.c: do not prepend the dummy argv[0] since it is
Olivier Aubert [Fri, 16 Nov 2007 18:59:19 +0000 (18:59 +0000)]
core/mediacontrol_core.c: do not prepend the dummy argv[0] since it is
 done in libvlc_new now (since r22749)

16 years agoTypo
Rémi Denis-Courmont [Thu, 15 Nov 2007 18:09:24 +0000 (18:09 +0000)]
Typo

16 years agoRevert [23063]
Rémi Denis-Courmont [Thu, 15 Nov 2007 17:58:53 +0000 (17:58 +0000)]
Revert [23063]

16 years agosvn:ignore
Rémi Denis-Courmont [Thu, 15 Nov 2007 17:58:46 +0000 (17:58 +0000)]
svn:ignore

16 years ago- exit() cannot return negative (or large) values
Rémi Denis-Courmont [Thu, 15 Nov 2007 17:55:02 +0000 (17:55 +0000)]
- exit() cannot return negative (or large) values
- waitpid() can fail

16 years agoFix various memleaks in error paths.
Jean-Paul Saman [Thu, 15 Nov 2007 16:29:32 +0000 (16:29 +0000)]
Fix various memleaks in error paths.

16 years agoRemove excess whitespace.
Jean-Paul Saman [Thu, 15 Nov 2007 13:38:33 +0000 (13:38 +0000)]
Remove excess whitespace.

16 years agoImplement clickable osdmenu. The clickable positioning and scaling guessing is not...
Jean-Paul Saman [Thu, 15 Nov 2007 13:38:32 +0000 (13:38 +0000)]
Implement clickable osdmenu. The clickable positioning and scaling guessing is not complete (the whole spu region is now clickable with current configurations).

16 years agoAdd macro for determining array size.
Jean-Paul Saman [Thu, 15 Nov 2007 13:38:29 +0000 (13:38 +0000)]
Add macro for determining array size.

16 years agoThanks to more other projects. I, of course, forget most, but step-by-step...
Jean-Baptiste Kempf [Thu, 15 Nov 2007 06:04:02 +0000 (06:04 +0000)]
Thanks to more other projects. I, of course, forget most, but step-by-step...
It might not be all correct, so...
Btw, at the top or at the bottom ? x264 ?

16 years agoDon't use modules/gui/opie in gettext as we don't distribute it.
Christophe Mutricy [Wed, 14 Nov 2007 22:02:01 +0000 (22:02 +0000)]
Don't use modules/gui/opie in gettext as we don't distribute it.
Upgrade POTFILE.in and vlc.pot

16 years agoRomanian translation update by Cristian Secară
Christophe Mutricy [Wed, 14 Nov 2007 21:53:40 +0000 (21:53 +0000)]
Romanian translation update by Cristian Secară

16 years agosvn:ignore include/vlc_about.h
Antoine Cellerier [Wed, 14 Nov 2007 21:51:34 +0000 (21:51 +0000)]
svn:ignore include/vlc_about.h

16 years agoLayout fixes in COPYING (and use spaces instead of tabs). Use a fixed width font...
Antoine Cellerier [Wed, 14 Nov 2007 21:50:17 +0000 (21:50 +0000)]
Layout fixes in COPYING (and use spaces instead of tabs). Use a fixed width font in when displaying the license in the qt4 help window (since that's how it's meant to be displayed).

16 years agoContribs: libgpg-error version bump.
Jean-Baptiste Kempf [Wed, 14 Nov 2007 18:11:59 +0000 (18:11 +0000)]
Contribs: libgpg-error version bump.

16 years agoFix double vlc_object_attach().
Jean-Paul Saman [Wed, 14 Nov 2007 15:18:23 +0000 (15:18 +0000)]
Fix double vlc_object_attach().

16 years agoCleanup on osdmenu video filter.
Jean-Paul Saman [Wed, 14 Nov 2007 15:18:21 +0000 (15:18 +0000)]
Cleanup on osdmenu video filter.

16 years agoDetach osdmenu object before destroying.
Jean-Paul Saman [Wed, 14 Nov 2007 15:18:19 +0000 (15:18 +0000)]
Detach osdmenu object before destroying.

16 years agoIndentation
Jean-Paul Saman [Wed, 14 Nov 2007 15:18:18 +0000 (15:18 +0000)]
Indentation

16 years agoCleanup osd_ParserLoad()/osdParserUnload().
Jean-Paul Saman [Wed, 14 Nov 2007 15:18:16 +0000 (15:18 +0000)]
Cleanup osd_ParserLoad()/osdParserUnload().

16 years agoReturn pointer to osdmenu object and use that iso NULL pointer.
Jean-Paul Saman [Wed, 14 Nov 2007 15:18:15 +0000 (15:18 +0000)]
Return pointer to osdmenu object and use that iso NULL pointer.

16 years agoUse the filename passed and not the configuration file.
Jean-Paul Saman [Wed, 14 Nov 2007 15:18:12 +0000 (15:18 +0000)]
Use the filename passed and not the configuration file.

16 years agoCleanup indentation.
Jean-Paul Saman [Wed, 14 Nov 2007 15:18:10 +0000 (15:18 +0000)]
Cleanup indentation.

16 years agoRefactor osdmenu parsing logic.
Jean-Paul Saman [Wed, 14 Nov 2007 15:18:09 +0000 (15:18 +0000)]
Refactor osdmenu parsing logic.

16 years agoAdd osd_parser to configure.ac
Jean-Paul Saman [Wed, 14 Nov 2007 15:18:07 +0000 (15:18 +0000)]
Add osd_parser to configure.ac

16 years agoAdd new files which should have been in previous commit.
Jean-Paul Saman [Wed, 14 Nov 2007 15:18:04 +0000 (15:18 +0000)]
Add new files which should have been in previous commit.

16 years agoFurther factoring out osdmenu parser functionality from osdmenu handling. Started...
Jean-Paul Saman [Wed, 14 Nov 2007 15:18:02 +0000 (15:18 +0000)]
Further factoring out osdmenu parser functionality from osdmenu handling. Started a dummy modules/misc/osd/xml.c osdmenu parser.

16 years agoAdd newline to end of file, shuts up the compiler.
Jean-Paul Saman [Wed, 14 Nov 2007 15:18:00 +0000 (15:18 +0000)]
Add newline to end of file, shuts up the compiler.

16 years agoFix merge conflicts for src/osd/osd.c
Jean-Paul Saman [Wed, 14 Nov 2007 15:17:57 +0000 (15:17 +0000)]
Fix merge conflicts for src/osd/osd.c

16 years agoMake PIX_FMT_RGBA dependend on ffmpeg with swscale. Patch by Remi Duraffort <ivoire...
Jean-Paul Saman [Wed, 14 Nov 2007 07:14:22 +0000 (07:14 +0000)]
Make PIX_FMT_RGBA dependend on ffmpeg with swscale. Patch by Remi Duraffort <ivoire at via.ecp.fr>.

16 years agomake vlc_object_timedwait() return immediately if the object or libvlc is dying
Rafaël Carré [Wed, 14 Nov 2007 00:30:45 +0000 (00:30 +0000)]
make vlc_object_timedwait() return immediately if the object or libvlc is dying

16 years agoxspf: fix nodes encoding. big up to yoannp for fully nested xspf !
Rafaël Carré [Tue, 13 Nov 2007 23:28:22 +0000 (23:28 +0000)]
xspf: fix nodes encoding. big up to yoannp for fully nested xspf !

16 years agoCosmetic
Christophe Mutricy [Tue, 13 Nov 2007 22:44:36 +0000 (22:44 +0000)]
Cosmetic

16 years ago* XSPF nested playlist
Yoann Peronneau [Tue, 13 Nov 2007 22:10:58 +0000 (22:10 +0000)]
* XSPF nested playlist

16 years agoAdd news about Album art, luameta and luaintf.
Antoine Cellerier [Tue, 13 Nov 2007 21:36:52 +0000 (21:36 +0000)]
Add news about Album art, luameta and luaintf.

16 years agoFix error in javascript "playlist xml" -> html routine which messed up display of...
Antoine Cellerier [Tue, 13 Nov 2007 21:20:56 +0000 (21:20 +0000)]
Fix error in javascript "playlist xml" -> html routine which messed up display of playlist with nodes 2 or more deep which didn't have any leaves.

16 years agoAdd "search as you type" to the HTTP interface.
Antoine Cellerier [Tue, 13 Nov 2007 21:08:37 +0000 (21:08 +0000)]
Add "search as you type" to the HTTP interface.

16 years agoxspf demuxer: fix extension reading
Rafaël Carré [Tue, 13 Nov 2007 18:21:46 +0000 (18:21 +0000)]
xspf demuxer: fix extension reading

16 years agoCosmetic and initial support of sipr in rm demuxer. Doesn't work with all flavours...
Jean-Baptiste Kempf [Tue, 13 Nov 2007 07:48:21 +0000 (07:48 +0000)]
Cosmetic and initial support of sipr in rm demuxer. Doesn't work with all flavours yet.

16 years agoReal decoder: Use the real libraries to decode atrac and sipr (sipr still doesn't...
Jean-Baptiste Kempf [Tue, 13 Nov 2007 07:39:09 +0000 (07:39 +0000)]
Real decoder: Use the real libraries to decode atrac and sipr (sipr still doesn't work, because the flavour is misdetected)
Add a few ifdefs for Loader use.

16 years agoReal Demuxer: Support for Atrac-3 codecs in Real files. Close #1359.
Jean-Baptiste Kempf [Tue, 13 Nov 2007 06:33:10 +0000 (06:33 +0000)]
Real Demuxer: Support for Atrac-3 codecs in Real files. Close #1359.
Some new comments are in.

16 years agoDon't make fontconfig depend on Makefile in contribs, it is boring to recompile all...
Jean-Baptiste Kempf [Tue, 13 Nov 2007 05:24:02 +0000 (05:24 +0000)]
Don't make fontconfig depend on Makefile in contribs, it is boring to recompile all the time :D

16 years agoLibcdio update for Mac OS Contribs, memleaks and small bugs.
Jean-Baptiste Kempf [Tue, 13 Nov 2007 05:19:10 +0000 (05:19 +0000)]
Libcdio update for Mac OS Contribs, memleaks and small bugs.

16 years agoContribs: png version bumps to 1.2.23, cleaning and perf release. For once, no CVE :D
Jean-Baptiste Kempf [Tue, 13 Nov 2007 05:05:06 +0000 (05:05 +0000)]
Contribs: png version bumps to 1.2.23, cleaning and perf release. For once, no CVE :D

16 years agoContribs: jump to faad 2.6.1. The patch is useless, but don't remove it might still...
Jean-Baptiste Kempf [Tue, 13 Nov 2007 04:58:42 +0000 (04:58 +0000)]
Contribs: jump to faad 2.6.1. The patch is useless, but don't remove it might still be usefull.

16 years agoStart a contribs section in THANKS. This is just a beginning and may need to be rewri...
Jean-Baptiste Kempf [Tue, 13 Nov 2007 04:56:04 +0000 (04:56 +0000)]
Start a contribs section in THANKS. This is just a beginning and may need to be rewritten, changed etc...
Anyway, it is now valid to use faad2 v >= 2.6.1

16 years agoMakefile.am: Remove for goods disabled code. (as per funman's request).
Pierre d'Herbemont [Mon, 12 Nov 2007 23:12:43 +0000 (23:12 +0000)]
Makefile.am: Remove for goods disabled code. (as per funman's request).

16 years agoGET_PARAMETERS doesn't seem to work so well agains DSS 5.5.4,
Ilkka Ollakka [Mon, 12 Nov 2007 23:02:18 +0000 (23:02 +0000)]
GET_PARAMETERS doesn't seem to work so well agains DSS 5.5.4,
SET_PARAMETERS works agains DSS 5.5.4 and WMS 2003. WMS2003 doesn't
accept empty parameter/value pair, so have to set something.

16 years agoMakefile.am: Disable icon positionement in the dmg.
Pierre d'Herbemont [Mon, 12 Nov 2007 22:59:14 +0000 (22:59 +0000)]
Makefile.am: Disable icon positionement in the dmg.

16 years agoFix problem with the search lua wrapper (it always returned the "category" playlist...
Antoine Cellerier [Mon, 12 Nov 2007 22:27:00 +0000 (22:27 +0000)]
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.

16 years agoAdd option to use a flat playlist in the rc.lua interface (default disabled).
Antoine Cellerier [Mon, 12 Nov 2007 22:18:31 +0000 (22:18 +0000)]
Add option to use a flat playlist in the rc.lua interface (default disabled).

16 years agoSwedish translation update by Daniel Nylander
Christophe Mutricy [Mon, 12 Nov 2007 22:08:54 +0000 (22:08 +0000)]
Swedish translation update by Daniel Nylander

16 years agoAdd services discovery support and enhance playlist support for lua interface modules...
Antoine Cellerier [Mon, 12 Nov 2007 22:00:47 +0000 (22:00 +0000)]
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.

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]