]> git.sesse.net Git - vlc/log
vlc
17 years agos/wxwindows/wxwidgets/
Rémi Denis-Courmont [Mon, 15 Jan 2007 15:22:11 +0000 (15:22 +0000)]
s/wxwindows/wxwidgets/

17 years agoRemove useless test i_chunk is uint32_t and cannot be lower then zero. This fixes...
Jean-Paul Saman [Sun, 14 Jan 2007 22:27:48 +0000 (22:27 +0000)]
Remove useless test i_chunk is uint32_t and cannot be lower then zero. This fixes a compile warninig and hopefully doesn't introduce an mp4 problem. Test your mp4's.

17 years agoRevert part of rev 18553 where p_track->i_chunk test has changed. It shouldn't have...
Jean-Paul Saman [Sun, 14 Jan 2007 22:25:56 +0000 (22:25 +0000)]
Revert part of rev 18553 where p_track->i_chunk test has changed. It shouldn't have gone in this commit.

17 years agoHappy New Year
Christophe Mutricy [Sun, 14 Jan 2007 20:49:22 +0000 (20:49 +0000)]
Happy New Year

17 years agoMakefile.am: reorganize vlc_LDFLAGS for win32
Damien Fouilleul [Sun, 14 Jan 2007 20:35:51 +0000 (20:35 +0000)]
Makefile.am: reorganize vlc_LDFLAGS for win32

17 years ago- ffmpeg/encoder.c: more int64_t fixes
Damien Fouilleul [Sun, 14 Jan 2007 20:35:11 +0000 (20:35 +0000)]
- ffmpeg/encoder.c: more int64_t fixes

17 years agoOups (again)
Rémi Denis-Courmont [Sun, 14 Jan 2007 19:44:24 +0000 (19:44 +0000)]
Oups (again)

17 years agoFix out-of-bound read uncovered by sam
Rémi Denis-Courmont [Sun, 14 Jan 2007 19:32:20 +0000 (19:32 +0000)]
Fix out-of-bound read uncovered by sam

17 years agomemory leak
Rémi Denis-Courmont [Sun, 14 Jan 2007 19:20:20 +0000 (19:20 +0000)]
memory leak

17 years agoFix memory leak
Rémi Denis-Courmont [Sun, 14 Jan 2007 19:13:26 +0000 (19:13 +0000)]
Fix memory leak

17 years agoFix a bunch of potential segmentation faults:
Rémi Denis-Courmont [Sun, 14 Jan 2007 19:07:17 +0000 (19:07 +0000)]
Fix a bunch of potential segmentation faults:
 - out of bound read initially uncovered by sam,
 - also malloc() can really return NULL for arbitrary large alloc,
   return value MUST be checked.

17 years agoDon't use '-' in shell variable name and take advantage of the features of PKG_CHECK_...
Christophe Mutricy [Sun, 14 Jan 2007 18:41:22 +0000 (18:41 +0000)]
Don't use '-' in shell variable name and take advantage of the features of PKG_CHECK_MODULES

17 years agoAdd myself to AUTHORS
Christophe Mutricy [Sun, 14 Jan 2007 17:57:50 +0000 (17:57 +0000)]
Add myself to AUTHORS

17 years agoAdd translations from rosetta
Christophe Mutricy [Sun, 14 Jan 2007 17:35:19 +0000 (17:35 +0000)]
Add translations from rosetta

17 years ago* give credit to Jean-Baptiste le Stang for the UB script, add it to the source bundl...
Felix Paul Kühne [Sun, 14 Jan 2007 16:25:41 +0000 (16:25 +0000)]
* give credit to Jean-Baptiste le Stang for the UB script, add it to the source bundle and update authors a bit

