]> git.sesse.net Git - vlc/log
vlc
14 years agovlc needs libvlccore for FromLocale()
Rémi Denis-Courmont [Thu, 21 Jan 2010 18:11:09 +0000 (20:11 +0200)]
vlc needs libvlccore for FromLocale()

14 years agosftp: fix a potential memleak.
Rémi Duraffort [Thu, 21 Jan 2010 18:11:11 +0000 (19:11 +0100)]
sftp: fix a potential memleak.

14 years agolibvlc: add some missing 'extern "C"'
Rémi Duraffort [Thu, 21 Jan 2010 17:53:02 +0000 (18:53 +0100)]
libvlc: add some missing 'extern "C"'

14 years agoMention BeOS intf removal in NEWS
Jean-Baptiste Kempf [Thu, 21 Jan 2010 17:19:39 +0000 (18:19 +0100)]
Mention BeOS intf removal in NEWS

14 years agoBeOS interface: remove
Rémi Denis-Courmont [Thu, 21 Jan 2010 17:14:03 +0000 (19:14 +0200)]
BeOS interface: remove

This has been broken for sure since 1.0, most probably nuch earlier.

14 years agocontrib: fix link flags for live555 on WinCE
Pierre Ynard [Thu, 21 Jan 2010 11:16:37 +0000 (12:16 +0100)]
contrib: fix link flags for live555 on WinCE

14 years agoavformat mux: only write trailer if header was written
Rafaël Carré [Thu, 21 Jan 2010 09:08:32 +0000 (10:08 +0100)]
avformat mux: only write trailer if header was written

14 years agoContrib: remove DxVA2 patch unneeded.
Jean-Baptiste Kempf [Wed, 20 Jan 2010 19:06:45 +0000 (20:06 +0100)]
Contrib: remove DxVA2 patch unneeded.

I AM in Ur FFmpeg, br34King Ur codez :

14 years agoContrib: force x264 to disable broken options
Jean-Baptiste Kempf [Wed, 20 Jan 2010 15:58:16 +0000 (16:58 +0100)]
Contrib: force x264 to disable broken options

It seem to not work because of cross-compilation. It seems to call directly pkg-config with no way of overriding it.
--disable-avs-input --disable-lavf-input --disable-ffms-input --disable-mp4-output

14 years agoSave the fact that an item has a callback, not the callback itself
Rémi Denis-Courmont [Wed, 20 Jan 2010 18:44:05 +0000 (20:44 +0200)]
Save the fact that an item has a callback, not the callback itself

Saving pointers in the cache makes no sense. In this case, we only want
to know that the plugin must be preloaded so that the configuration item
callback works from the preference dialog.

14 years agodead code
Rémi Denis-Courmont [Wed, 20 Jan 2010 18:22:50 +0000 (20:22 +0200)]
dead code

14 years agovod: remove useless strdup()'s
Pierre Ynard [Wed, 20 Jan 2010 18:35:06 +0000 (19:35 +0100)]
vod: remove useless strdup()'s

14 years agovod: config_GetPsz -> var_InheritString
Pierre Ynard [Wed, 20 Jan 2010 18:29:23 +0000 (19:29 +0100)]
vod: config_GetPsz -> var_InheritString

14 years agolive555: remove broken obsolete work-around
Pierre Ynard [Wed, 20 Jan 2010 18:02:28 +0000 (19:02 +0100)]
live555: remove broken obsolete work-around

This can't be useful anymore, otherwise connections would always
fail... and it was preventing VLC from prompting the user for
authentication credentials (untested).

14 years agoWin32: fix sockets leak
Rémi Denis-Courmont [Wed, 20 Jan 2010 16:34:41 +0000 (18:34 +0200)]
Win32: fix sockets leak

14 years agofb vout: use var_Inherit
Rafaël Carré [Wed, 20 Jan 2010 10:32:58 +0000 (11:32 +0100)]
fb vout: use var_Inherit

14 years agoactivex plugin: Replace duplicated get_object methods with calls to
JP Dinger [Wed, 20 Jan 2010 09:28:03 +0000 (10:28 +0100)]
activex plugin: Replace duplicated get_object methods with calls to
a templated helper. The holder variables are not otherwise used so a
pointer to the (virtual) interface classes works fine.

14 years agoactivex plugin: Dedupe a lot of duplicated code.
JP Dinger [Tue, 19 Jan 2010 23:49:58 +0000 (00:49 +0100)]
activex plugin: Dedupe a lot of duplicated code.

