]> git.sesse.net Git - vlc/log
vlc
14 years agocontrib: uncompress gecko-sdk to the right place
Pierre Ynard [Tue, 5 Jan 2010 21:59:21 +0000 (22:59 +0100)]
contrib: uncompress gecko-sdk to the right place

14 years agoAnother gapi (msw) compilation fix.
Laurent Aimar [Tue, 5 Jan 2010 21:48:24 +0000 (22:48 +0100)]
Another gapi (msw) compilation fix.

14 years agoskins2: improve the way skins are listed
Erwan Tulou [Sat, 2 Jan 2010 22:05:53 +0000 (23:05 +0100)]
skins2: improve the way skins are listed

This patch fixes the following :
   - skins are now sorted alphabetically (Linux issue only)
   - the current skins is checked in list (instead of the first skins in list)

14 years agoHAVE_IF_NAMETOINDEX is not used
Rémi Denis-Courmont [Tue, 5 Jan 2010 21:08:34 +0000 (23:08 +0200)]
HAVE_IF_NAMETOINDEX is not used

14 years agosigrelse is not needed anymore
Rémi Denis-Courmont [Tue, 5 Jan 2010 21:07:35 +0000 (23:07 +0200)]
sigrelse is not needed anymore

14 years agoReally fix gapi compilation.
Laurent Aimar [Tue, 5 Jan 2010 21:01:49 +0000 (22:01 +0100)]
Really fix gapi compilation.

14 years agoXCB/window: missing keys
Rémi Denis-Courmont [Tue, 5 Jan 2010 21:00:24 +0000 (23:00 +0200)]
XCB/window: missing keys

14 years agoCompilation fixes (gapi, msw).
Laurent Aimar [Tue, 5 Jan 2010 20:58:10 +0000 (21:58 +0100)]
Compilation fixes (gapi, msw).

14 years agoMessages: missing const, fix Qt4 warning
Rémi Denis-Courmont [Tue, 5 Jan 2010 20:48:20 +0000 (22:48 +0200)]
Messages: missing const, fix Qt4 warning

14 years agoRevert "Revert "Removed old msw files.""
Laurent Aimar [Tue, 5 Jan 2010 20:09:37 +0000 (21:09 +0100)]
Revert "Revert "Removed old msw files.""

This reverts commit d98e43b1c635d2e91dc950536d75dcb0c2c1c8b2.

Sorry for the mess, missed it in the git rebase.

14 years agoAdded AlignRect helper (msw).
Laurent Aimar [Tue, 5 Jan 2010 19:58:09 +0000 (20:58 +0100)]
Added AlignRect helper (msw).

It applies hardware overlay constraints on a RECT.

14 years agoRevert "Removed old msw files."
Laurent Aimar [Tue, 5 Jan 2010 18:53:51 +0000 (19:53 +0100)]
Revert "Removed old msw files."

This reverts commit e145f5a5bb6d61d67a8b9a6d1a4f1b33976c8ff6.

14 years agoCosmetics (msw).
Laurent Aimar [Sun, 3 Jan 2010 21:08:26 +0000 (22:08 +0100)]
Cosmetics (msw).

14 years agoRemoved old msw files.
Laurent Aimar [Sun, 3 Jan 2010 21:06:11 +0000 (22:06 +0100)]
Removed old msw files.

14 years agoFixed vout display module wrapper with locked/unlocked picture pool.
Laurent Aimar [Sun, 3 Jan 2010 20:25:39 +0000 (21:25 +0100)]
Fixed vout display module wrapper with locked/unlocked picture pool.

14 years agoEnabled directx in "vout display" wrapper.
Laurent Aimar [Sun, 3 Jan 2010 14:49:36 +0000 (15:49 +0100)]
Enabled directx in "vout display" wrapper.

14 years agoConverted directx to "vout display".
Laurent Aimar [Sun, 3 Jan 2010 14:48:17 +0000 (15:48 +0100)]
Converted directx to "vout display".

14 years agoAdded var_InheritBool.
Laurent Aimar [Sun, 3 Jan 2010 21:14:18 +0000 (22:14 +0100)]
Added var_InheritBool.

14 years agoEnabled wingdi/wingapi in "vout display" wrapper.
Laurent Aimar [Sat, 26 Dec 2009 19:26:23 +0000 (20:26 +0100)]
Enabled wingdi/wingapi in "vout display" wrapper.