17 years ago* commit Jean-Baptiste's universal binary script to svn, so you don't have to browse...
Felix Paul Kühne [Sun, 14 Jan 2007 16:14:05 +0000 (16:14 +0000)]
* commit Jean-Baptiste's universal binary script to svn, so you don't have to browse trac each time you need it. remember to customise the 3 variables at the top before using it. (closes #749)

17 years ago* applied Westacular's patch with minor modifications, which solves some issues with...
Felix Paul Kühne [Sun, 14 Jan 2007 16:09:15 +0000 (16:09 +0000)]
* applied Westacular's patch with minor modifications, which solves some issues with this script in certain situations and lets the Finder do most of the work. Note that this script isn't 10.2-save anymore and triggers the Finder to launch in case that it is closed. (closes #911)

17 years agoUpdated THANKS file for rev 18566
Jean-Paul Saman [Sun, 14 Jan 2007 14:17:46 +0000 (14:17 +0000)]
Updated THANKS file for rev 18566

17 years agoAdded option to disable session timeout option on RTSP request (use: --rtsp-session...
Jean-Paul Saman [Sun, 14 Jan 2007 14:16:33 +0000 (14:16 +0000)]
Added option to disable session timeout option on RTSP request (use: --rtsp-session-timeout=-1 to disable this option, >= 0 to enable it, default is 5). Patch from Saso Kiselkov (skiselkov at gmail dot com) for making VOD (RTSP) work with HanunTech STBs, with modifications from me.

17 years ago* allow the screensaver to appear when video playback is paused (closes #963)
Felix Paul Kühne [Sun, 14 Jan 2007 13:02:59 +0000 (13:02 +0000)]
* allow the screensaver to appear when video playback is paused (closes #963)

17 years ago* design change: the current volume is automatically stored on quit now and restored...
Felix Paul Kühne [Sun, 14 Jan 2007 12:40:05 +0000 (12:40 +0000)]
* design change: the current volume is automatically stored on quit now and restored on first playback of the next run, similar to other major media players (closes #989)

17 years agohmmm i should use a clean tree for update-po
Christophe Mutricy [Sun, 14 Jan 2007 01:28:48 +0000 (01:28 +0000)]
hmmm i should use a clean tree for update-po

17 years agolive555: hmmm, that BITMAPINFOHEADER is only useful on mplayer, not vlc
Damien Fouilleul [Sat, 13 Jan 2007 17:29:16 +0000 (17:29 +0000)]
live555: hmmm, that BITMAPINFOHEADER is only useful on mplayer, not vlc

17 years agodemux/live555.cpp: added support for avc1 in X-QT over RTSP
Damien Fouilleul [Sat, 13 Jan 2007 16:45:10 +0000 (16:45 +0000)]
demux/live555.cpp: added support for avc1 in X-QT over RTSP

17 years agoFix segmentation fault in modules/control/telnet.c introduced in rev 18519
Jean-Paul Saman [Sat, 13 Jan 2007 12:26:38 +0000 (12:26 +0000)]
Fix segmentation fault in modules/control/telnet.c introduced in rev 18519

17 years agomake update-po
Christophe Mutricy [Sat, 13 Jan 2007 00:52:49 +0000 (00:52 +0000)]
make update-po

17 years agoItalian translation update. Thanks to Vincenzo Reale.
Christophe Mutricy [Sat, 13 Jan 2007 00:52:15 +0000 (00:52 +0000)]
Italian translation update. Thanks to Vincenzo Reale.

17 years agoMerge po file from 0.8.6
Christophe Mutricy [Sat, 13 Jan 2007 00:27:17 +0000 (00:27 +0000)]
Merge po file from 0.8.6
fix translation of "C" closes #969

17 years agolibasf.c: Don't store pointer to bad data. Fixes #992
Sigmund Augdal Helberg [Fri, 12 Jan 2007 18:12:15 +0000 (18:12 +0000)]
libasf.c: Don't store pointer to bad data. Fixes #992
Btw when did "crash" change into "denial of service"?

17 years agoDo not assume long integers are 32-bits.
Rémi Denis-Courmont [Fri, 12 Jan 2007 17:16:21 +0000 (17:16 +0000)]
Do not assume long integers are 32-bits.
Should fix fullscreen on amd64 - closes #670

17 years agoFix indentation
Jean-Paul Saman [Fri, 12 Jan 2007 12:44:51 +0000 (12:44 +0000)]
Fix indentation

17 years agoMake parenthesis explicite
Jean-Paul Saman [Fri, 12 Jan 2007 12:42:51 +0000 (12:42 +0000)]
Make parenthesis explicite

17 years agoTwolame need -DLIBTWOLAME_STIC under win32 to use the .a
Christophe Mutricy [Fri, 12 Jan 2007 12:38:23 +0000 (12:38 +0000)]
Twolame need -DLIBTWOLAME_STIC under win32 to use the .a

17 years agoaudio methods aligned to libvlc audio functions
Filippo Carone [Thu, 11 Jan 2007 23:43:18 +0000 (23:43 +0000)]
audio methods aligned to libvlc audio functions

17 years agoRemove the warning. thanks to Quovodis
Christophe Mutricy [Thu, 11 Jan 2007 23:37:25 +0000 (23:37 +0000)]
Remove the warning. thanks to Quovodis

17 years agoBetter a compile warning than a bug. Thanks to Robert Stepanek.
Christophe Mutricy [Thu, 11 Jan 2007 23:33:02 +0000 (23:33 +0000)]
Better a compile warning than a bug. Thanks to Robert Stepanek.

17 years ago- ffmpeg/encoder.c: force AV_NOPTS_VALUE to int64_t type rather than signed int
Damien Fouilleul [Thu, 11 Jan 2007 23:28:59 +0000 (23:28 +0000)]
- ffmpeg/encoder.c: force AV_NOPTS_VALUE to int64_t type rather than signed int

17 years agoFix denial of service (NULL dereference) in ASX parser
Rémi Denis-Courmont [Thu, 11 Jan 2007 15:35:44 +0000 (15:35 +0000)]
Fix denial of service (NULL dereference) in ASX parser
Closes #988

17 years agoCosmetic fix
Rémi Denis-Courmont [Thu, 11 Jan 2007 15:31:18 +0000 (15:31 +0000)]
Cosmetic fix

17 years agomtime.c: previous codepath prevented RTC from ever being used on win32
Damien Fouilleul [Wed, 10 Jan 2007 22:41:06 +0000 (22:41 +0000)]
mtime.c: previous codepath prevented RTC from ever being used on win32

17 years agoDo not read inexistant configuration parameter
Rémi Denis-Courmont [Wed, 10 Jan 2007 17:34:37 +0000 (17:34 +0000)]
Do not read inexistant configuration parameter

17 years ago- mozilla/Makefile.am: make sure rpath is only used for UNIX build
Damien Fouilleul [Tue, 9 Jan 2007 22:14:53 +0000 (22:14 +0000)]
- mozilla/Makefile.am: make sure rpath is only used for UNIX build

17 years ago- src/Makefile.am: make sure libvlc.dll is always rebuilt on object changes
Damien Fouilleul [Tue, 9 Jan 2007 21:53:04 +0000 (21:53 +0000)]
- src/Makefile.am: make sure libvlc.dll is always rebuilt on object changes

17 years ago- firefox/nspr plugin development fix for ubuntu/debian
Damien Fouilleul [Tue, 9 Jan 2007 21:27:57 +0000 (21:27 +0000)]
- firefox/nspr plugin development fix for ubuntu/debian

17 years agoSync with upstream
Christophe Mutricy [Tue, 9 Jan 2007 20:29:05 +0000 (20:29 +0000)]
Sync with upstream

17 years agoPartial fix of the wx prefs. The modules settings are shown but not the libvlc ones...
Christophe Mutricy [Tue, 9 Jan 2007 20:07:05 +0000 (20:07 +0000)]
Partial fix of the wx prefs. The modules settings are shown but not the libvlc ones. refs #918. (yes there is lots of debugs left)

17 years ago- added OLESelfRegister in version resource (may fix reported security problems when...
Damien Fouilleul [Mon, 8 Jan 2007 18:21:04 +0000 (18:21 +0000)]
- added OLESelfRegister in version resource (may fix reported security problems when registering ActiveX plugin)

17 years agoPut -lX11 and -lXt in the right place.
Jean-Paul Saman [Mon, 8 Jan 2007 18:18:20 +0000 (18:18 +0000)]
Put -lX11 and -lXt in the right place.

17 years ago- added 'vlc.video.crop' property for ActiveX/Mozilla
Damien Fouilleul [Mon, 8 Jan 2007 17:37:59 +0000 (17:37 +0000)]
- added 'vlc.video.crop' property for ActiveX/Mozilla

17 years ago - added libvlc_video_set/get_crop_geometry() api
Damien Fouilleul [Mon, 8 Jan 2007 17:37:01 +0000 (17:37 +0000)]
 - added libvlc_video_set/get_crop_geometry() api

17 years ago- Oops, remove _wclosedir by mistake in previous commit. btw, the previous commit...
Damien Fouilleul [Mon, 8 Jan 2007 00:54:08 +0000 (00:54 +0000)]
- Oops, remove _wclosedir by mistake in previous commit. btw, the previous commit fixes #926 because utf8_loaddir() uses rewindir()

17 years ago- since DIR* on win32 is mapped to a private data type, rewinddir(), seekdir() and...
Damien Fouilleul [Mon, 8 Jan 2007 00:41:45 +0000 (00:41 +0000)]
- since DIR* on win32 is mapped to a private data type, rewinddir(), seekdir() and telldir() must also be mapped to their vlc_ equivalent. Should fix ticket #926

17 years agoFix configure script on MacOS X
Jean-Paul Saman [Sun, 7 Jan 2007 21:37:11 +0000 (21:37 +0000)]
Fix configure script on MacOS X

17 years agoFix building mozilla on Linux en properly dectect firefox headerfiles.
Jean-Paul Saman [Sun, 7 Jan 2007 21:21:42 +0000 (21:21 +0000)]
Fix building mozilla on Linux en properly dectect firefox headerfiles.

17 years agoFix libtwolame contrib:
Christophe Mutricy [Sun, 7 Jan 2007 16:04:18 +0000 (16:04 +0000)]
Fix libtwolame contrib:
*download the missing file
*build only the lib

17 years agoUpdate ActiveX bindings
Jean-Paul Saman [Sun, 7 Jan 2007 13:23:52 +0000 (13:23 +0000)]
Update ActiveX bindings

17 years agoReworked vlc.audio.channel API for JavaScript. All documentation is already updated.
Jean-Paul Saman [Sun, 7 Jan 2007 13:22:37 +0000 (13:22 +0000)]
Reworked vlc.audio.channel API for JavaScript. All documentation is already updated.

17 years agoapply mini_patch.diff from #964. Fixes #964
Sigmund Augdal Helberg [Sun, 7 Jan 2007 12:33:50 +0000 (12:33 +0000)]
apply mini_patch.diff from #964. Fixes #964

17 years ago* update libtwolame to 0.3.9 allows a simplification of our patch, as darwin9 linker...
Felix Paul Kühne [Sat, 6 Jan 2007 16:56:33 +0000 (16:56 +0000)]
* update libtwolame to 0.3.9 allows a simplification of our patch, as darwin9 linker appears to be as picky as MVS05's

17 years ago* update the (C) dates. *cough*
Felix Paul Kühne [Sat, 6 Jan 2007 16:23:30 +0000 (16:23 +0000)]
* update the (C) dates. *cough*

17 years ago* patch libtwolame and re-enable x264 as it was fixed upstream. all contribs are...
Felix Paul Kühne [Sat, 6 Jan 2007 16:21:41 +0000 (16:21 +0000)]
* patch libtwolame and re-enable x264 as it was fixed upstream. all contribs are save for future darwin releases now. this commit deprecates all osx releases < 10.4 and the usage of GCC3 on Darwin. bootstrap will need further tweaking once 'gcc -dumpmachine' is updated to Darwin 9.

17 years agoRemove broken V6ONLY logic
Rémi Denis-Courmont [Sat, 6 Jan 2007 16:00:49 +0000 (16:00 +0000)]
Remove broken V6ONLY logic

17 years agoRevert [18511].
Rémi Denis-Courmont [Sat, 6 Jan 2007 13:39:36 +0000 (13:39 +0000)]
Revert [18511].
I wonder what I was thinking about.

17 years agovlc_object.c has been deleted in [18517]
Christophe Mutricy [Sat, 6 Jan 2007 02:04:34 +0000 (02:04 +0000)]
vlc_object.c has been deleted in [18517]

17 years agomake update-po
Christophe Mutricy [Sat, 6 Jan 2007 02:03:28 +0000 (02:03 +0000)]
make update-po

17 years agoSplit text and control character to please gettext
Christophe Mutricy [Sat, 6 Jan 2007 01:11:05 +0000 (01:11 +0000)]
Split text and control character to please gettext

17 years agoUse mmx also when the host cpu claim to be 486
Christophe Mutricy [Fri, 5 Jan 2007 23:21:54 +0000 (23:21 +0000)]
Use mmx also when the host cpu claim to be 486

17 years agobindings/python/vlc_object.c: remove useless file
Olivier Aubert [Fri, 5 Jan 2007 19:16:53 +0000 (19:16 +0000)]
bindings/python/vlc_object.c: remove useless file

17 years agobindings/python: removed vlc.Object code from the main vlc python module. This module...
Olivier Aubert [Fri, 5 Jan 2007 19:15:16 +0000 (19:15 +0000)]
bindings/python: removed vlc.Object code from the main vlc python module. This module should now be cleanly buildable from outside the VLC tree, given the public headers and appropriate libs are available.

17 years agobindings/python: moved vlc.Object (access to internal framework of VLC objects) to...
Olivier Aubert [Fri, 5 Jan 2007 19:14:02 +0000 (19:14 +0000)]
bindings/python: moved vlc.Object (access to internal framework of VLC objects) to its own vlcinternal.Object module, which is not build by default.

17 years agoOops watch the tabs when using vi.
Jean-Paul Saman [Fri, 5 Jan 2007 18:52:30 +0000 (18:52 +0000)]
Oops watch the tabs when using vi.

17 years agoReturn when found, return error when setting failed.:
Jean-Paul Saman [Fri, 5 Jan 2007 18:50:18 +0000 (18:50 +0000)]
Return when found, return error when setting failed.:

17 years agoFix CRLF on Win32 with utf8_fopen (thanks to Md) closes #837
Rémi Denis-Courmont [Fri, 5 Jan 2007 12:43:41 +0000 (12:43 +0000)]
Fix CRLF on Win32 with utf8_fopen (thanks to Md) closes #837

17 years agoFix setsockopt(IPV6_V6ONLY)
Rémi Denis-Courmont [Fri, 5 Jan 2007 11:28:28 +0000 (11:28 +0000)]
Fix setsockopt(IPV6_V6ONLY)

17 years agoFix listening to UDP port (though this is fairly insecure) - closes #919
Rémi Denis-Courmont [Fri, 5 Jan 2007 11:21:12 +0000 (11:21 +0000)]
Fix listening to UDP port (though this is fairly insecure) - closes #919

17 years agoFix preparsing and access plugin selection (oups)
Rémi Denis-Courmont [Fri, 5 Jan 2007 10:41:33 +0000 (10:41 +0000)]
Fix preparsing and access plugin selection (oups)

17 years agoBe more DSO-friendly
Rémi Denis-Courmont [Fri, 5 Jan 2007 10:32:23 +0000 (10:32 +0000)]
Be more DSO-friendly

17 years agoUnbreak mkinstalldirs in directory po
Jean-Paul Saman [Fri, 5 Jan 2007 08:44:48 +0000 (08:44 +0000)]
Unbreak mkinstalldirs in directory po

17 years agomenuconfig is out-of-date
Christophe Mutricy [Thu, 4 Jan 2007 17:52:27 +0000 (17:52 +0000)]
menuconfig is out-of-date

17 years agoWin32 compile fix
Rémi Denis-Courmont [Thu, 4 Jan 2007 17:00:10 +0000 (17:00 +0000)]
Win32 compile fix

17 years agoAllow directory module to recurse through symbolic links
Rémi Denis-Courmont [Thu, 4 Jan 2007 16:37:21 +0000 (16:37 +0000)]
Allow directory module to recurse through symbolic links
as long as this does not cause infinite recursion.
Also fix a few really minor ToCToU errors.

17 years agoSimplified mozilla headerfile detection for use with firefox-development headers...
Jean-Paul Saman [Thu, 4 Jan 2007 15:11:25 +0000 (15:11 +0000)]
Simplified mozilla headerfile detection for use with firefox-development headers and got rid of XPIDL/XPCOM checks from previous commit.

17 years agoFix unlikely deadlock
Rémi Denis-Courmont [Thu, 4 Jan 2007 15:02:14 +0000 (15:02 +0000)]
Fix unlikely deadlock

17 years agoMatch file:// with the directory plugin as any browser does.
Rémi Denis-Courmont [Thu, 4 Jan 2007 14:30:10 +0000 (14:30 +0000)]
Match file:// with the directory plugin as any browser does.
Fixes opening of directories.

17 years agoSame thing as previous commit.
Rémi Denis-Courmont [Wed, 3 Jan 2007 22:40:51 +0000 (22:40 +0000)]
Same thing as previous commit.
Do not ignore access specification; do not fallback to vcd, file whatever.
It sucks (e.g. if following an HTTP URL you really should only try to
use the HTTP plugin, and this is the proper and only way to do it).

Again MRLSplit might need to be improved (not sure how)

17 years agoRemove the ugly insecure hack.
Rémi Denis-Courmont [Wed, 3 Jan 2007 22:36:15 +0000 (22:36 +0000)]
Remove the ugly insecure hack.
Maybe you have a colon in your filename,
but it is no reason to mix access protocols.

17 years agoFix "quick" access creation mode
Rémi Denis-Courmont [Wed, 3 Jan 2007 22:25:46 +0000 (22:25 +0000)]
Fix "quick" access creation mode

17 years agoSimplification
Rémi Denis-Courmont [Wed, 3 Jan 2007 22:23:54 +0000 (22:23 +0000)]
Simplification

17 years agoUse strict mode when probing access filters.
Rémi Denis-Courmont [Wed, 3 Jan 2007 22:23:02 +0000 (22:23 +0000)]
Use strict mode when probing access filters.
You do not want to get another access filter plugin that the one you
requested, do you?

17 years agoSome cleanup. Use strlen().
Rémi Denis-Courmont [Wed, 3 Jan 2007 22:19:44 +0000 (22:19 +0000)]
Some cleanup. Use strlen().

17 years agoaudioscrobbler.c: fix for format string exploit
Damien Fouilleul [Wed, 3 Jan 2007 14:36:26 +0000 (14:36 +0000)]
audioscrobbler.c: fix for format string exploit

17 years agoDo not use error message as a format string.
Rémi Denis-Courmont [Wed, 3 Jan 2007 14:31:35 +0000 (14:31 +0000)]
Do not use error message as a format string.
(There was no bug here; this is just to please Quovodis :) )

17 years ago- extras/libc.c: fixed stack overflow due to infinite recursion in vlc_wopendir(...
Damien Fouilleul [Wed, 3 Jan 2007 11:25:36 +0000 (11:25 +0000)]
- extras/libc.c: fixed stack overflow due to infinite recursion in vlc_wopendir(). I really don't like system APIs remapping to vlc_... too bug prone

17 years agoFix a bunch of format string injection in VCDX and CDDA.
Rémi Denis-Courmont [Tue, 2 Jan 2007 21:50:30 +0000 (21:50 +0000)]
Fix a bunch of format string injection in VCDX and CDDA.
Initially reported by Kevin Finisterre

17 years ago* using GCC 3.3 with the 10.3.9 SDK is definitelly no good idea. x264 and libtwolame...
Felix Paul Kühne [Mon, 1 Jan 2007 22:39:01 +0000 (22:39 +0000)]
* using GCC 3.3 with the 10.3.9 SDK is definitelly no good idea. x264 and libtwolame remain broken for future d. releases

17 years agoPatch by Mikko Hirvonen <masse at astro dot helsinki dot fi> for Firefox-1.5.x develo...
Jean-Paul Saman [Mon, 1 Jan 2007 18:56:37 +0000 (18:56 +0000)]
Patch by Mikko Hirvonen <masse at astro dot helsinki dot fi> for Firefox-1.5.x development tools detection in configure.ac. The patch is applied with some modifications of me

17 years ago* added out-of-the-box support for future darwin releases. right now, the following...
Felix Paul Kühne [Mon, 1 Jan 2007 17:05:32 +0000 (17:05 +0000)]
* added out-of-the-box support for future darwin releases. right now, the following libraries are broken (due to linking issues): cdio, cddb, vcdimager and twolame. additionally, x264 doesn't compile because of a bug in makefile/config.mak.

17 years agoAdd quicktime in24 and in32 support (basically s24/32l from what i understand)
Antoine Cellerier [Sun, 31 Dec 2006 15:48:15 +0000 (15:48 +0000)]
Add quicktime in24 and in32 support (basically s24/32l from what i understand)
Some testing might be needed

I tried on samples:
 ftp://ftp.funcom.com/media/Dreamfall/final_dreamfall_trailer_funcom_qtmp4.mov
 http://www.movie-update.com/download/11372/sm3_sneak_peek.mov

According to the Mplayer mailing list, there might be endianess issues (i couldn't find s24b equivalent samples ... so i couldn't test). See http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2006-March/041206.html

17 years ago* simplified the xcodebuild part, since VLC doesn't support Darwin 6 aka OSX 10.2...
Felix Paul Kühne [Sun, 31 Dec 2006 14:27:10 +0000 (14:27 +0000)]
* simplified the xcodebuild part, since VLC doesn't support Darwin 6 aka OSX 10.2 anymore and we therefore don't need to support pbxbuild either

17 years ago* some GUI improvements, which need further work once the vout-filter-rework is compl...
Felix Paul Kühne [Sun, 31 Dec 2006 13:45:50 +0000 (13:45 +0000)]
* some GUI improvements, which need further work once the vout-filter-rework is completed. this commit needs compatibility checking with current IB releases, especially for the folks interested in compiling on 10.3.