14 years agoFix libavcodec/vaapi.h detection.
Antoine Cellerier [Wed, 20 Jan 2010 08:48:37 +0000 (09:48 +0100)]
Fix libavcodec/vaapi.h detection.

14 years agotest.html: fix typo
Jean-Paul Saman [Wed, 20 Jan 2010 08:28:05 +0000 (09:28 +0100)]
test.html: fix typo

14 years agolibvlc: fix calloc usage.
Rémi Duraffort [Tue, 19 Jan 2010 13:32:31 +0000 (14:32 +0100)]
libvlc: fix calloc usage.

14 years agoFix phonon-vlc compilation and linking.
Rémi Duraffort [Tue, 19 Jan 2010 13:08:27 +0000 (14:08 +0100)]
Fix phonon-vlc compilation and linking.

(not sure that's the best way but that's working well).

14 years agoFixed VA description in avcodec.
Laurent Aimar [Tue, 19 Jan 2010 21:30:05 +0000 (22:30 +0100)]
Fixed VA description in avcodec.

14 years agoEnabled VC-1/WMV3 DXVA2 support in VLC.
Laurent Aimar [Sun, 17 Jan 2010 20:48:08 +0000 (21:48 +0100)]
Enabled VC-1/WMV3 DXVA2 support in VLC.

It won't do anything until the support is actually added to FFmpeg.

14 years agoAdded Intel DXVA2 GUID for H264.
Laurent Aimar [Sun, 17 Jan 2010 19:48:34 +0000 (20:48 +0100)]
Added Intel DXVA2 GUID for H264.

14 years agoA bit more explicit dxva2 describe function.
Laurent Aimar [Sun, 17 Jan 2010 18:41:06 +0000 (19:41 +0100)]
A bit more explicit dxva2 describe function.

14 years agoSaved the informations returned by IDirect3D9_GetAdapterIdentifier (dxva2).
Laurent Aimar [Sun, 17 Jan 2010 18:33:45 +0000 (19:33 +0100)]
Saved the informations returned by IDirect3D9_GetAdapterIdentifier (dxva2).

14 years agoAdd build date/time in the version infos
Rémi Denis-Courmont [Tue, 19 Jan 2010 21:40:49 +0000 (23:40 +0200)]
Add build date/time in the version infos

14 years agoRemove COMPILE_DOMAIN, merge into COMPILE_HOST
Rémi Denis-Courmont [Tue, 19 Jan 2010 21:28:03 +0000 (23:28 +0200)]
Remove COMPILE_DOMAIN, merge into COMPILE_HOST

14 years agochar const -> const char
Rémi Denis-Courmont [Tue, 19 Jan 2010 21:27:30 +0000 (23:27 +0200)]
char const -> const char

14 years agoRevert "Bump ABI for logo and marquee changes."
Rémi Denis-Courmont [Tue, 19 Jan 2010 20:24:21 +0000 (22:24 +0200)]
Revert "Bump ABI for logo and marquee changes."