14 years agoConverted wingdi/wingapi to vout display.
Laurent Aimar [Sat, 26 Dec 2009 19:24:58 +0000 (20:24 +0100)]
Converted wingdi/wingapi to vout display.

14 years agoCosmetics (msw).
Laurent Aimar [Sat, 26 Dec 2009 19:21:52 +0000 (20:21 +0100)]
Cosmetics (msw).

14 years agocontrib: fix clean-up of libprojectM files
Pierre Ynard [Tue, 5 Jan 2010 19:13:46 +0000 (20:13 +0100)]
contrib: fix clean-up of libprojectM files

14 years agocontrib: fix aclocal files copying
Pierre Ynard [Tue, 5 Jan 2010 18:57:50 +0000 (19:57 +0100)]
contrib: fix aclocal files copying

14 years agocontrib: uncompress directx and dshow headers to the right place
Pierre Ynard [Tue, 5 Jan 2010 18:42:11 +0000 (19:42 +0100)]
contrib: uncompress directx and dshow headers to the right place

14 years agocore: correct memory leak
Erwan Tulou [Sat, 2 Jan 2010 22:09:36 +0000 (23:09 +0100)]
core: correct memory leak

var_Change with VLC_VAR_SETVALUE showed a memory leak when dealing with a STRING variable.
The pf_dup function must not be called directy with a parameter passed by the caller.
otherwise, a reference is lost (memory leak)

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
14 years agolld/llu => PRIi64/PRIu64
Rémi Duraffort [Tue, 5 Jan 2010 17:09:08 +0000 (18:09 +0100)]
lld/llu => PRIi64/PRIu64

14 years agoavio: lld => PRIi64.
Rémi Duraffort [Tue, 5 Jan 2010 17:00:06 +0000 (18:00 +0100)]
avio: lld => PRIi64.

14 years agoRAM: we need to allocate the decoded string
Rémi Denis-Courmont [Tue, 5 Jan 2010 16:18:32 +0000 (18:18 +0200)]
RAM: we need to allocate the decoded string

This fixes facce14d97f2d65e890ddac7ba0b4313dde817bf.

14 years agoContribs: use our copy for gsm tarball
Christophe Mutricy [Tue, 5 Jan 2010 13:23:13 +0000 (14:23 +0100)]
Contribs: use our copy for gsm tarball

Looks like upstream has left TU berlin and his public_html expired

14 years agoQt: Toggle playlist source on click
Francois Cartegnie [Fri, 25 Dec 2009 21:41:29 +0000 (22:41 +0100)]
Qt: Toggle playlist source on click

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoTypo correction: Replaced capital o with a 0 number.
Vicente Jimenez Aguilar [Tue, 5 Jan 2010 02:25:00 +0000 (03:25 +0100)]
Typo correction: Replaced capital o with a 0 number.

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
14 years agoBe sure to distribute the custom.lua file
Jean-Baptiste Kempf [Mon, 4 Jan 2010 23:46:03 +0000 (00:46 +0100)]
Be sure to distribute the custom.lua file

This will fix the launch of the web interface in lua on Windows.

14 years agoUse [[ ]] delimiter for string in order to prevent interpreting \ as an escape charac...
Antoine Cellerier [Mon, 4 Jan 2010 23:10:43 +0000 (00:10 +0100)]
Use [[ ]] delimiter for string in order to prevent interpreting \ as an escape character. This should help fix lua related issues on windows.

