]> git.sesse.net Git - vlc/log
vlc
12 years agoaudio output must be reset if the format or channels mask changes
Rémi Denis-Courmont [Tue, 6 Mar 2012 20:02:42 +0000 (22:02 +0200)]
audio output must be reset if the format or channels mask changes

The check would only reset the output if the sample rate or the
bandwidth changed. For example a switch from 16-bits stereo to
32-bits mono would be undetected. Fortunately, this probably never
happened in practice.

12 years agoRemove unneeded #include <vlc_aout.h>
Rémi Denis-Courmont [Tue, 6 Mar 2012 19:19:44 +0000 (21:19 +0200)]
Remove unneeded #include <vlc_aout.h>

12 years agoMove channels definition to <vlc_es.h>
Rémi Denis-Courmont [Tue, 6 Mar 2012 19:18:30 +0000 (21:18 +0200)]
Move channels definition to <vlc_es.h>

They are mainly for audio_format_t which is also defined there. Many
files included <vlc_aout.h> only for these.

12 years agomacosx: fixed execution on OS X 10.5 (close #6282)
Felix Paul Kühne [Tue, 6 Mar 2012 18:54:13 +0000 (19:54 +0100)]
macosx: fixed execution on OS X 10.5 (close #6282)

12 years agoaout_DecNew: Use AOUT_CHAN_MAX
Rémi Denis-Courmont [Tue, 6 Mar 2012 19:04:11 +0000 (21:04 +0200)]
aout_DecNew: Use AOUT_CHAN_MAX

12 years agomodplug: no need to link to stdc++ and m
Rémi Denis-Courmont [Fri, 2 Mar 2012 14:59:10 +0000 (16:59 +0200)]
modplug: no need to link to stdc++ and m

This avoids extraneous libraries when libmodplug is a dynamic library.

12 years agocontrib: modplug: merge Libs.private into Libs for static linking
Rémi Denis-Courmont [Tue, 6 Mar 2012 16:49:00 +0000 (18:49 +0200)]
contrib: modplug: merge Libs.private into Libs for static linking

12 years agocontrib: helper to merge Libs and Libs.private in pkg-config files
Rémi Denis-Courmont [Tue, 6 Mar 2012 16:48:29 +0000 (18:48 +0200)]
contrib: helper to merge Libs and Libs.private in pkg-config files

pkg-config is unable to autodetect whether a package is linked
statically or not. This helper just moves Libs.private into Libs
manually in case only a static library is built. Most if not all of
contribs are built that way.

12 years agoALSA: do not turn off softvol
Rémi Denis-Courmont [Tue, 6 Mar 2012 16:10:30 +0000 (18:10 +0200)]
ALSA: do not turn off softvol

Some people actually use it.

12 years agomacosx: added additional artwork for the single fullscreen button in the detached...
Felix Paul Kühne [Tue, 6 Mar 2012 12:42:31 +0000 (13:42 +0100)]
macosx: added additional artwork for the single fullscreen button in the detached video output window

derived from previous artwork for other single buttons

12 years agodash: read skips bytes when p_read is NULL
Christopher Mueller [Tue, 6 Mar 2012 07:30:05 +0000 (08:30 +0100)]
dash: read skips bytes when p_read is NULL

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agoQt: SoundSlider: create gradients according to sound max value
Francois Cartegnie [Mon, 5 Mar 2012 21:24:22 +0000 (22:24 +0100)]
Qt: SoundSlider: create gradients according to sound max value

12 years agomacosx: redraw the playlist view on selection change (close #6316)
Felix Paul Kühne [Mon, 5 Mar 2012 19:55:35 +0000 (20:55 +0100)]
macosx: redraw the playlist view on selection change (close #6316)

12 years agomacosx: fixed compilation warning
Felix Paul Kühne [Mon, 5 Mar 2012 19:52:07 +0000 (20:52 +0100)]
macosx: fixed compilation warning

12 years agomacosx: fixed aspect ratio and crop commands by removing a no longer needed hack...
Felix Paul Kühne [Mon, 5 Mar 2012 19:43:35 +0000 (20:43 +0100)]
macosx: fixed aspect ratio and crop commands by removing a no longer needed hack (close #5921, close #6080)

12 years agomacosx: minor ui fixes to the detached video output window
Felix Paul Kühne [Mon, 5 Mar 2012 19:30:20 +0000 (20:30 +0100)]
macosx: minor ui fixes to the detached video output window

12 years agomacosx: fixed crash on quit while the video plays in the detached window
Felix Paul Kühne [Mon, 5 Mar 2012 19:26:06 +0000 (20:26 +0100)]
macosx: fixed crash on quit while the video plays in the detached window

12 years agomacosx: added window title to the detached video output window when using the black...
Felix Paul Kühne [Mon, 5 Mar 2012 19:20:11 +0000 (20:20 +0100)]
macosx: added window title to the detached video output window when using the black ui mode

code needs factorization with the main window

12 years agomacosx: remove debug
Felix Paul Kühne [Mon, 5 Mar 2012 19:11:16 +0000 (20:11 +0100)]
macosx: remove debug

12 years agohttplive: fix stream detection
Rafaël Carré [Mon, 5 Mar 2012 16:15:27 +0000 (11:15 -0500)]
httplive: fix stream detection

Using str*() on a bytestream is a bad idea.

12 years agocoreaudio_lag_fix.patch
Jon Stacey [Mon, 5 Mar 2012 06:54:35 +0000 (00:54 -0600)]
coreaudio_lag_fix.patch

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agoqt4: Removing debug
Hugo Beauzée-Luyssen [Mon, 5 Mar 2012 15:44:46 +0000 (16:44 +0100)]
qt4: Removing debug

12 years agodash: fix parsing bug
Christopher Mueller [Fri, 2 Mar 2012 08:57:00 +0000 (09:57 +0100)]
dash: fix parsing bug

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agots_debug: check format parameters
Rafaël Carré [Mon, 5 Mar 2012 11:07:29 +0000 (06:07 -0500)]
ts_debug: check format parameters

12 years agoSAP : handle legacy v0 where the hash is not set (I forgot this case in c495d676f1)
Sébastien Escudier [Mon, 5 Mar 2012 08:47:33 +0000 (09:47 +0100)]
SAP : handle legacy v0 where the hash is not set (I forgot this case in c495d676f1)

12 years agoTS Demux: PCRHandle(): simplify
Rafaël Carré [Thu, 16 Feb 2012 09:05:29 +0000 (04:05 -0500)]
TS Demux: PCRHandle(): simplify

12 years agoTS Demux: dr_52.h and dr_59.h are always present
Rafaël Carré [Thu, 16 Feb 2012 09:02:01 +0000 (04:02 -0500)]
TS Demux: dr_52.h and dr_59.h are always present

12 years agoTS demux: PMT callback: simplify
Rafaël Carré [Thu, 16 Feb 2012 08:58:55 +0000 (03:58 -0500)]
TS demux: PMT callback: simplify

12 years agoTS demux: PATCallback: simplify
Rafaël Carré [Thu, 16 Feb 2012 08:32:29 +0000 (03:32 -0500)]
TS demux: PATCallback: simplify

12 years agoTS demux: PIDInit(): simplify
Rafaël Carré [Thu, 16 Feb 2012 08:18:52 +0000 (03:18 -0500)]
TS demux: PIDInit(): simplify

12 years agoTS Demux: PIDFillFormat(): void, reduce dereference
Rafaël Carré [Thu, 16 Feb 2012 08:16:13 +0000 (03:16 -0500)]
TS Demux: PIDFillFormat(): void, reduce dereference

12 years agoTS Demux: IODNew(): simplify
Rafaël Carré [Thu, 16 Feb 2012 08:12:16 +0000 (03:12 -0500)]
TS Demux: IODNew(): simplify

12 years agoTS demux: iod_descriptor_t: remove write-only members
Rafaël Carré [Thu, 16 Feb 2012 07:14:06 +0000 (02:14 -0500)]
TS demux: iod_descriptor_t: remove write-only members

12 years agoTS demux: IODFree / IODNew: simplify
Rafaël Carré [Thu, 16 Feb 2012 04:10:41 +0000 (23:10 -0500)]
TS demux: IODFree / IODNew: simplify

12 years agoTS demux: es_mpeg4_descriptor_t: remove write-only members
Rafaël Carré [Thu, 16 Feb 2012 03:57:54 +0000 (22:57 -0500)]
TS demux: es_mpeg4_descriptor_t: remove write-only members

12 years agoTS demux: decoder_config_descriptor_t: remove write-only members
Rafaël Carré [Thu, 16 Feb 2012 03:50:10 +0000 (22:50 -0500)]
TS demux: decoder_config_descriptor_t: remove write-only members

12 years agoTS demux: use c99 for, cosmetics
Rafaël Carré [Tue, 14 Feb 2012 22:50:39 +0000 (17:50 -0500)]
TS demux: use c99 for, cosmetics

12 years agosl_config_descriptor_t: unused, remove
Rafaël Carré [Tue, 14 Feb 2012 22:44:10 +0000 (17:44 -0500)]
sl_config_descriptor_t: unused, remove

12 years agoTS demux: use a static function for debugging
Rafaël Carré [Tue, 14 Feb 2012 22:17:08 +0000 (17:17 -0500)]
TS demux: use a static function for debugging

12 years agoTS Demux: assume dvbpsi/tot.h is present
Rafaël Carré [Tue, 14 Feb 2012 22:12:35 +0000 (17:12 -0500)]
TS Demux: assume dvbpsi/tot.h is present

12 years agoTS demux: fix print format strings
Rafaël Carré [Tue, 14 Feb 2012 22:03:06 +0000 (17:03 -0500)]
TS demux: fix print format strings

12 years agoTS demux: decoder_specific_info -> i_extra/p_extra
Rafaël Carré [Tue, 14 Feb 2012 21:59:03 +0000 (16:59 -0500)]
TS demux: decoder_specific_info -> i_extra/p_extra

12 years agoDecoderFixTs: deindent, cosmetics
Rafaël Carré [Mon, 5 Mar 2012 07:56:35 +0000 (02:56 -0500)]
DecoderFixTs: deindent, cosmetics

12 years agoinput_EsOutNew: use calloc
Rafaël Carré [Mon, 5 Mar 2012 07:16:50 +0000 (02:16 -0500)]
input_EsOutNew: use calloc

12 years agoes_out.c: use c99 for
Rafaël Carré [Mon, 5 Mar 2012 07:16:26 +0000 (02:16 -0500)]
es_out.c: use c99 for

12 years agoEsOutControlLocked: align case on same level than switch
Rafaël Carré [Mon, 5 Mar 2012 06:46:53 +0000 (01:46 -0500)]
EsOutControlLocked: align case on same level than switch

12 years agomacosx: implemented playback controls for the detached video window (bwd/play/fwd...
Felix Paul Kühne [Mon, 5 Mar 2012 02:10:50 +0000 (03:10 +0100)]
macosx: implemented playback controls for the detached video window (bwd/play/fwd, position, time, fullscreen)

2 things todo:

- get custom artwork for the fullscreen button

- implement window title when using the black ui mode

12 years agohls: Fixing bad length computing.
Chris Smowton [Sun, 4 Mar 2012 21:17:33 +0000 (22:17 +0100)]
hls: Fixing bad length computing.

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agohls: Fixing backward seek
Chris Smowton [Sun, 4 Mar 2012 21:15:06 +0000 (22:15 +0100)]
hls: Fixing backward seek

Fixes #6261
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agoFixing HLS on win32.
Hugo Beauzée-Luyssen [Sun, 4 Mar 2012 20:50:45 +0000 (21:50 +0100)]
Fixing HLS on win32.

12 years agolibvlc: inform that the option was deprecated since 2.0.0
Rémi Duraffort [Sun, 4 Mar 2012 18:29:43 +0000 (19:29 +0100)]
libvlc: inform that the option was deprecated since 2.0.0

12 years agocosmetics (unused variable).
Rémi Duraffort [Sun, 4 Mar 2012 18:26:22 +0000 (19:26 +0100)]
cosmetics (unused variable).

12 years agohttp: fix memory leak in the error path
Rémi Duraffort [Sun, 4 Mar 2012 18:25:32 +0000 (19:25 +0100)]
http: fix memory leak in the error path

12 years agovideo_filters: use spin locks whenever possible
Rémi Duraffort [Sun, 5 Feb 2012 22:27:19 +0000 (23:27 +0100)]
video_filters: use spin locks whenever possible

12 years agomacosx: handle Lion's fullscreen shortcut in addition to our own keys (close #6313)
Felix Paul Kühne [Sun, 4 Mar 2012 18:05:41 +0000 (19:05 +0100)]
macosx: handle Lion's fullscreen shortcut in addition to our own keys (close #6313)

12 years agomacosx: fixed re-sizing issue with the drop zone
Felix Paul Kühne [Sun, 4 Mar 2012 17:32:34 +0000 (18:32 +0100)]
macosx: fixed re-sizing issue with the drop zone

12 years agomacosx: fix crash when audio effects panel was opened
David Fuhrmann [Sun, 4 Mar 2012 15:24:56 +0000 (16:24 +0100)]
macosx: fix crash when audio effects panel was opened

close #6252

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agomacosx: fixed resizing issue, which was in part fixed by the previous commit by accid...
Felix Paul Kühne [Sun, 4 Mar 2012 16:51:06 +0000 (17:51 +0100)]
macosx: fixed resizing issue, which was in part fixed by the previous commit by accident (close #6203)

12 years agoQt: SeekSlider: optimize, precomputing gradients
Francois Cartegnie [Sun, 4 Mar 2012 14:45:53 +0000 (15:45 +0100)]
Qt: SeekSlider: optimize, precomputing gradients

12 years agomacosx vout: show complete window if we would resize beyond screen bounds
David Fuhrmann [Sun, 4 Mar 2012 11:41:33 +0000 (12:41 +0100)]
macosx vout: show complete window if we would resize beyond screen bounds

Make sure that if we would resize beyond the screen we set the origin values to ensure that the complete window is visible.

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agoRevert "macosx vout: show complete window if we would resize beyond screen bounds"
Felix Paul Kühne [Sun, 4 Mar 2012 12:12:13 +0000 (13:12 +0100)]
Revert "macosx vout: show complete window if we would resize beyond screen bounds"

This reverts commit 3effe29897d85b43901bd879cdcc1cec8f80fd05.

12 years agomacosx vout: show complete window if we would resize beyond screen bounds
David Fuhrmann [Sun, 4 Mar 2012 11:49:42 +0000 (12:49 +0100)]
macosx vout: show complete window if we would resize beyond screen bounds

Make sure that if we would resize beyond the screen we set the origin values to ensure that the complete window is visible.

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agomacosx: allow the user to hide the sidebar (close #6088)
Felix Paul Kühne [Sun, 4 Mar 2012 12:08:11 +0000 (13:08 +0100)]
macosx: allow the user to hide the sidebar (close #6088)

12 years agosrc: fixed multicast reception on OS X when using the 10.7 SDK (close #6104)
Felix Paul Kühne [Sun, 4 Mar 2012 11:42:00 +0000 (12:42 +0100)]
src: fixed multicast reception on OS X when using the 10.7 SDK (close #6104)

12 years agomacosx: fix white fullscreen when video ended(close #6288)
David Fuhrmann [Sun, 4 Mar 2012 01:17:53 +0000 (02:17 +0100)]
macosx: fix white fullscreen when video ended(close #6288)

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agoQt: SoundSlider: optimize paint method
Francois Cartegnie [Sat, 3 Mar 2012 21:29:10 +0000 (22:29 +0100)]
Qt: SoundSlider: optimize paint method

12 years agoRTP: set audio channels directly rather than channels count
Rémi Denis-Courmont [Sat, 3 Mar 2012 20:48:38 +0000 (22:48 +0200)]
RTP: set audio channels directly rather than channels count

12 years agoRemove useless case
Rémi Denis-Courmont [Sat, 3 Mar 2012 20:38:25 +0000 (22:38 +0200)]
Remove useless case

i_physical_channels only uses PHYSMASK bits anyway.

12 years agoADTS in TS muxing: fix use after free
Rafaël Carré [Sat, 3 Mar 2012 20:20:07 +0000 (15:20 -0500)]
ADTS in TS muxing: fix use after free

12 years agoALSA: untested support for 7.1
Rémi Denis-Courmont [Sat, 3 Mar 2012 18:46:48 +0000 (20:46 +0200)]
ALSA: untested support for 7.1

12 years agoALSA: add configuration item for channels, remove broken autodetection
Rémi Denis-Courmont [Sat, 3 Mar 2012 14:39:26 +0000 (16:39 +0200)]
ALSA: add configuration item for channels, remove broken autodetection

There is no reliable way to determine the channel configuration of a
certain ALSA device. The ALSA operates at too low level for that.
So add a configuration option with default to stereo (as in previous
VLC versions). However, the user will not need to re-enable 5.1 every
time.

This commit also removes all the fancy device choices. The static
choices are overriden dynamically by the UI anyway. So the only use of
the list was in vlc --help.

12 years agoAdd shorthands for audio channel maps
Rémi Denis-Courmont [Sat, 3 Mar 2012 17:11:44 +0000 (19:11 +0200)]
Add shorthands for audio channel maps

12 years agoALSA: fix S/PDIF output (hopefully)
Rémi Denis-Courmont [Sat, 3 Mar 2012 18:00:44 +0000 (20:00 +0200)]
ALSA: fix S/PDIF output (hopefully)

Do not clobber the output format channels to stereo. This would break
the VLC filtering pipeline.

12 years agomacosx: fix crash on exit in concunction with InputEvent
David Fuhrmann [Sat, 3 Mar 2012 16:01:08 +0000 (17:01 +0100)]
macosx: fix crash on exit in concunction with InputEvent

For each input thread the callback for "intf-event" was registered
at least twice, and never deleted correctly.
Therefore this patch makes sure that we add the callback only once,
and also properly delete the old one when the input changed.

should close #6207, refs #6252

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agomacosx_vout: implemented a cleaner approach to limit the window size according to...
Felix Paul Kühne [Sat, 3 Mar 2012 12:02:36 +0000 (13:02 +0100)]
macosx_vout: implemented a cleaner approach to limit the window size according to the screen it is displayed on (close #5875)

12 years agoMMS: add an error message if UTF-16 conversion fails
Rafaël Carré [Sat, 3 Mar 2012 00:08:48 +0000 (19:08 -0500)]
MMS: add an error message if UTF-16 conversion fails

Server rejects connection if some field are not set properly

12 years agoAvoid char conversion in strchr() - should fix #6266
Rémi Denis-Courmont [Fri, 2 Mar 2012 16:44:35 +0000 (18:44 +0200)]
Avoid char conversion in strchr() - should fix #6266

12 years agoavcodec: fix error resilience setting (renamed a while to recognition)
Rafaël Carré [Fri, 2 Mar 2012 16:40:40 +0000 (11:40 -0500)]
avcodec: fix error resilience setting (renamed a while to recognition)

The field was renamed in lavc54 and setting values changed from
enum to bitfield.
We don't need to care about this because VLC doesn't specify values.

12 years agoQt: SoundSlider: fix visibility warning
Francois Cartegnie [Fri, 2 Mar 2012 16:21:40 +0000 (17:21 +0100)]
Qt: SoundSlider: fix visibility warning

12 years agoQt: SoundSlider: fix undefined character escape sequence
Francois Cartegnie [Fri, 2 Mar 2012 16:20:40 +0000 (17:20 +0100)]
Qt: SoundSlider: fix undefined character escape sequence

12 years agoQt: ControlsWidget: fix layout visibility
Francois Cartegnie [Fri, 2 Mar 2012 16:17:05 +0000 (17:17 +0100)]
Qt: ControlsWidget: fix layout visibility

12 years agoQt: extensioninfo dialog: remove unused member
Francois Cartegnie [Fri, 2 Mar 2012 15:38:37 +0000 (16:38 +0100)]
Qt: extensioninfo dialog: remove unused member

12 years agoQt: messages: fix visibility warning
Francois Cartegnie [Fri, 2 Mar 2012 15:22:52 +0000 (16:22 +0100)]
Qt: messages: fix visibility warning

12 years agoQt: preferences: remove unused hidden member
Francois Cartegnie [Fri, 2 Mar 2012 15:16:14 +0000 (16:16 +0100)]
Qt: preferences: remove unused hidden member

12 years agoQt: epg dialog: fix base class hidden method
Francois Cartegnie [Fri, 2 Mar 2012 15:14:04 +0000 (16:14 +0100)]
Qt: epg dialog: fix base class hidden method

12 years agoQt: various visibility warnings fixs
Francois Cartegnie [Fri, 2 Mar 2012 15:11:16 +0000 (16:11 +0100)]
Qt: various visibility warnings fixs

12 years agoInvoke check_headers with $(SHELL)
Maciej Blizinski [Wed, 29 Feb 2012 23:55:49 +0000 (00:55 +0100)]
Invoke check_headers with $(SHELL)

Otherwise, it gets executed with /bin/sh which on Solaris does not support the
$(...) construct. This causes 'gmake check' to fail. For example:

../src/check_headers: $(dirname ../src/check_headers): does not exist

Calling check_headers with $(SHELL) explicitly makes use of CONFIG_SHELL.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoUse libcompat in tests
Maciej Blizinski [Thu, 1 Mar 2012 08:37:48 +0000 (09:37 +0100)]
Use libcompat in tests

Otherwise:

Undefined                       first referenced
 symbol                             in file
asprintf                            url.o
ld: fatal: Symbol referencing errors. No output written to test_url

This patch uses a mix of tabs and spaces to match the existing convention.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoRevert "macosx: don't let the video window get larger than the screen it is on (close...
Felix Paul Kühne [Fri, 2 Mar 2012 11:50:49 +0000 (12:50 +0100)]
Revert "macosx: don't let the video window get larger than the screen it is on (close #5875)"

This reverts commit 93b211422cf7fa0c7e61c355da2068e7e0e56a69.

12 years agoRevert "Qt: handle special mouse buttons"
Francois Cartegnie [Fri, 2 Mar 2012 11:08:45 +0000 (12:08 +0100)]
Revert "Qt: handle special mouse buttons"

This reverts commit e3511f67bc3ea374382359ed92b6d4312282f7a9.

12 years agoRevert "vlc_keys: define mouse's middle, 4 & 5 buttons."t revert
Francois Cartegnie [Fri, 2 Mar 2012 11:08:30 +0000 (12:08 +0100)]
Revert "vlc_keys: define mouse's middle, 4 & 5 buttons."t revert

This reverts commit aeb250f758bfce98368ccb094067a8ad82bea7c6.

12 years agoSAP : uniquely identify a session with the hash id and source, as described in rfc2974
Sébastien Escudier [Thu, 1 Mar 2012 12:32:37 +0000 (13:32 +0100)]
SAP : uniquely identify a session with the hash id and source, as described in rfc2974

12 years agoSupport qcp file opening
Jean-Baptiste Kempf [Fri, 2 Mar 2012 01:23:41 +0000 (02:23 +0100)]
Support qcp file opening

Close #6291

12 years agoQt: preferences_widgets: fix vtable entries for show()/hide()
Francois Cartegnie [Fri, 2 Mar 2012 00:28:41 +0000 (01:28 +0100)]
Qt: preferences_widgets: fix vtable entries for show()/hide()

12 years agoQt: playlist_model: don't declare array with non constant expression
Francois Cartegnie [Fri, 2 Mar 2012 00:01:29 +0000 (01:01 +0100)]
Qt: playlist_model: don't declare array with non constant expression

12 years agoQt: qmenuview: fix macro usage
Francois Cartegnie [Thu, 1 Mar 2012 23:50:50 +0000 (00:50 +0100)]
Qt: qmenuview: fix macro usage

12 years agoQt: Don't bypass (goto error) local variable declarations
Francois Cartegnie [Thu, 1 Mar 2012 23:46:28 +0000 (00:46 +0100)]
Qt: Don't bypass (goto error) local variable declarations

12 years agoQt: handle special mouse buttons
Francois Cartegnie [Mon, 27 Feb 2012 19:54:31 +0000 (20:54 +0100)]
Qt: handle special mouse buttons

12 years agovlc_keys: define mouse's middle, 4 & 5 buttons.
Francois Cartegnie [Fri, 24 Feb 2012 18:24:52 +0000 (19:24 +0100)]
vlc_keys: define mouse's middle, 4 & 5 buttons.

The same way as Wheel left/right, allow to use
those buttons for GUI shortcuts.

12 years agoRevert "Link vlc-cache-gen with the C++ standard library..."
Rémi Denis-Courmont [Thu, 1 Mar 2012 20:42:13 +0000 (22:42 +0200)]
Revert "Link vlc-cache-gen with the C++ standard library..."

This reverts commit 07d38617832be934896fa7a14fe52f1a65c901ab.