]> git.sesse.net Git - vlc/log
vlc
13 years agoRevert "Do not load KDE Qt plugins until KDE gets a clue"
Rémi Denis-Courmont [Thu, 3 Feb 2011 12:54:19 +0000 (14:54 +0200)]
Revert "Do not load KDE Qt plugins until KDE gets a clue"

This reverts commit 96c7f9c26940828357655380470a930cbb09497e.
This did not work with KDE 4.6 anyhow.

13 years agoluatelnet: fix typo
Pierre Ynard [Wed, 2 Feb 2011 02:56:15 +0000 (03:56 +0100)]
luatelnet: fix typo

13 years agooldrc: small simplification
Pierre Ynard [Wed, 2 Feb 2011 01:46:53 +0000 (02:46 +0100)]
oldrc: small simplification

13 years agoi18n: remove deleted file
Pierre Ynard [Wed, 2 Feb 2011 00:57:08 +0000 (01:57 +0100)]
i18n: remove deleted file

13 years agoSync news with 1.1.7
Jean-Baptiste Kempf [Tue, 1 Feb 2011 23:19:40 +0000 (00:19 +0100)]
Sync news with 1.1.7

13 years agoluatelnet: end connections in the password state too
Pierre Ynard [Tue, 1 Feb 2011 22:36:19 +0000 (23:36 +0100)]
luatelnet: end connections in the password state too

Kludge beurk beurk

13 years agoluatelnet: end remotely closed connections
Pierre Ynard [Tue, 1 Feb 2011 22:32:51 +0000 (23:32 +0100)]
luatelnet: end remotely closed connections

Fix a busy loop and socket leak

13 years agoluatelnet: fix ending connections
Pierre Ynard [Tue, 1 Feb 2011 22:25:14 +0000 (23:25 +0100)]
luatelnet: fix ending connections

13 years agoluarc: end remotely closed connections
Pierre Ynard [Tue, 1 Feb 2011 22:11:23 +0000 (23:11 +0100)]
luarc: end remotely closed connections