14 years agovout_macosx: Backport 9c21b7ec34ef07a4f4c6b5e9dc4625ad02456bfb. (Suppress flashes...
Pierre d'Herbemont [Mon, 4 Jan 2010 11:14:55 +0000 (12:14 +0100)]
vout_macosx: Backport 9c21b7ec34ef07a4f4c6b5e9dc4625ad02456bfb. (Suppress flashes in Split Views).

14 years agomacosx_dialog_provider: Upon cancel, set the progress bar to indeterminate.
Pierre d'Herbemont [Mon, 4 Jan 2010 10:48:11 +0000 (11:48 +0100)]
macosx_dialog_provider: Upon cancel, set the progress bar to indeterminate.

14 years agomacosx_dialog_provider: It's ok to have a nil object as *parameter*.
Pierre d'Herbemont [Mon, 4 Jan 2010 10:36:49 +0000 (11:36 +0100)]
macosx_dialog_provider: It's ok to have a nil object as *parameter*.

14 years agoHappy new year
Christophe Mutricy [Mon, 4 Jan 2010 20:57:33 +0000 (20:57 +0000)]
Happy new year

14 years agoJACK input support for jack2
Adrian Knoth [Mon, 8 Jun 2009 16:05:29 +0000 (18:05 +0200)]
JACK input support for jack2

When you try to capture from JACK, this is only possible with the
"oldstyle" jackd-0.x. If you want to use the newer, SMP-capable jack2,
the VLC inputs cannot be connected:

Cannot connect ports owned by inactive clients: "vlc-input-26611" is not
active
Cannot connect ports owned by inactive clients: "vlc-input-26611" is not
active

Unlike jack1, jack2 expects the process callback function to return 0.

The attached patch fixes this problem. It's been already fixed the same
way in the jack output plugin (see modules/audio_output/jack.c:290).

Taken from Debian bug #532339
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532339)

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoCorrectly handle YUV 422 packed in ripple and wave
Antoine Cellerier [Mon, 4 Jan 2010 22:38:34 +0000 (23:38 +0100)]
Correctly handle YUV 422 packed in ripple and wave

It's a bit blocky but a lot easier than a pixel perfect fix.

14 years agoAdd colorthres support for YUV 422 packed.
Antoine Cellerier [Mon, 4 Jan 2010 22:23:19 +0000 (23:23 +0100)]
Add colorthres support for YUV 422 packed.

14 years agoUse %4.4s instead of %4s for fourccs cast to char *.
Antoine Cellerier [Mon, 4 Jan 2010 22:05:36 +0000 (23:05 +0100)]
Use %4.4s instead of %4s for fourccs cast to char *.

14 years agoNEWS: .midi on Windows.
Jean-Baptiste Kempf [Mon, 4 Jan 2010 22:38:26 +0000 (23:38 +0100)]
NEWS: .midi on Windows.

14 years agoMono is an audio filter, put it in the SUBCAT_AUDIO_AFILTER cat
Jean-Baptiste Kempf [Mon, 4 Jan 2010 22:36:25 +0000 (23:36 +0100)]
Mono is an audio filter, put it in the SUBCAT_AUDIO_AFILTER cat

14 years agozsh_completion.sh: remove automatic install
Rafaël Carré [Mon, 4 Jan 2010 22:29:31 +0000 (23:29 +0100)]
zsh_completion.sh: remove automatic install

instead print where the script should be for zsh to find it
some cleaning of the script & its output

14 years agoRemove --disable-cddax from the win32 configure line
Jean-Baptiste Kempf [Mon, 4 Jan 2010 20:46:58 +0000 (21:46 +0100)]
Remove --disable-cddax from the win32 configure line

14 years agoRe-add --enable-cddb removed too fast in [f5aed5af0a244007a9476657dc9a553e99301168]
Jean-Baptiste Kempf [Mon, 4 Jan 2010 20:45:40 +0000 (21:45 +0100)]
Re-add --enable-cddb removed too fast in [f5aed5af0a244007a9476657dc9a553e99301168]

14 years agoGLX Xlib module is dead too.
Jean-Baptiste Kempf [Mon, 4 Jan 2010 20:38:23 +0000 (21:38 +0100)]
GLX Xlib module is dead too.

14 years agoMerge NEWS from 1.0-branch
Jean-Baptiste Kempf [Mon, 4 Jan 2010 20:35:34 +0000 (21:35 +0100)]
Merge NEWS from 1.0-branch

14 years agoBetter NEWS about the removal of modules
Jean-Baptiste Kempf [Mon, 4 Jan 2010 20:32:19 +0000 (21:32 +0100)]
Better NEWS about the removal of modules

14 years agoRemove CMML module.
Jean-Baptiste Kempf [Mon, 4 Jan 2010 20:29:18 +0000 (21:29 +0100)]
Remove CMML module.

No maintainer showed up. It is broken in many ways and there is virtually no streams using that...

14 years agoRemove qnx modules.
Jean-Baptiste Kempf [Mon, 4 Jan 2010 20:25:31 +0000 (21:25 +0100)]
Remove qnx modules.

Unmaintained and no maintainer showed up