This reverts commit cbb409e5551b3e663d49fb644bad31256988a6fc, i.e. yet
another proof of the total lack of respect that M2X has for other people
(volunteer's) time and/or code quality.

14 years agoqt4(Win32): fix fullscreen issue on Windows
Erwan Tulou [Tue, 19 Jan 2010 19:46:42 +0000 (20:46 +0100)]
qt4(Win32): fix fullscreen issue on Windows

On Windows, fullscreen was displayed with a frame and title.
Passing the newflags when reparenting works out the problem.
patch tested successfully on Linux and WinXP. other Win flavors to be tested

14 years agoBump ABI for logo and marquee changes.
JP Dinger [Tue, 19 Jan 2010 16:52:02 +0000 (17:52 +0100)]
Bump ABI for logo and marquee changes.

14 years agoUpdate bindings for marquee change (untested).
JP Dinger [Tue, 19 Jan 2010 16:51:39 +0000 (17:51 +0100)]
Update bindings for marquee change (untested).

14 years agoactivex plugin: Bring marquee interface in line with logo.
JP Dinger [Tue, 19 Jan 2010 16:50:52 +0000 (17:50 +0100)]
activex plugin: Bring marquee interface in line with logo.

14 years agomozilla plugin: Bring marquee interface in line with logo.
JP Dinger [Tue, 19 Jan 2010 16:47:31 +0000 (17:47 +0100)]
mozilla plugin: Bring marquee interface in line with logo.

14 years agoDrop option_as_ from marquee interface.
JP Dinger [Tue, 19 Jan 2010 16:45:53 +0000 (17:45 +0100)]
Drop option_as_ from marquee interface.

14 years agoCosmetics: Improve cut&paste in activex plugin readme.
JP Dinger [Tue, 19 Jan 2010 13:42:34 +0000 (14:42 +0100)]
Cosmetics: Improve cut&paste in activex plugin readme.

14 years agoUpdate activex plugin and test page for new logo interface.
JP Dinger [Tue, 19 Jan 2010 13:41:12 +0000 (14:41 +0100)]
Update activex plugin and test page for new logo interface.

14 years agoUpdate mozilla plugin and test page for new logo interface.
JP Dinger [Tue, 19 Jan 2010 13:39:17 +0000 (14:39 +0100)]
Update mozilla plugin and test page for new logo interface.

14 years agoAdd libvlc interface to video_filter/logo module, like the
JP Dinger [Tue, 19 Jan 2010 13:35:10 +0000 (14:35 +0100)]
Add libvlc interface to video_filter/logo module, like the
marquee filter. Also change logo parameter transparency to
opacity for consistency with marquee.

14 years agoadd vlc.video.logo video filter test case to test.html
Jean-Paul Saman [Mon, 18 Jan 2010 21:37:57 +0000 (22:37 +0100)]
add vlc.video.logo video filter test case to test.html

14 years agoChanges for panoramix mode
Eric Lassauge [Fri, 15 Jan 2010 10:44:48 +0000 (02:44 -0800)]
Changes for panoramix mode

Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
14 years agoOnly print CPU capabilities if there are any.
Ramiro Polla [Mon, 18 Jan 2010 19:12:00 +0000 (17:12 -0200)]
Only print CPU capabilities if there are any.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoFixed skipping data until EOF while using block access.
Laurent Aimar [Mon, 18 Jan 2010 20:30:34 +0000 (21:30 +0100)]
Fixed skipping data until EOF while using block access.

14 years agogoom: build fixes
Pierre Ynard [Mon, 18 Jan 2010 19:48:47 +0000 (20:48 +0100)]
goom: build fixes

14 years agolive555: fix typo in comment
Pierre Ynard [Mon, 18 Jan 2010 19:26:49 +0000 (20:26 +0100)]
live555: fix typo in comment

14 years agoForce POSIX shell to run genmf
Rémi Denis-Courmont [Mon, 18 Jan 2010 18:15:24 +0000 (20:15 +0200)]
Force POSIX shell to run genmf

14 years agofix empty declaration warning
Francois Cartegnie [Mon, 18 Jan 2010 17:45:13 +0000 (18:45 +0100)]
fix empty declaration warning

14 years agoautoconf: Don't hardcode shell in templates
Francois Cartegnie [Sun, 17 Jan 2010 17:50:36 +0000 (18:50 +0100)]
autoconf: Don't hardcode shell in templates

14 years agoInput: attach before any variable access so that inheritance works
Rémi Denis-Courmont [Mon, 18 Jan 2010 18:06:27 +0000 (20:06 +0200)]
Input: attach before any variable access so that inheritance works

So far, the input was attached after it inherited quite a bunch of
variables. This did not quite work. The problem lies in the dual use
of object attachment: variables inheritance and tree search.

Nowadays, the input object should not be looked for before it is
initialized. Only children objects use vlc_object_find anymore, and
they can only exist while the input is fully initialized. Other code
paths use playlist_CurrentInput() or such, which only ever return an
already initialized input (from input.c:Create()).

(N.B.: I wonder if there aren't similar issues in VOUT and AOUT)

14 years agoDo not allow input to be found as a child, decoder/generic at all
Rémi Denis-Courmont [Mon, 18 Jan 2010 18:03:34 +0000 (20:03 +0200)]
Do not allow input to be found as a child, decoder/generic at all

This is not needed, and not a good idea.

14 years agoRemove used FIND_STRICT
Rémi Denis-Courmont [Mon, 18 Jan 2010 17:44:50 +0000 (19:44 +0200)]
Remove used FIND_STRICT

14 years agoSAP: rename module to "Network streams (SAP)"
Jean-Philippe André [Mon, 18 Jan 2010 18:03:45 +0000 (19:03 +0100)]
SAP: rename module to "Network streams (SAP)"

Fixes: Qt playlist was not able to display the SAP service discovery
because Qt relies on a call to playlist_ChildSearchName().
The name defined as module longtext must be the same as the SD probe
name.

14 years agoGoom: use playlist_CurrentInput instead of vlc_object_find
Rémi Denis-Courmont [Mon, 18 Jan 2010 17:38:24 +0000 (19:38 +0200)]
Goom: use playlist_CurrentInput instead of vlc_object_find

14 years agolibvlc: config_Get -> var_Inherit
Rémi Denis-Courmont [Mon, 18 Jan 2010 17:19:56 +0000 (19:19 +0200)]
libvlc: config_Get -> var_Inherit

14 years agomissing: sout_Stream{New,Delete} -> sout_StreamChain{New,Delete}
Pierre Ynard [Mon, 18 Jan 2010 11:14:34 +0000 (12:14 +0100)]
missing: sout_Stream{New,Delete} -> sout_StreamChain{New,Delete}

14 years agoplaylist: fix command line options
Rafaël Carré [Mon, 18 Jan 2010 08:51:26 +0000 (09:51 +0100)]
playlist: fix command line options

Use var_Inherit* on parent object in playlist_Create()
Check "media-library" before calling playlist_ML*()

14 years agotest_media_list_player: wait for playing to stop
Rafaël Carré [Mon, 18 Jan 2010 08:20:12 +0000 (09:20 +0100)]
test_media_list_player: wait for playing to stop

14 years agoASX ads behaviour
Pierre Souchay [Mon, 18 Jan 2010 08:21:16 +0000 (09:21 +0100)]
ASX ads behaviour

When the first entry is read and has a clientskip attribute, It keeps a
backup of the playlist entry for later use. If another entry exists
without clientskip attribute, the backup will be discarded.

When finished parsing, we search for a backup, if found, we add it (it
means we did not find any entry).

14 years agomedia_list_player test: attempt at fixing test
Rafaël Carré [Mon, 18 Jan 2010 08:06:49 +0000 (09:06 +0100)]
media_list_player test: attempt at fixing test

Replace arbitrary sleep delays by active waiting of state change
Add state change wait where needed (after play()/next()/previous())

14 years agomedia_player set_state() : only lock if needed
Rafaël Carré [Mon, 18 Jan 2010 08:06:16 +0000 (09:06 +0100)]
media_player set_state() : only lock if needed

14 years agoImproving the accuracy of the A to B looping in the qt4 interface.
Steven Sheehy [Mon, 18 Jan 2010 07:25:38 +0000 (08:25 +0100)]
Improving the accuracy of the A to B looping in the qt4 interface.

14 years agoMove mmx.h to the only place where it is used
Rafaël Carré [Mon, 18 Jan 2010 07:03:18 +0000 (08:03 +0100)]
Move mmx.h to the only place where it is used

14 years agoLibVLC: fix another typo
Pierre Ynard [Sun, 17 Jan 2010 23:21:39 +0000 (00:21 +0100)]
LibVLC: fix another typo

14 years agoLibVLC: fix typo
Pierre Ynard [Sun, 17 Jan 2010 23:03:14 +0000 (00:03 +0100)]
LibVLC: fix typo

14 years agoosx/framework: handle exceptions if there are no SPUs
Felix Paul Kühne [Sun, 17 Jan 2010 21:08:33 +0000 (22:08 +0100)]
osx/framework: handle exceptions if there are no SPUs

14 years agozsh: remove --save-config
Rémi Denis-Courmont [Sun, 17 Jan 2010 20:33:45 +0000 (22:33 +0200)]
zsh: remove --save-config

14 years agoRemove --save-config
Rémi Denis-Courmont [Sun, 17 Jan 2010 20:28:40 +0000 (22:28 +0200)]
Remove --save-config

14 years agoWin: use var_Inherit
Rémi Denis-Courmont [Sun, 17 Jan 2010 20:08:46 +0000 (22:08 +0200)]
Win: use var_Inherit

14 years agoRevert "Qt4: don't show unsaveable playlist-enqueue option in the simple prefs"
Rémi Denis-Courmont [Sun, 17 Jan 2010 20:06:52 +0000 (22:06 +0200)]
Revert "Qt4: don't show unsaveable playlist-enqueue option in the simple prefs"

This reverts commit f2564c1124551c1e05098c9c756e17c0a83846b6.

14 years agoAllow --playlist-enqueue to be configured
Rémi Denis-Courmont [Sun, 17 Jan 2010 20:06:34 +0000 (22:06 +0200)]
Allow --playlist-enqueue to be configured

14 years agoLoad the command line into the LibVLC object variables (fixes #1941)...
Rémi Denis-Courmont [Sun, 17 Jan 2010 19:55:39 +0000 (21:55 +0200)]
Load the command line into the LibVLC object variables (fixes #1941)...

...instead of the configuration. As a side effect, the command line
parameter should not be visible in the preferences, and more importantly
not be saved as part of the persistent configuration (fixes #1428)
(and really fixes older #1106).

We might be able to remove a few "dummy" change_unsaveable(). Some of
them really were just work-arounds for this bug. In principle, we could
possibly remove all of them as long as we keep add_internal().

Note that this commit will render any command line option inoperant if
it is read with config_Get*() instead of var_Inherit*() or var_*Get*().
I already fixed the most commonly used occurences, but there are some
left, especially inside plugins.

14 years agovideo output core: use var_Inherit
Rémi Denis-Courmont [Sun, 17 Jan 2010 19:54:11 +0000 (21:54 +0200)]
video output core: use var_Inherit

14 years agomodules bank: use var_Inherit instead of config_Get
Rémi Denis-Courmont [Sun, 17 Jan 2010 19:51:36 +0000 (21:51 +0200)]
modules bank: use var_Inherit instead of config_Get

14 years agoLibVLC: use var_Inherit instead of config_Get
Rémi Denis-Courmont [Sun, 17 Jan 2010 19:51:15 +0000 (21:51 +0200)]
LibVLC: use var_Inherit instead of config_Get

14 years agoQt4: don't show unsaveable playlist-enqueue option in the simple prefs
Rémi Denis-Courmont [Sun, 17 Jan 2010 19:24:48 +0000 (21:24 +0200)]
Qt4: don't show unsaveable playlist-enqueue option in the simple prefs

This is silly. This option cannot be set from the configuration, so it
does not beling in the preferences.

14 years agoAudio format: requires same sample rate and channels count
Rémi Denis-Courmont [Sun, 17 Jan 2010 18:25:24 +0000 (20:25 +0200)]
Audio format: requires same sample rate and channels count

This fixes #3168. The audio_format plugin was ignorantly claiming to
convert the sample rate and channel count, though it obviously did not.

14 years agoAudio output: fix integer overflow
Jean-Philippe André [Sun, 17 Jan 2010 15:35:10 +0000 (16:35 +0100)]
Audio output: fix integer overflow

This fixes the following bug:
When scrolling the mouse wheel down, volume jumps from 0% to 400%.

14 years agoQt: Prevent volume up/down on mouseWheel events inside StdPLPanel
Jean-Philippe André [Sun, 17 Jan 2010 12:16:55 +0000 (13:16 +0100)]
Qt: Prevent volume up/down on mouseWheel events inside StdPLPanel

14 years agosvg: fix possible NULL dereference.
Rémi Duraffort [Sun, 17 Jan 2010 11:44:10 +0000 (12:44 +0100)]
svg: fix possible NULL dereference.

14 years agox264.c: add psy mbtree and intra-refresh boolean options
Ilkka Ollakka [Sun, 17 Jan 2010 11:38:12 +0000 (13:38 +0200)]
x264.c: add psy mbtree and intra-refresh boolean options

14 years agobandlimited: avoid large stack allocation (refs #3199)
Rémi Denis-Courmont [Sun, 17 Jan 2010 11:32:57 +0000 (13:32 +0200)]
bandlimited: avoid large stack allocation (refs #3199)

In most cases, there is enough space for the 2 old samples in the
input buffer head room. In other cases, we anyway need to memory copy
the whole buffer. So we now use block_Realloc(). This also saves us from
copying every samples when resampling.

Unfortunately, the transcode plugin seems to be feeding crap into the
resampler, thus it still crashes.

14 years ago...Because we are using pointer arithmetic with float pointers
Rémi Denis-Courmont [Sun, 17 Jan 2010 11:06:32 +0000 (13:06 +0200)]
...Because we are using pointer arithmetic with float pointers

14 years agoMention in NEWS the duplicate merge
Jean-Baptiste Kempf [Sun, 17 Jan 2010 10:50:32 +0000 (11:50 +0100)]
Mention in NEWS the duplicate merge

14 years agoFix double free after stream_out creation failed
Rafaël Carré [Sun, 17 Jan 2010 10:43:53 +0000 (11:43 +0100)]
Fix double free after stream_out creation failed

Also fix a use after free

14 years agoCPU: win32 simplification
Jean-Baptiste Kempf [Sun, 17 Jan 2010 10:31:33 +0000 (11:31 +0100)]
CPU: win32 simplification

14 years agoReplace a not space blank character
Rafaël Carré [Sun, 17 Jan 2010 10:31:04 +0000 (11:31 +0100)]
Replace a not space blank character

14 years agopthread: fix semaphore error handling
Rémi Denis-Courmont [Sun, 17 Jan 2010 10:13:31 +0000 (12:13 +0200)]
pthread: fix semaphore error handling

POSIX sem_*() functions return -1 on error and the error code in errno
(contrary to most POSIX thread functions).

14 years agopthread: mark allocation errors as unlikely
Rémi Denis-Courmont [Sun, 17 Jan 2010 10:13:07 +0000 (12:13 +0200)]
pthread: mark allocation errors as unlikely

14 years agopthread: mark bugs as unlikely
Rémi Denis-Courmont [Sun, 17 Jan 2010 10:12:32 +0000 (12:12 +0200)]
pthread: mark bugs as unlikely

14 years agoqt4: Don't update art when it hasn't changed
Rafaël Carré [Sun, 17 Jan 2010 10:09:46 +0000 (11:09 +0100)]
qt4: Don't update art when it hasn't changed

This gives a use to the otherwise useless artUrl variable
This prevents qt4 interface from consuming 100% of CPU when art image
has to be scaled from a big source picture

14 years agoRevert "Win32: use IsProcessorFeaturePresent() to detect available instructions"
Geoffroy Couprie [Sun, 17 Jan 2010 09:57:20 +0000 (10:57 +0100)]
Revert "Win32: use IsProcessorFeaturePresent() to detect available instructions"

This reverts commit 4b5229c80508c84dbb28b834c5955e1177d9f779.

14 years agovlc_es.h: remove useless vlc_common.h include
Rafaël Carré [Sun, 17 Jan 2010 06:58:45 +0000 (07:58 +0100)]
vlc_es.h: remove useless vlc_common.h include

14 years agosout: allow duplicate outputs to be merged
Rafaël Carré [Sun, 17 Jan 2010 06:37:33 +0000 (07:37 +0100)]
sout: allow duplicate outputs to be merged

The stream_out_t chain creation is modified: all modules are created by
the core (or by stream_out_duplicate) instead of being created by the
previous module.

sout_StreamChain{New,Delete} replace sout_Stream{New,Delete} to handle
modules chains instead of individual modules

sout_Stream{New,Delete} are still used by those new functions but made
static inside stream_output.c

Remove now unneeded psz_chain from struct sout_instance_t
Replace pointer to chain of next module by pointer to next module in
struct sout_stream_t

Example use:

vlc --sout-all input.mp4 --sout
"#duplicate{dst=transcode{vcodec=mp2v},select=es=0,dst=transcode,select=es=1}:std{...}"

(dst=transcode without acodec/vcodec is a hack to pass the encoded stream to
stream_out_standard without transcoding)

14 years agoUse the VLC CODEC macros everywhere.
Jean-Baptiste Kempf [Sat, 16 Jan 2010 19:15:53 +0000 (20:15 +0100)]
Use the VLC CODEC macros everywhere.

I vote that we remove this plugin now.
FFmpeg supports SIPR natively now.

14 years agoPartial revert of debug that was never meant to be pushed.
Jean-Baptiste Kempf [Sat, 16 Jan 2010 18:30:31 +0000 (19:30 +0100)]
Partial revert of debug that was never meant to be pushed.

Sorry

14 years agoQt4: win32 simplification
Jean-Baptiste Kempf [Sat, 16 Jan 2010 18:29:42 +0000 (19:29 +0100)]
Qt4: win32 simplification

14 years agoWin32: use IsProcessorFeaturePresent() to detect available instructions
Geoffroy Couprie [Sat, 16 Jan 2010 16:15:32 +0000 (17:15 +0100)]
Win32: use IsProcessorFeaturePresent() to detect available instructions

14 years agoWin32: add support for play and pause buttons in media keys (different from a plya...
Geoffroy Couprie [Sat, 16 Jan 2010 15:39:22 +0000 (16:39 +0100)]
Win32: add support for play and pause buttons in media keys (different from a plya/pause unique button