Fix a busy loop and socket leak. Thanks to Santiago Gimeno for
pointing it out (Debian bug #607869)

13 years agoRevert "lua: fix a busy loop (fix #4165)"
Pierre Ynard [Tue, 1 Feb 2011 21:53:03 +0000 (22:53 +0100)]
Revert "lua: fix a busy loop (fix #4165)"

This reverts commit a1b3978d280993a87033ee3de22b08d6dad9544f.

It doesn't fix anything and it breaks new connections

Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
13 years agortp sout: fix unsafe read
Pierre Ynard [Tue, 1 Feb 2011 20:43:51 +0000 (21:43 +0100)]
rtp sout: fix unsafe read

13 years agoRemove (extremely) old copy of videodev2.h
Rémi Denis-Courmont [Tue, 1 Feb 2011 20:25:03 +0000 (22:25 +0200)]
Remove (extremely) old copy of videodev2.h

13 years agoCrystalHD: small fix for 1088 height
Jean-Baptiste Kempf [Mon, 31 Jan 2011 12:20:25 +0000 (13:20 +0100)]
CrystalHD: small fix for 1088 height

13 years agoWin64: do not build dirac
Jean-Baptiste Kempf [Mon, 31 Jan 2011 11:08:42 +0000 (12:08 +0100)]
Win64: do not build dirac

13 years agoFreetype: kill warnings
Guillaume Poussel [Mon, 31 Jan 2011 11:01:58 +0000 (12:01 +0100)]
Freetype: kill warnings

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoMpeg mux: fix a variable signedness
Guillaume Poussel [Mon, 31 Jan 2011 10:49:49 +0000 (11:49 +0100)]
Mpeg mux: fix a variable signedness

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoML: kill another warning
Jean-Baptiste Kempf [Mon, 31 Jan 2011 10:48:05 +0000 (11:48 +0100)]
ML: kill another warning

13 years agoML: kill warnings
Guillaume Poussel [Mon, 31 Jan 2011 10:43:01 +0000 (11:43 +0100)]
ML: kill warnings

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoML: no tabs in source code.
Jean-Baptiste Kempf [Mon, 31 Jan 2011 10:38:49 +0000 (11:38 +0100)]
ML: no tabs in source code.

13 years agoTransform: Mark some variables as unused
Guillaume Poussel [Mon, 31 Jan 2011 10:37:12 +0000 (11:37 +0100)]
Transform: Mark some variables as unused

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoTransform: remove dead code
Guillaume Poussel [Mon, 31 Jan 2011 10:34:29 +0000 (11:34 +0100)]
Transform: remove dead code

Oked-by: Laurent Aimar
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoNew signing key
Christophe Mutricy [Sun, 30 Jan 2011 23:05:47 +0000 (23:05 +0000)]
New signing key

pub   1024D/45C11CA7 2011-01-30 [expires: 2012-01-30]
      Key fingerprint = 160A 96C4 CA7F 8ABA D43C  C087 62B9 7F54 45C1 1CA7
uid                  VideoLAN Release Signing Key (2011)

13 years agoThis is just a public key. So it's not copyrightable
Christophe Mutricy [Sun, 30 Jan 2011 20:56:53 +0000 (20:56 +0000)]
This is just a public key. So it's not copyrightable

13 years agoMKV: Multi tags don't exist anymore
Steve Lhomme [Fri, 28 Jan 2011 17:57:50 +0000 (18:57 +0100)]
MKV: Multi tags don't exist anymore

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoMKV: force EBML_STRICT_API
Jean-Baptiste Kempf [Sun, 30 Jan 2011 19:58:29 +0000 (20:58 +0100)]
MKV: force EBML_STRICT_API

13 years agoMKV: use the new libebml macros
Steve Lhomme [Fri, 28 Jan 2011 18:35:06 +0000 (19:35 +0100)]
MKV: use the new libebml macros

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoMkv: use MKV_IS_ID and avoid EbmlId() operator use
Jean-Baptiste Kempf [Sun, 30 Jan 2011 19:41:10 +0000 (20:41 +0100)]
Mkv: use MKV_IS_ID and avoid EbmlId() operator use

13 years agomacosx: enable selection of subtitles named *.txt or *.smil through the Video menu
Felix Paul Kühne [Sun, 30 Jan 2011 16:12:26 +0000 (17:12 +0100)]
macosx: enable selection of subtitles named *.txt or *.smil through the Video menu

13 years agocontribs: updated binary package for Mac OS X fixing live555 issues
Felix Paul Kühne [Sun, 30 Jan 2011 13:47:37 +0000 (14:47 +0100)]
contribs: updated binary package for Mac OS X fixing live555 issues

13 years agoDo not load KDE Qt plugins until KDE gets a clue
Rémi Denis-Courmont [Sun, 30 Jan 2011 12:40:02 +0000 (14:40 +0200)]
Do not load KDE Qt plugins until KDE gets a clue

13 years agoRestore correct SIGCHLD handling
Rémi Denis-Courmont [Sun, 30 Jan 2011 12:20:26 +0000 (14:20 +0200)]
Restore correct SIGCHLD handling

This affects way too many code paths. Let KDE fix their own crap.

13 years agoDo run exit handlers, fix a few leaks
Rémi Denis-Courmont [Sun, 30 Jan 2011 12:17:21 +0000 (14:17 +0200)]
Do run exit handlers, fix a few leaks

13 years agothe ID could be OK but the class mismatching
Steve Lhomme [Sat, 29 Jan 2011 13:27:43 +0000 (14:27 +0100)]
the ID could be OK but the class mismatching

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agolive555: fix test to update NPT
Pierre Ynard [Sat, 29 Jan 2011 22:12:35 +0000 (23:12 +0100)]
live555: fix test to update NPT

This fixes cases where the stream length is unknown

13 years agolive555: don't use the same event for data and RTSP responses
Pierre Ynard [Sat, 29 Jan 2011 20:40:10 +0000 (21:40 +0100)]
live555: don't use the same event for data and RTSP responses

Otherwise, when sending requests while already receiving data
(e.g. seeking) responses are not waited for properly

13 years agoExport libvlc_video_set_format_callbacks
Rémi Denis-Courmont [Sat, 29 Jan 2011 09:21:49 +0000 (11:21 +0200)]
Export libvlc_video_set_format_callbacks

13 years agoDoxygen typo
Rémi Denis-Courmont [Sat, 29 Jan 2011 09:19:52 +0000 (11:19 +0200)]
Doxygen typo

13 years agoRevert "msw(Win32): properly terminate vlc when SC_CLOSE received"
Rémi Denis-Courmont [Sat, 29 Jan 2011 08:58:01 +0000 (10:58 +0200)]
Revert "msw(Win32): properly terminate vlc when SC_CLOSE received"

This reverts commit 7b18ec43935a5e70ee8506b2fcb3e230b78b44d4.
This broke LibVLC and wall.

13 years agoRevert "xcb: support for WM_DELETE_WINDOW(WM_PROTOCOLS)"
Rémi Denis-Courmont [Sat, 29 Jan 2011 08:57:26 +0000 (10:57 +0200)]
Revert "xcb: support for WM_DELETE_WINDOW(WM_PROTOCOLS)"

This reverts commit 95b63292214d81df212edafc7a228f8ec66d7958.
This broke LibVLC and the wall filter.

13 years agomsw(Win32): properly terminate vlc when SC_CLOSE received
Erwan Tulou [Fri, 28 Jan 2011 14:45:53 +0000 (15:45 +0100)]
msw(Win32): properly terminate vlc when SC_CLOSE received

Same rationale as previous patch about Linux.

fix trac #4440 (to be tested)

13 years agoxcb: support for WM_DELETE_WINDOW(WM_PROTOCOLS)
Erwan Tulou [Fri, 28 Jan 2011 12:03:29 +0000 (13:03 +0100)]
xcb: support for WM_DELETE_WINDOW(WM_PROTOCOLS)

When the default window provider is used (dummy, rc, ... interfaces),
rather decide what to do when the user closes the video window than let
the WM blindly destroy it. Till now, this led to an error message, input
dying and the playlist being stopped. For -I dummy, it also meant leaving
vlc hanging since no interface could then be used to stop vlc.

Action taken is to stop vlc, but feel free to change/improve/make it
more configurable if need be.

13 years agoskins2(Win32): wParam to be stripped of 4 bits (see msdn doc)
Erwan Tulou [Fri, 28 Jan 2011 15:31:12 +0000 (16:31 +0100)]
skins2(Win32): wParam to be stripped of 4 bits (see msdn doc)

13 years agoskins2: adapt to recent change for rate/rate-faster/rate-slower
Erwan Tulou [Fri, 28 Jan 2011 16:04:11 +0000 (17:04 +0100)]
skins2: adapt to recent change for rate/rate-faster/rate-slower

13 years agoSubtitle: show .txt files when opening a subtitle
Jean-Baptiste Kempf [Fri, 28 Jan 2011 13:53:19 +0000 (14:53 +0100)]
Subtitle: show .txt files when opening a subtitle

13 years agoASF: fix a warning
Jean-Baptiste Kempf [Fri, 28 Jan 2011 13:26:36 +0000 (14:26 +0100)]
ASF: fix a warning

An negative integer would make no sense here. I guess we could use an
unsigned char here, since it can only be between 0 and 127, as far as I
understand

13 years agoDon't pass input options when using --one-instance
Pierre Ynard [Fri, 28 Jan 2011 01:45:46 +0000 (02:45 +0100)]
Don't pass input options when using --one-instance

13 years agoncurses: use make_URI() when adding item
Pierre Ynard [Fri, 28 Jan 2011 01:07:08 +0000 (02:07 +0100)]
ncurses: use make_URI() when adding item

13 years agoncurses: fix buffer overflow when typing in the edit box
Pierre Ynard [Fri, 28 Jan 2011 00:47:01 +0000 (01:47 +0100)]
ncurses: fix buffer overflow when typing in the edit box

13 years agoContribs: unbreak ffmpeg build
Jean-Baptiste Kempf [Fri, 28 Jan 2011 00:18:48 +0000 (01:18 +0100)]
Contribs: unbreak ffmpeg build

13 years agoncurses: fix URI creation
Pierre Ynard [Thu, 27 Jan 2011 22:30:55 +0000 (23:30 +0100)]
ncurses: fix URI creation

This fixes opening of file names containing non-ASCII characters

13 years agoncurses: fix crashes when switching boxes
Pierre Ynard [Thu, 27 Jan 2011 21:24:56 +0000 (22:24 +0100)]
ncurses: fix crashes when switching boxes

13 years agooldrc: use make_URI() when adding files
Pierre Ynard [Thu, 27 Jan 2011 16:57:27 +0000 (17:57 +0100)]
oldrc: use make_URI() when adding files

13 years agooldrc: fix crash on memory error
Pierre Ynard [Thu, 27 Jan 2011 16:33:33 +0000 (17:33 +0100)]
oldrc: fix crash on memory error

13 years agoDon't pass relative file paths when using --one-instance
Pierre Ynard [Thu, 27 Jan 2011 14:36:43 +0000 (15:36 +0100)]
Don't pass relative file paths when using --one-instance

Fixes Debian bug #600269

13 years agoUpdate Win64 target
Jean-Baptiste Kempf [Wed, 26 Jan 2011 19:41:21 +0000 (20:41 +0100)]
Update Win64 target

13 years agovod: clean up command thread
Pierre Ynard [Wed, 26 Jan 2011 13:21:13 +0000 (14:21 +0100)]
vod: clean up command thread

We still need to use it to stop VoD instances because the VLM waits
to join the input thread :(

13 years agortsp: support Range header in responses
Pierre Ynard [Tue, 25 Jan 2011 18:51:32 +0000 (19:51 +0100)]
rtsp: support Range header in responses

For VoD, the synchronization is bad, but accurate synchronization would
require at least changes in the core to add support for some kind of
"instant pausing" to the stream output. Synchronous calls to the VLM
shouldn't cause delay problems, no operation waits for the input.

13 years agovod: set up RTSP stack of new media in an asynchronous way
Pierre Ynard [Tue, 25 Jan 2011 17:35:49 +0000 (18:35 +0100)]
vod: set up RTSP stack of new media in an asynchronous way

This way, we don't take the httpd lock when holding the vlm lock.
This will allow passing synchronous calls from the RTSP stack to the
VLM (as long as you don't use the old vod module at the same time,
which you can't anyway).

13 years agoResync news from 1.1
Rémi Denis-Courmont [Tue, 25 Jan 2011 17:04:56 +0000 (19:04 +0200)]
Resync news from 1.1

13 years agoMac Port: disable 64bit mode on 10.5 and make it the preferred mode on 10.6
Felix Paul Kühne [Tue, 25 Jan 2011 12:29:41 +0000 (13:29 +0100)]
Mac Port: disable 64bit mode on 10.5 and make it the preferred mode on 10.6

This will fix a bunch of crashes related to the buggy 10.5 64bit runtime.

13 years agoskins2(Linux): fix scrolling twice faster than expected
Erwan Tulou [Mon, 24 Jan 2011 13:40:58 +0000 (14:40 +0100)]
skins2(Linux): fix scrolling twice faster than expected

On Linux, two scrolling events were generated for each wheel step
(one on ButtonPress, one on ButtonRelease). This led to scrolling being
twice faster on Linux than it is on Windows.

This patch ensures that only one scroll event is issued for one step at the
mouse wheel.

13 years agoskins2: remove a comment that proved wrong
Erwan Tulou [Mon, 24 Jan 2011 18:10:57 +0000 (19:10 +0100)]
skins2: remove a comment that proved wrong

scrolling is coded twice in this file, because it contains two class
implementations (CtrlSliderCursor and CtrlSliderBg). Both need this code
since cursor can be on any one of these two controls when scrolling occurs.

13 years agoChanging a global hotkey requires restart
Rémi Denis-Courmont [Mon, 24 Jan 2011 21:02:08 +0000 (23:02 +0200)]
Changing a global hotkey requires restart

13 years agoSHM: new plugin to view (or encode) a shared memory segment
Rémi Denis-Courmont [Mon, 24 Jan 2011 18:51:17 +0000 (20:51 +0200)]
SHM: new plugin to view (or encode) a shared memory segment

It can be used to view an Xvfb as an example.
This supports both memory mapped files and old-style System V segments.

13 years agoXCB/screen: fix config item descriptions
Rémi Denis-Courmont [Mon, 24 Jan 2011 17:29:17 +0000 (19:29 +0200)]
XCB/screen: fix config item descriptions

13 years agoMakefile, win32: fix sdk/ generation
Jean-Baptiste Kempf [Mon, 24 Jan 2011 17:02:00 +0000 (18:02 +0100)]
Makefile, win32: fix sdk/ generation

13 years agoOne day, we will remove --enable-non-utf8
Rémi Denis-Courmont [Mon, 24 Jan 2011 16:51:05 +0000 (18:51 +0200)]
One day, we will remove --enable-non-utf8

13 years agobindtextdomain: cleanup and fix error handling
Rémi Denis-Courmont [Mon, 24 Jan 2011 16:45:33 +0000 (18:45 +0200)]
bindtextdomain: cleanup and fix error handling

13 years agoML/Core: Destroy ML after PL deactivates, but before it destroys
Srikanth Raju [Mon, 24 Jan 2011 16:02:57 +0000 (21:32 +0530)]
ML/Core: Destroy ML after PL deactivates, but before it destroys

13 years agoML/Core: Change ml_Hold/ml_Release to ml_Get
Srikanth Raju [Mon, 24 Jan 2011 16:02:11 +0000 (21:32 +0530)]
ML/Core: Change ml_Hold/ml_Release to ml_Get

Similar to pl_Get

13 years agoWin32: fix gettext with non-ASCII installation path
Rémi Denis-Courmont [Mon, 24 Jan 2011 16:32:10 +0000 (18:32 +0200)]
Win32: fix gettext with non-ASCII installation path

Note that this only works if the path can be represented in the ANSI
code page. Otherwise, you will need to patch gettext.

13 years agoIntegrate news from 1.1.6
Jean-Baptiste Kempf [Mon, 24 Jan 2011 00:24:29 +0000 (01:24 +0100)]
Integrate news from 1.1.6

13 years agoQt4: in iconview, allways center the album art even if bold font has different size...
Ilkka Ollakka [Sun, 23 Jan 2011 22:50:53 +0000 (00:50 +0200)]
Qt4: in iconview, allways center the album art even if bold font has different size than normal

13 years agoDoc: generate Changelog for 2011
Jean-Baptiste Kempf [Sun, 23 Jan 2011 20:56:01 +0000 (21:56 +0100)]
Doc: generate Changelog for 2011

13 years agocontribs: set a proper location for the fontconfig cache to fix continous re-creation
Felix Paul Kühne [Sun, 23 Jan 2011 20:27:14 +0000 (21:27 +0100)]
contribs: set a proper location for the fontconfig cache to fix continous re-creation

13 years agoLinsys: don't use strerror
Jean-Baptiste Kempf [Sun, 23 Jan 2011 19:23:46 +0000 (20:23 +0100)]
Linsys: don't use strerror

13 years agolirc: build fix
Pierre Ynard [Sun, 23 Jan 2011 17:19:05 +0000 (18:19 +0100)]
lirc: build fix

13 years agoUpdated contrib packages for Mac OS X with fixed goom MMX issues
Felix Paul Kühne [Sun, 23 Jan 2011 16:52:56 +0000 (17:52 +0100)]
Updated contrib packages for Mac OS X with fixed goom MMX issues

13 years agoWork around QProcess bug (KDE bug #260719)
Rémi Denis-Courmont [Sun, 23 Jan 2011 14:51:12 +0000 (16:51 +0200)]
Work around QProcess bug (KDE bug #260719)

13 years agoDV: remove impossible EAGAIN error on poll()
Rémi Denis-Courmont [Sun, 23 Jan 2011 15:14:44 +0000 (17:14 +0200)]
DV: remove impossible EAGAIN error on poll()

13 years agoLUA: hide EINTR from scripts and remove the timeout feature
Rémi Denis-Courmont [Sun, 23 Jan 2011 15:40:50 +0000 (17:40 +0200)]
LUA: hide EINTR from scripts and remove the timeout feature

Timeout makes it too easy to write crappy code.
It's also much easier to handle EINTR without timeout.

This fixes a minor bug: revents was undefined if poll() failed.

13 years agonetsync: don't sleep on poll() EINTR
Rémi Denis-Courmont [Sun, 23 Jan 2011 15:43:34 +0000 (17:43 +0200)]
netsync: don't sleep on poll() EINTR

13 years agoV4L2: don't whine in the logs on EINTR
Rémi Denis-Courmont [Sun, 23 Jan 2011 15:45:14 +0000 (17:45 +0200)]
V4L2: don't whine in the logs on EINTR

13 years agoV4L2: fix poll() error handling
Rémi Denis-Courmont [Sun, 23 Jan 2011 15:44:51 +0000 (17:44 +0200)]
V4L2: fix poll() error handling

Do not read revents in case of error.
Do not busy loop if POLLERR or POLLHUP get set.

13 years agoLIRC: don't choke on EINTR
Rémi Denis-Courmont [Sun, 23 Jan 2011 15:46:08 +0000 (17:46 +0200)]
LIRC: don't choke on EINTR

13 years agoPVR: don't choke on EINTR and fix/remove polling timer
Rémi Denis-Courmont [Sun, 23 Jan 2011 15:39:20 +0000 (17:39 +0200)]
PVR: don't choke on EINTR and fix/remove polling timer

13 years agoOSS access: don't choke on EINTR
Rémi Denis-Courmont [Sun, 23 Jan 2011 15:36:15 +0000 (17:36 +0200)]
OSS access: don't choke on EINTR

13 years agoDVB CAM: don't choke on EINTR
Rémi Denis-Courmont [Sun, 23 Jan 2011 15:34:17 +0000 (17:34 +0200)]
DVB CAM: don't choke on EINTR

13 years agoGoom: deactivate MMXEXT accelerations
Jean-Baptiste Kempf [Sun, 23 Jan 2011 14:46:53 +0000 (15:46 +0100)]
Goom: deactivate MMXEXT accelerations

Close #2052, #4039, #4390, #2796
Apparently Goom developers don't understand SIMD registers...

13 years agoskins2: cleanup and remove a now highly dubious useDTD parameter
Erwan Tulou [Sun, 23 Jan 2011 14:19:22 +0000 (15:19 +0100)]
skins2: cleanup and remove a now highly dubious useDTD parameter

13 years agoskins2: back to working order after latest change in xml design
Erwan Tulou [Sun, 23 Jan 2011 13:52:39 +0000 (14:52 +0100)]
skins2: back to working order after latest change in xml design

13 years agolua_xml: fix read of non-initialized pointers.
Rémi Duraffort [Sun, 23 Jan 2011 10:25:16 +0000 (11:25 +0100)]
lua_xml: fix read of non-initialized pointers.

13 years agoextension: fix a potential memleak.
Rémi Duraffort [Sun, 23 Jan 2011 09:24:08 +0000 (10:24 +0100)]
extension: fix a potential memleak.

13 years agoBump plugin ABI due to XML changes
Rémi Denis-Courmont [Sat, 22 Jan 2011 21:04:31 +0000 (23:04 +0200)]
Bump plugin ABI due to XML changes

13 years agoSolve a sign warning
Jean-Baptiste Kempf [Sat, 22 Jan 2011 20:39:05 +0000 (21:39 +0100)]
Solve a sign warning

13 years agoCorrect cast of fourCC in msg_Err
Jean-Baptiste Kempf [Sat, 22 Jan 2011 20:33:27 +0000 (21:33 +0100)]
Correct cast of fourCC in msg_Err

13 years agoinclude: code indentation for consistency
Jean-Baptiste Kempf [Sat, 22 Jan 2011 19:59:09 +0000 (20:59 +0100)]
include: code indentation for consistency

13 years agoDisable IPv6 Forcefully on Symbian Port
Pankaj Yadav [Fri, 21 Jan 2011 08:33:54 +0000 (14:03 +0530)]
Disable IPv6 Forcefully on Symbian Port

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agocontribs: updated binary package for Mac OS X
Felix Paul Kühne [Sat, 22 Jan 2011 18:14:02 +0000 (19:14 +0100)]
contribs: updated binary package for Mac OS X

includes a fix to correctly link libmpcdec and latest contrib updates

13 years agoTimeSlider fix for #4328
Francois Cartegnie [Fri, 21 Jan 2011 19:24:52 +0000 (20:24 +0100)]
TimeSlider fix for #4328