14 years agoRemove CDDAX module
Jean-Baptiste Kempf [Mon, 4 Jan 2010 20:20:21 +0000 (21:20 +0100)]
Remove CDDAX module

No maintainer, buggy code and no major feature in.
Sorry guys

14 years agoFix indentation.
Antoine Cellerier [Wed, 30 Dec 2009 15:14:00 +0000 (16:14 +0100)]
Fix indentation.

14 years agoDead code
Rémi Denis-Courmont [Mon, 4 Jan 2010 17:19:43 +0000 (19:19 +0200)]
Dead code

14 years agolibvlc_add_intf: remove dummy exception parameter
Rémi Denis-Courmont [Mon, 4 Jan 2010 17:13:46 +0000 (19:13 +0200)]
libvlc_add_intf: remove dummy exception parameter

14 years agoDBus: retain the playlist throughout
Rémi Denis-Courmont [Mon, 4 Jan 2010 17:00:33 +0000 (19:00 +0200)]
DBus: retain the playlist throughout

We register callbacks, so we might as well keep track of the playlist.
This avoids pointless hold/release atomic ops and simplifies the code.

14 years ago--disably-libgcrypt implies --disable-gnutls
Rémi Denis-Courmont [Mon, 4 Jan 2010 16:00:10 +0000 (18:00 +0200)]
--disably-libgcrypt implies --disable-gnutls

14 years agoDavinci contribs: remove theora
Rafaël Carré [Mon, 4 Jan 2010 15:55:58 +0000 (16:55 +0100)]
Davinci contribs: remove theora

We really don't want any video codec which runs on the CPU

14 years agoDavinci contribs: fix ffmpeg build
Rafaël Carré [Mon, 4 Jan 2010 15:54:34 +0000 (16:54 +0100)]
Davinci contribs: fix ffmpeg build

Disable unsupported ARM instruction sets

14 years agowma_fixed: raise priority above avcodec float decoder
Rafaël Carré [Mon, 4 Jan 2010 15:51:25 +0000 (16:51 +0100)]
wma_fixed: raise priority above avcodec float decoder

14 years agozsh completion: add all known aliases
Rafaël Carré [Mon, 4 Jan 2010 12:57:46 +0000 (13:57 +0100)]
zsh completion: add all known aliases

They will complete even if the alias isn't present in PATH though
Also explicit the need to remove completion cache

14 years agoRevert "contrib: Build fat binary using binary contrib on Mac OS X."
Rafaël Carré [Mon, 4 Jan 2010 12:30:13 +0000 (13:30 +0100)]
Revert "contrib: Build fat binary using binary contrib on Mac OS X."

This reverts commit 2e024847e1bbfad3ddf4aa9fcb01c90c0e41c854.

Conflicts:

extras/contrib/Makefile

We can't use a fat set of contribs, because the headers do differ
between 32bits & 64 bits builds

example:

../x86_64-apple-darwin10/include/freetype2/freetype/config/ftconfig.h
2010-01-04 12:49:02.000000000 +0100
+++ ../i686-apple-darwin10/include/freetype2/freetype/config/ftconfig.h
2010-01-04 12:47:12.000000000 +0100
@@ -80,7 +80,7 @@
 #ifdef FT_USE_AUTOCONF_SIZEOF_TYPES

   #define SIZEOF_INT 4
   -#define SIZEOF_LONG 8
   +#define SIZEOF_LONG 4

Moreover the pkgconfig & *-config files still referenced the x86_64
directory

14 years agoRevert "configure: Detect fat contribs."
Rafaël Carré [Mon, 4 Jan 2010 12:28:52 +0000 (13:28 +0100)]
Revert "configure: Detect fat contribs."

This reverts commit 65ed93af7b623248bae389f656698248fe52bf8f.

14 years agoRevert "macosx/framework: Support multiple architectures."
Rafaël Carré [Mon, 4 Jan 2010 12:28:36 +0000 (13:28 +0100)]
Revert "macosx/framework: Support multiple architectures."

This reverts commit 5a20b90e8c6920a79d7d7b7ca56fb011b97dfc73.

14 years agoRevert "macosx/framework: contrib are fat now."
Rafaël Carré [Mon, 4 Jan 2010 12:28:18 +0000 (13:28 +0100)]
Revert "macosx/framework: contrib are fat now."

