]> git.sesse.net Git - vlc/log
vlc
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.

17 years ago* don't add an 'empty folder' if the user hit cancel when asked to enter a name for it
Felix Paul Kühne [Sun, 31 Dec 2006 11:44:13 +0000 (11:44 +0000)]
* don't add an 'empty folder' if the user hit cancel when asked to enter a name for it

17 years agotranscode.c: reset pointer and size info for extradata when freeing
Sigmund Augdal Helberg [Sun, 31 Dec 2006 01:21:08 +0000 (01:21 +0000)]
transcode.c: reset pointer and size info for extradata when freeing
the pointer. Fixes #940

17 years agolive555.cpp: Add support for quicktime specific audio
Sigmund Augdal Helberg [Sat, 30 Dec 2006 18:42:15 +0000 (18:42 +0000)]
live555.cpp: Add support for quicktime specific audio
doesn't work for the sample stream I tested, but I think that stream
is bad

17 years agob4s.c: Create meta before using them
Sigmund Augdal Helberg [Sat, 30 Dec 2006 18:39:45 +0000 (18:39 +0000)]
b4s.c: Create meta before using them

17 years ago* don't apply enable-pic twice. x264 is still broken on future darwin releases though.
Felix Paul Kühne [Sat, 30 Dec 2006 17:39:26 +0000 (17:39 +0000)]
* don't apply enable-pic twice. x264 is still broken on future darwin releases though.

17 years agoTest for the pointer iso for the pointer to the pointer. Fixes bug with get_aspectRat...
Jean-Paul Saman [Sat, 30 Dec 2006 11:48:53 +0000 (11:48 +0000)]
Test for the pointer iso for the pointer to the pointer. Fixes bug with get_aspectRatio().

17 years agomkv.cpp: Added support for theora in mkv. Fixes #925
Sigmund Augdal Helberg [Sat, 30 Dec 2006 01:51:23 +0000 (01:51 +0000)]
mkv.cpp: Added support for theora in mkv. Fixes #925
(not particularly beautiful code, but it works)

17 years ago- make pthreads-win32 build on MinGW/cygwin
Damien Fouilleul [Fri, 29 Dec 2006 19:24:46 +0000 (19:24 +0000)]
- make pthreads-win32 build on MinGW/cygwin

17 years ago* very first step to support future darwin releases
Felix Paul Kühne [Thu, 28 Dec 2006 19:36:57 +0000 (19:36 +0000)]
* very first step to support future darwin releases

17 years agoUse RFC4648 test vectors
Rémi Denis-Courmont [Thu, 28 Dec 2006 11:50:15 +0000 (11:50 +0000)]
Use RFC4648 test vectors

17 years agoForget to set a default
Jean-Paul Saman [Wed, 27 Dec 2006 10:27:09 +0000 (10:27 +0000)]
Forget to set a default

17 years agoAdd Id svn:keywords
Jean-Paul Saman [Wed, 27 Dec 2006 10:23:05 +0000 (10:23 +0000)]
Add Id svn:keywords

17 years agoMake gnome-vlc-default.sh script work on FC4/5/6 too.
Jean-Paul Saman [Wed, 27 Dec 2006 10:21:13 +0000 (10:21 +0000)]
Make gnome-vlc-default.sh script work on FC4/5/6 too.

17 years agoAdd Torsten's Spindler contribution to the THANKS file.
Jean-Paul Saman [Wed, 27 Dec 2006 10:07:24 +0000 (10:07 +0000)]
Add Torsten's Spindler contribution to the THANKS file.

17 years agoScript to set vlc as default player on GNOME desktops. Patch by Torsten Spindler...
Jean-Paul Saman [Wed, 27 Dec 2006 10:06:08 +0000 (10:06 +0000)]
Script to set vlc as default player on GNOME desktops. Patch by Torsten Spindler <spindler _at_ tspindler _dot_ de>

17 years agoMake audio functions compliant with current libvlc
Filippo Carone [Tue, 26 Dec 2006 16:41:21 +0000 (16:41 +0000)]
Make audio functions compliant with current libvlc