This reverts commit f40ec470c9a04e91c9102c764db5b92828ad1849.

14 years agoqt4: fix buffer overflow.
Rémi Duraffort [Mon, 4 Jan 2010 09:43:47 +0000 (10:43 +0100)]
qt4: fix buffer overflow.

14 years agozsh: fix 2b068d3ac15a96cdd46bd513e89de4452137a656 (NULL printed).
Rémi Duraffort [Mon, 4 Jan 2010 09:28:17 +0000 (10:28 +0100)]
zsh: fix 2b068d3ac15a96cdd46bd513e89de4452137a656 (NULL printed).

14 years agozsh: fix infinite loop.
Rémi Duraffort [Mon, 4 Jan 2010 09:21:01 +0000 (10:21 +0100)]
zsh: fix infinite loop.

14 years agomacosx_dialog_provider: Fix a few ignored selector, and assert on bad selector.
Pierre d'Herbemont [Sun, 3 Jan 2010 20:52:07 +0000 (21:52 +0100)]
macosx_dialog_provider: Fix a few ignored selector, and assert on bad selector.

14 years agoQt: fix StringList in Simple preferences
Jean-Baptiste Kempf [Sun, 3 Jan 2010 23:58:02 +0000 (00:58 +0100)]
Qt: fix StringList in Simple preferences

The list wasn't correctly updated when there was an action to update_list.
This fix the weird DirectSound bug.

14 years agozsh: fix some others memory leaks.
Rémi Duraffort [Sun, 3 Jan 2010 17:43:58 +0000 (18:43 +0100)]
zsh: fix some others memory leaks.

14 years agozsh: fix a memory leak (this is usefull as this program seems to fail on OOM).
Rémi Duraffort [Sun, 3 Jan 2010 17:36:10 +0000 (18:36 +0100)]
zsh: fix a memory leak (this is usefull as this program seems to fail on OOM).

14 years agozsh: export the LD_LIBRARY_PATH (so ldd can find the libs).
Rémi Duraffort [Sun, 3 Jan 2010 17:28:08 +0000 (18:28 +0100)]
zsh: export the LD_LIBRARY_PATH (so ldd can find the libs).

14 years agozsh: really use the arguments given to the zsh generator.
Rémi Duraffort [Sun, 3 Jan 2010 17:27:09 +0000 (18:27 +0100)]
zsh: really use the arguments given to the zsh generator.

14 years agoNo, Insert() does not need to be recursive
Rémi Denis-Courmont [Sun, 3 Jan 2010 17:01:26 +0000 (19:01 +0200)]
No, Insert() does not need to be recursive

14 years agoTake variable Lookup() out of GetUnused()
Rémi Denis-Courmont [Sun, 3 Jan 2010 16:33:12 +0000 (18:33 +0200)]
Take variable Lookup() out of GetUnused()

14 years agoVariable lookup: small code factorization
Rémi Denis-Courmont [Sun, 3 Jan 2010 16:18:09 +0000 (18:18 +0200)]
Variable lookup: small code factorization

14 years agoTriggerCallback: factor condition
Rémi Denis-Courmont [Sun, 3 Jan 2010 16:11:50 +0000 (18:11 +0200)]
TriggerCallback: factor condition

Note that we do keep the condition to avoid a pointless pair of
mutex unlock/lock.

14 years agovariable lookup: missing const
Rémi Denis-Courmont [Sun, 3 Jan 2010 15:51:04 +0000 (17:51 +0200)]
variable lookup: missing const

14 years agoasprintf -> strdup
Rémi Denis-Courmont [Sun, 3 Jan 2010 14:56:58 +0000 (16:56 +0200)]
asprintf -> strdup

14 years agoSort hotkeys per key code and use binary search
Rémi Denis-Courmont [Sun, 3 Jan 2010 14:46:50 +0000 (16:46 +0200)]
Sort hotkeys per key code and use binary search

14 years agoRefactor key mapping internals
Rémi Denis-Courmont [Sun, 3 Jan 2010 14:08:00 +0000 (16:08 +0200)]
Refactor key mapping internals

14 years agoGlobal hotkeys work on any X11 system, not just Linux
Rémi Denis-Courmont [Sun, 3 Jan 2010 14:10:05 +0000 (16:10 +0200)]
Global hotkeys work on any X11 system, not just Linux

14 years agoFix struct hotkey
Rémi Denis-Courmont [Sun, 3 Jan 2010 14:06:55 +0000 (16:06 +0200)]
Fix struct hotkey

14 years ago0 has to be a legal value for vlc_key_t
Rémi Denis-Courmont [Sun, 3 Jan 2010 13:50:43 +0000 (15:50 +0200)]
0 has to be a legal value for vlc_key_t

14 years agoAdd a bunch of help strings. Feel free to correct them, and add more
Geoffroy Couprie [Fri, 1 Jan 2010 20:58:09 +0000 (21:58 +0100)]
Add a bunch of help strings. Feel free to correct them, and add more

14 years agoMac OS X: fixes for contrib build
Christoph Seibert [Sun, 3 Jan 2010 12:50:19 +0000 (13:50 +0100)]
Mac OS X: fixes for contrib build

Fixed infinite make recursion on Mac OS X and added semicolon to fix syntax error

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
14 years agoRemove opengl plugin on X11 and Win32
Rémi Denis-Courmont [Sun, 3 Jan 2010 12:16:49 +0000 (14:16 +0200)]
Remove opengl plugin on X11 and Win32

14 years agoCode generator for the previous commit
Rémi Denis-Courmont [Sun, 3 Jan 2010 11:14:54 +0000 (13:14 +0200)]
Code generator for the previous commit

This is not used automatically as I don't know how to tell automake to
build code for the build architecture instead of the host one.

14 years agoXCB/window: legacy non-Unicode key symbols
Rémi Denis-Courmont [Sun, 3 Jan 2010 11:14:34 +0000 (13:14 +0200)]
XCB/window: legacy non-Unicode key symbols

14 years agoXCB/window: Unicode non-Latin-1 keys (untested)
Rémi Denis-Courmont [Sun, 3 Jan 2010 10:08:46 +0000 (12:08 +0200)]
XCB/window: Unicode non-Latin-1 keys (untested)

This is incomplete. X11 defined a whole set of non-Latin-1 key symbols
before ISO 10646. Only the key symbols defined later match Unicode (with
the 0x1000000 offset).

14 years agoXCB/window: Latin-1 non-ASCII keys support
Rémi Denis-Courmont [Sun, 3 Jan 2010 10:08:20 +0000 (12:08 +0200)]
XCB/window: Latin-1 non-ASCII keys support

14 years agoRemove useless member of libvlc private data
Rémi Denis-Courmont [Sat, 2 Jan 2010 21:15:58 +0000 (23:15 +0200)]
Remove useless member of libvlc private data

14 years agoDon't use a static mutex for libvlc_wait on Win32 (fixes: #3219)
Rémi Denis-Courmont [Sat, 2 Jan 2010 21:14:20 +0000 (23:14 +0200)]
Don't use a static mutex for libvlc_wait on Win32 (fixes: #3219)

14 years agoAllow more than one thread to call libvlc_wait
Rémi Denis-Courmont [Sat, 2 Jan 2010 20:58:13 +0000 (22:58 +0200)]
Allow more than one thread to call libvlc_wait

14 years agoWin32: using a static mutex with a condition is not implemented yet
Rémi Denis-Courmont [Sat, 2 Jan 2010 20:53:24 +0000 (22:53 +0200)]
Win32: using a static mutex with a condition is not implemented yet

14 years agoQt: Fix audio options in SPrefs
Jean-Baptiste Kempf [Fri, 1 Jan 2010 23:04:08 +0000 (00:04 +0100)]
Qt: Fix audio options in SPrefs

SPDIF and directx device

14 years agoQt: update audio panel to newest DirectSound changes
Jean-Baptiste Kempf [Fri, 1 Jan 2010 22:56:53 +0000 (23:56 +0100)]
Qt: update audio panel to newest DirectSound changes

Close #3218

14 years agoWin32: Be sure to strip axvlc.dll and npvlc.dll
Jean-Baptiste Kempf [Fri, 1 Jan 2010 22:55:10 +0000 (23:55 +0100)]
Win32: Be sure to strip axvlc.dll and npvlc.dll

14 years agomacosx/framework: contrib are fat now.
Pierre d'Herbemont [Fri, 1 Jan 2010 17:42:30 +0000 (18:42 +0100)]
macosx/framework: contrib are fat now.