17 years ago* be more accurate when fading in and out (refs #913 and hopefully fixes it)
Felix Paul Kühne [Tue, 26 Dec 2006 13:22:37 +0000 (13:22 +0000)]
* be more accurate when fading in and out (refs #913 and hopefully fixes it)

17 years agoAdd missing *
Antoine Cellerier [Mon, 25 Dec 2006 23:49:07 +0000 (23:49 +0000)]
Add missing *

17 years ago* add some locking the the video filter2 handling code in video output core. Fix...
Antoine Cellerier [Mon, 25 Dec 2006 22:28:45 +0000 (22:28 +0000)]
* add some locking the the video filter2 handling code in video output core. Fix #945 (untested)

17 years ago* modules/access/dshow/dshow.cpp: Typo specfic -> specific.
Dennis van Amerongen [Sun, 24 Dec 2006 22:03:02 +0000 (22:03 +0000)]
* modules/access/dshow/dshow.cpp: Typo specfic -> specific.

17 years agoMore cleanup
Clément Stenac [Sun, 24 Dec 2006 14:18:21 +0000 (14:18 +0000)]
More cleanup

17 years agoA bit of cleanup here and there
Clément Stenac [Sun, 24 Dec 2006 13:50:47 +0000 (13:50 +0000)]
A bit of cleanup here and there

17 years agoHopefully correct tokenization of open strings
Clément Stenac [Sat, 23 Dec 2006 15:40:20 +0000 (15:40 +0000)]
Hopefully correct tokenization of open strings

17 years agoDon't transform tavs to 4 spaces in Makefiles.
Christophe Mutricy [Sat, 23 Dec 2006 15:12:01 +0000 (15:12 +0000)]
Don't transform tavs to 4 spaces in Makefiles.

17 years agoUnlock the playlist while waiting for input to finish so that input can freely use...
Clément Stenac [Sat, 23 Dec 2006 14:18:49 +0000 (14:18 +0000)]
Unlock the playlist while waiting for input to finish so that input can freely use signal on the playlist whatever the context is (Closes:#937)

17 years agoAdd extra debug to chase #934
Clément Stenac [Sat, 23 Dec 2006 12:20:23 +0000 (12:20 +0000)]
Add extra debug to chase #934

17 years ago* Ensure garbage collector is called when disabling a video track (Closes:#935)
Clément Stenac [Sat, 23 Dec 2006 11:53:20 +0000 (11:53 +0000)]
* Ensure garbage collector is called when disabling a video track (Closes:#935)
* Possible (not probable) fix for 934. Can't fix as building vlc on win32 is almost impossible

17 years agoFix "File already exists" failure with moc (closes #941)
Rémi Denis-Courmont [Sat, 23 Dec 2006 10:37:03 +0000 (10:37 +0000)]
Fix "File already exists" failure with moc (closes #941)

17 years agoWtf ?
Clément Stenac [Sat, 23 Dec 2006 10:36:47 +0000 (10:36 +0000)]
Wtf ?

17 years ago* Only allow playlist files in open playlist (Refs:#940)
Clément Stenac [Sat, 23 Dec 2006 10:36:24 +0000 (10:36 +0000)]
* Only allow playlist files in open playlist (Refs:#940)
* For the time being, hide simple open. Better three clicks than confusing
  things :)

17 years ago* modules/gui/qt4/dialogs/extended.cpp: Typo Eqqualizer -> Equalizer.
Dennis van Amerongen [Sat, 23 Dec 2006 00:32:58 +0000 (00:32 +0000)]
* modules/gui/qt4/dialogs/extended.cpp: Typo Eqqualizer -> Equalizer.

17 years agoCleanup control and parser threads handling. Might fix #917
Clément Stenac [Fri, 22 Dec 2006 21:34:23 +0000 (21:34 +0000)]
Cleanup control and parser threads handling. Might fix #917

17 years agoAdd facilities to report and enrich error messages.
Clément Stenac [Fri, 22 Dec 2006 21:14:11 +0000 (21:14 +0000)]
Add facilities to report and enrich error messages.

The idea is that a given error should be reported only once to the user.
At the moment, for example, we can get:
- "no suitable access module" (printed by module_Need)
 - "unable to create access" (printed by input/access)
 - "unable to open stream" (printed by input/input)
 - ...

The facilities provided here are:
* msg_StackSet( code, message ) : "throw" a new error
* msg_StackAdd( message ) : Append a message allowing to trace the message
* msg_StackMsg() : Retrieve the message

So, in the previous example, module_Need would msg_StackSet( code, "no
suitable access module"), then input/input would add "unable to create
access" and finally, input/input can print the "unable to open stream:
unable to create access: no suitable module" message.

The three functions are context-free, you don't need a vlc_object, so
that we can add verbose error reporting everywhere.

17 years agoAUTHORS: e-mail address fix
Olivier Aubert [Fri, 22 Dec 2006 16:24:21 +0000 (16:24 +0000)]
AUTHORS: e-mail address fix

17 years agoTake program-transform-name into account when creating vlc symlinks
Rémi Denis-Courmont [Thu, 21 Dec 2006 18:18:08 +0000 (18:18 +0000)]
Take program-transform-name into account when creating vlc symlinks

17 years agoEscape antislash in CONFIGURE_LINE properly (I hope you like antislashes).
Rémi Denis-Courmont [Thu, 21 Dec 2006 18:05:54 +0000 (18:05 +0000)]
Escape antislash in CONFIGURE_LINE properly (I hope you like antislashes).
                                   ^^^^^^^^
                   As far as I checked (sed guru required).

17 years agopython bindings: svn propset svn:keywords
Olivier Aubert [Thu, 21 Dec 2006 15:00:04 +0000 (15:00 +0000)]
python bindings: svn propset svn:keywords

17 years agopython bindings: completed libvlc bindings
Olivier Aubert [Thu, 21 Dec 2006 11:02:31 +0000 (11:02 +0000)]
python bindings: completed libvlc bindings

17 years agoinclude/vlc/libvlc.h: comment fixes
Olivier Aubert [Thu, 21 Dec 2006 09:58:22 +0000 (09:58 +0000)]
include/vlc/libvlc.h: comment fixes

17 years ago* Updating NEWS for VP60/VP61 . Ref [18408]
Jean-Baptiste Kempf [Thu, 21 Dec 2006 09:20:26 +0000 (09:20 +0000)]
* Updating NEWS for VP60/VP61 . Ref [18408]

17 years agosrc/video_output/video_output.c: Fixed double free in filter removal
Sigmund Augdal Helberg [Thu, 21 Dec 2006 01:22:05 +0000 (01:22 +0000)]
src/video_output/video_output.c: Fixed double free in filter removal
code
qt4/components/extended_panels.cpp: Improved some dagerous string
parsing code. This whole function looks very ad hoc to me at the
moment and should be rewritten in a more robust way. In particular
this function will misbehave if a video filter exists whose name is a
substring of another video filter. This change here just makes it less
likely to crash...

17 years agofix out of buffer read in equalizer code
Sigmund Augdal Helberg [Thu, 21 Dec 2006 00:07:11 +0000 (00:07 +0000)]
fix out of buffer read in equalizer code

17 years agoAudio track and channel support for JavaScript API. The ActiveX vlc.audio.channel...
Jean-Paul Saman [Wed, 20 Dec 2006 22:11:54 +0000 (22:11 +0000)]
Audio track and channel support for JavaScript API. The ActiveX vlc.audio.channel interface still has a bug left.

17 years agoAdd a plugins/bindings line to the summary
Christophe Mutricy [Wed, 20 Dec 2006 17:22:53 +0000 (17:22 +0000)]
Add a plugins/bindings line to the summary

17 years agoFix a small bug in header detection for Activex
Christophe Mutricy [Wed, 20 Dec 2006 17:01:34 +0000 (17:01 +0000)]
Fix a small bug in header detection for Activex

17 years agoAdding Open Menu entries.
Jean-Baptiste Kempf [Wed, 20 Dec 2006 14:58:33 +0000 (14:58 +0000)]
Adding Open Menu entries.

17 years agoMake static a bunch of functions
Clément Stenac [Tue, 19 Dec 2006 22:23:59 +0000 (22:23 +0000)]
Make static a bunch of functions

17 years agomake update-po
Christophe Mutricy [Tue, 19 Dec 2006 22:01:34 +0000 (22:01 +0000)]
make update-po

17 years agoDo not assume that CXXFLAGS and OBJCFLAGS accept anything that CFLAGS does
Rémi Denis-Courmont [Tue, 19 Dec 2006 21:27:57 +0000 (21:27 +0000)]
Do not assume that CXXFLAGS and OBJCFLAGS accept anything that CFLAGS does

17 years agoFix implicit declaration problem
Rémi Denis-Courmont [Tue, 19 Dec 2006 21:26:46 +0000 (21:26 +0000)]
Fix implicit declaration problem

17 years agoDon't use pic on win32. it confuses nasm
Christophe Mutricy [Tue, 19 Dec 2006 20:18:55 +0000 (20:18 +0000)]
Don't use pic on win32. it confuses nasm

17 years agoManual install for pthread
Christophe Mutricy [Tue, 19 Dec 2006 19:58:54 +0000 (19:58 +0000)]
Manual install for pthread

17 years agoRefresh x264 patch and use pthread for x264 in win32
Christophe Mutricy [Tue, 19 Dec 2006 19:45:35 +0000 (19:45 +0000)]
Refresh x264 patch and use pthread for x264 in win32

17 years agopthread for win
Christophe Mutricy [Tue, 19 Dec 2006 17:42:01 +0000 (17:42 +0000)]
pthread for win

17 years ago* gui behaviour change: the textfields are no longer disabled if another protocol...
Felix Paul Kühne [Tue, 19 Dec 2006 17:34:26 +0000 (17:34 +0000)]
* gui behaviour change: the textfields are no longer disabled if another protocol is enabled through the knobs. the user can click the fields now to switch the protocol. I'm unsure whether this could and should be done in the disc tab as well. closes #914

17 years agoFix win32 compilation
Christophe Mutricy [Tue, 19 Dec 2006 14:16:37 +0000 (14:16 +0000)]
Fix win32 compilation

17 years agoDionoea's commit :D
Jean-Baptiste Kempf [Tue, 19 Dec 2006 10:53:09 +0000 (10:53 +0000)]
Dionoea's commit :D

17 years ago* hide the fspanel if VLC looses its front app state in fullscreen mode (by using...
Felix Paul Kühne [Mon, 18 Dec 2006 23:22:55 +0000 (23:22 +0000)]
* hide the fspanel if VLC looses its front app state in fullscreen mode (by using the app switcher, etc.)

17 years agoA bit of cleanup in libvlc playlist API. Preliminary work for: Refs:#457
Clément Stenac [Mon, 18 Dec 2006 22:03:30 +0000 (22:03 +0000)]
A bit of cleanup in libvlc playlist API. Preliminary work for: Refs:#457

17 years agoUntested states thread and gnu portable threads implementation of tls
Clément Stenac [Mon, 18 Dec 2006 21:53:26 +0000 (21:53 +0000)]
Untested states thread and gnu portable threads implementation of tls
Fix Win32 implementation

17 years agoAdded initial support for TLS (Thread Local Storage) variables
Clément Stenac [Mon, 18 Dec 2006 21:40:12 +0000 (21:40 +0000)]
Added initial support for TLS (Thread Local Storage) variables

17 years ago* extract now uses sqrt.
Antoine Cellerier [Mon, 18 Dec 2006 21:14:53 +0000 (21:14 +0000)]
* extract now uses sqrt.

17 years ago* Remove comments left in cut & paste.
Antoine Cellerier [Mon, 18 Dec 2006 21:13:07 +0000 (21:13 +0000)]
* Remove comments left in cut & paste.

17 years ago* Make it possible to extract any color component from the video. (Red, Green and...
Antoine Cellerier [Mon, 18 Dec 2006 21:08:11 +0000 (21:08 +0000)]
* Make it possible to extract any color component from the video. (Red, Green and Blue are still hardcoded) Example: ./vlc ~/media/Muse-Concert.mpg --video-filter "extract{component=0xFFFF00}" will get you the yellow stuff.

17 years agoSuSE spec file thanks to DimStar, Dominique Leuenberger
Jean-Baptiste Kempf [Mon, 18 Dec 2006 20:44:07 +0000 (20:44 +0000)]
SuSE spec file thanks to DimStar, Dominique Leuenberger

17 years ago* added an option to disable the fspanel
Felix Paul Kühne [Mon, 18 Dec 2006 11:34:46 +0000 (11:34 +0000)]
* added an option to disable the fspanel

17 years ago* modules/codec/ffmpeg/ffmpeg.c and modules/demux/nsv.c: Add support for decoding...
Dennis van Amerongen [Sun, 17 Dec 2006 23:53:49 +0000 (23:53 +0000)]
* modules/codec/ffmpeg/ffmpeg.c and modules/demux/nsv.c: Add support for decoding VP60 and VP61

17 years agoDefault disable gnomevfs access plugin as it doesn't work anyway
Pavlov Konstantin [Sun, 17 Dec 2006 23:32:24 +0000 (23:32 +0000)]
Default disable gnomevfs access plugin as it doesn't work anyway

17 years ago * New color extraction video filter. Can be used to extract the Red, Green or Blue...
Antoine Cellerier [Sun, 17 Dec 2006 20:42:32 +0000 (20:42 +0000)]
 * New color extraction video filter. Can be used to extract the Red, Green or Blue component from a video.
 * Add stuff about motiondetect and extract in the News (even though motiondetect isn't finished)

17 years agoRewrite motion detect filter. It currently draws a white rectangle arround moving...
Antoine Cellerier [Sun, 17 Dec 2006 17:58:21 +0000 (17:58 +0000)]
Rewrite motion detect filter. It currently draws a white rectangle arround moving objects (on fixed backgrounds). I still need to add code to make it possible to trigger an action when movement is detected (i.e. a VLM command to start recording).

17 years agoFix include for WIN32 version.
Philippe Morin [Sun, 17 Dec 2006 16:09:00 +0000 (16:09 +0000)]
Fix include for WIN32 version.

17 years agoAdd video filters panel
Clément Stenac [Sat, 16 Dec 2006 14:54:54 +0000 (14:54 +0000)]
Add video filters panel
Fix size of preference tree items

17 years agobindings for new audio functions, thanks to Philippe Morin
Filippo Carone [Sat, 16 Dec 2006 11:05:17 +0000 (11:05 +0000)]
bindings for new audio functions, thanks to Philippe Morin

17 years agoInclude fixing for snapshot.c
Jean-Baptiste Kempf [Sat, 16 Dec 2006 00:20:42 +0000 (00:20 +0000)]
Include fixing for snapshot.c

17 years agoInclude repairing for dc1394
Jean-Baptiste Kempf [Fri, 15 Dec 2006 23:50:28 +0000 (23:50 +0000)]
Include repairing for dc1394

17 years ago2nd argument of playlist_Viewplay is not a boolean
Clément Stenac [Fri, 15 Dec 2006 23:38:33 +0000 (23:38 +0000)]
2nd argument of playlist_Viewplay is not a boolean

17 years agoRework dicts as macros for type-independance
Clément Stenac [Fri, 15 Dec 2006 23:21:27 +0000 (23:21 +0000)]
Rework dicts as macros for type-independance

17 years agoSimpler UTF-8 check functions + rudimentary unit test
Rémi Denis-Courmont [Fri, 15 Dec 2006 14:16:08 +0000 (14:16 +0000)]
Simpler UTF-8 check functions + rudimentary unit test

17 years ago* More compiler warning fixes (const mostly)
Derk-Jan Hartman [Thu, 14 Dec 2006 20:56:18 +0000 (20:56 +0000)]
* More compiler warning fixes (const mostly)

17 years ago- bootstrap: patch libtool on cygwin to prevent linking shared library as '.dll.exe...
Damien Fouilleul [Thu, 14 Dec 2006 13:53:31 +0000 (13:53 +0000)]
- bootstrap: patch libtool on cygwin to prevent linking shared library as '.dll.exe' files