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

12 years agomacosx: don't let the video window get larger than the screen it is on (close #5875)
Felix Paul Kühne [Thu, 1 Mar 2012 18:42:10 +0000 (19:42 +0100)]
macosx: don't let the video window get larger than the screen it is on (close #5875)

12 years agomacosx: don't allow option-click on the playlist button in case a video is playing
Felix Paul Kühne [Thu, 1 Mar 2012 18:05:21 +0000 (19:05 +0100)]
macosx: don't allow option-click on the playlist button in case a video is playing

12 years agomacosx: hide the playlist without option click when showing the video in a separate...
Felix Paul Kühne [Thu, 1 Mar 2012 18:01:50 +0000 (19:01 +0100)]
macosx: hide the playlist without option click when showing the video in a separate window (refs #6213)

12 years agomacosx: fixed a crash
Felix Paul Kühne [Thu, 1 Mar 2012 18:00:16 +0000 (19:00 +0100)]
macosx: fixed a crash

12 years agognutls: simplify x509 certs loading, no need for O_DIRECTORY
Rémi Denis-Courmont [Thu, 1 Mar 2012 17:32:08 +0000 (19:32 +0200)]
gnutls: simplify x509 certs loading, no need for O_DIRECTORY

12 years agoFix MacOS compilation (probably)
Rémi Denis-Courmont [Thu, 1 Mar 2012 17:28:37 +0000 (19:28 +0200)]
Fix MacOS compilation (probably)

12 years agoRemove the old glibc version check
Rémi Denis-Courmont [Thu, 1 Mar 2012 17:24:40 +0000 (19:24 +0200)]
Remove the old glibc version check

This is not so relevant anymore and was only a warning anyway.
(We cannot avoid the bug in LibVLC.)

12 years agoWork around automake bug (?) to distribute contribs
Rémi Denis-Courmont [Thu, 1 Mar 2012 17:06:20 +0000 (19:06 +0200)]
Work around automake bug (?) to distribute contribs

Files were copied to contrib/src/src instead of contrib/src...

12 years agomacosx: cosmetics
Felix Paul Kühne [Thu, 1 Mar 2012 16:46:09 +0000 (17:46 +0100)]
macosx: cosmetics

12 years agomacosx: fixed track synchronization panel (close #6233)
Felix Paul Kühne [Thu, 1 Mar 2012 16:24:19 +0000 (17:24 +0100)]
macosx: fixed track synchronization panel (close #6233)

12 years agoRemove unused PLUGINS variable
Rafaël Carré [Wed, 29 Feb 2012 22:32:16 +0000 (17:32 -0500)]
Remove unused PLUGINS variable

12 years agoGradfun: do not crash on exit on Win32
Jean-Baptiste Kempf [Thu, 1 Mar 2012 10:12:20 +0000 (11:12 +0100)]
Gradfun: do not crash on exit on Win32

vlc_memalign data should be vlc_free'd

Close #6114 #6280

12 years agoAdd Keywords to the vlc.desktop file
Jean-Baptiste Kempf [Thu, 1 Mar 2012 09:40:46 +0000 (10:40 +0100)]
Add Keywords to the vlc.desktop file

Close #6275
Close LP:943014

12 years agoLink vlc-cache-gen with the C++ standard library to avoid issues when we
Sam Hocevar [Wed, 29 Feb 2012 19:53:07 +0000 (20:53 +0100)]
Link vlc-cache-gen with the C++ standard library to avoid issues when we
dlclose() a C++ plugin that was built with a faulty library that may have
registered __cxa_atexit callbacks (usually through the libstdc++ that
library was built with).

Upgrading libstdc++ is not always a solution since some code may have been
inlined and we can't get rid of it.

12 years agoFix a typo in the fourcc definition list affecting I444.
Sam Hocevar [Sun, 17 Oct 2010 17:28:56 +0000 (19:28 +0200)]
Fix a typo in the fourcc definition list affecting I444.

12 years agoEscape double quotes when creating 'compile'
Maciej Blizinski [Wed, 29 Feb 2012 14:59:46 +0000 (15:59 +0100)]
Escape double quotes when creating 'compile'

Signed-off-by: Rafaël Carré <funman@videolan.org>
12 years agodecoder synchro: cosmetics
Rafaël Carré [Wed, 29 Feb 2012 22:09:11 +0000 (17:09 -0500)]
decoder synchro: cosmetics

12 years agodbus: Implement fullscreen switching (MPRIS 2.2)
Kevin Anthony [Fri, 24 Feb 2012 19:19:28 +0000 (14:19 -0500)]
dbus: Implement fullscreen switching (MPRIS 2.2)

 * Add the Fullscreen and CanSetFullscreen properties
   to the root interface implementation

 * Implement org.freedesktop.DBus.Properties.PropertiesChanged
   for properties of the root interface

Signed-off-by: Mirsal Ennaime <mirsal@videolan.org>
12 years agolibvlc_media_list: remove unused feature
Rafaël Carré [Wed, 29 Feb 2012 19:14:46 +0000 (14:14 -0500)]
libvlc_media_list: remove unused feature

12 years agoAdd -lnsl in $SOCKET_LIBS as needed
Rémi Denis-Courmont [Wed, 29 Feb 2012 18:03:55 +0000 (20:03 +0200)]
Add -lnsl in $SOCKET_LIBS as needed

Also fix if_name(to)index() detection, that depends on nsl.

12 years agoContribs: vpx: fix typo.
Konstantin Pavlov [Wed, 29 Feb 2012 14:22:57 +0000 (18:22 +0400)]
Contribs: vpx: fix typo.

12 years agoReplace posix_memalign()
Rémi Denis-Courmont [Wed, 29 Feb 2012 16:59:54 +0000 (18:59 +0200)]
Replace posix_memalign()

12 years agoJamendo selected charts by genre
Claudio Ortelli [Wed, 29 Feb 2012 15:16:07 +0000 (16:16 +0100)]
Jamendo selected charts by genre

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoDASH: prevent integer overflow
Frédéric Yhuel [Wed, 29 Feb 2012 13:23:55 +0000 (14:23 +0100)]
DASH: prevent integer overflow

A integer overflow could happen in bandwidth computation, for example if
we have a DASH server and client on the same LAN.

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agohls: Removing useless test.
Hugo Beauzée-Luyssen [Mon, 27 Feb 2012 15:18:02 +0000 (16:18 +0100)]
hls: Removing useless test.

12 years agodbus: Prevent dictionary from growing out of control
Casian Andrei [Wed, 22 Feb 2012 08:29:02 +0000 (10:29 +0200)]
dbus: Prevent dictionary from growing out of control

For each item that was appended or deleted, the ("Tracks", NULL) pair
was inserted (duplicated over and over) in the tracklist_properties
dictionary. The dictionary was inserting it in the same position and
it assumed it had hash collisions, triggering an expansion at every
insertion of that pair.

Check if the key is present before inserting in the dict again, at
playlist_item_append, playlist_item_deleted events.

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
12 years agoCreate a has_key function for a vlc dictionary
Casian Andrei [Wed, 22 Feb 2012 08:27:38 +0000 (10:27 +0200)]
Create a has_key function for a vlc dictionary

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
12 years agoQt: remember correctly the network list
Jean-Baptiste Kempf [Tue, 28 Feb 2012 22:40:27 +0000 (23:40 +0100)]
Qt: remember correctly the network list

12 years agoFix memory leak in video_output on Mac OS X (close #6267)
Naohiro KORIYAMA [Tue, 28 Feb 2012 01:32:07 +0000 (10:32 +0900)]
Fix memory leak in video_output on Mac OS X (close #6267)

huge numbers of memory leaks happens because subpictures are not deleted.

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agoRevert "Fixing HLS on win32"
Rémi Denis-Courmont [Tue, 28 Feb 2012 17:24:17 +0000 (19:24 +0200)]
Revert "Fixing HLS on win32"

This reverts commit b7d96d26c43aa489400b6755d8c90ede9a25cc1a.

12 years agomp4: avoid shadowing variables
Rémi Denis-Courmont [Tue, 28 Feb 2012 16:52:03 +0000 (18:52 +0200)]
mp4: avoid shadowing variables

12 years agoRevert "uClibc compilation fix"
Rémi Denis-Courmont [Tue, 28 Feb 2012 16:29:36 +0000 (18:29 +0200)]
Revert "uClibc compilation fix"

This reverts commit 09c815edec7fb4a241fa3ef217f3ed3196da7ce2.

12 years agoRevert "Fix v4l2 build failure on Debian/kfreebsd"
Rémi Denis-Courmont [Tue, 28 Feb 2012 16:28:47 +0000 (18:28 +0200)]
Revert "Fix v4l2 build failure on Debian/kfreebsd"

This reverts commit 7711eb75851df0dfcacecab5199bec5cff528ce8.
This makes no sense as control types are _not_ macros.

12 years agoFix inverted shell negation "! test" -> "test !"
Rémi Denis-Courmont [Tue, 28 Feb 2012 16:28:09 +0000 (18:28 +0200)]
Fix inverted shell negation "! test" -> "test !"

12 years agomacosx: the window should not be always the main window
David Fuhrmann [Tue, 28 Feb 2012 14:26:06 +0000 (15:26 +0100)]
macosx: the window should not be always the main window

With this patch, the window has the proper inactive state when another window is in foreground

Close #6016

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agomacosx: close the right window when pressing Cmd+W
David Fuhrmann [Tue, 28 Feb 2012 14:26:05 +0000 (15:26 +0100)]
macosx: close the right window when pressing Cmd+W

For nonembedded mode, this makes sure that:
- playlist window can be closed and video continues playing
- video will be stopped when closing video window with Cmd+W

Close #6239

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agomacosx vout: reliably set the window level
David Fuhrmann [Tue, 28 Feb 2012 14:26:07 +0000 (15:26 +0100)]
macosx vout: reliably set the window level

setLevel: seems to be not thread-safe, therefore we set this on the main thread to ensure its functionality

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agobootstrap: allow calling genmf with non default shell
Francois Cartegnie [Tue, 28 Feb 2012 15:47:25 +0000 (16:47 +0100)]
bootstrap: allow calling genmf with non default shell

12 years agoavcodec: dxtory support arrived a bit later in ffmpeg than in libav...
Konstantin Pavlov [Tue, 28 Feb 2012 08:51:00 +0000 (12:51 +0400)]
avcodec: dxtory support arrived a bit later in ffmpeg than in libav...

12 years agoUpdate NEWS with new supported codecs.
Konstantin Pavlov [Tue, 28 Feb 2012 07:11:28 +0000 (11:11 +0400)]
Update NEWS with new supported codecs.

12 years agoRegister CDXL, BMV, Ut Video, VBLE and Dxtory codecs in avcodec module.
Konstantin Pavlov [Mon, 27 Feb 2012 13:46:10 +0000 (17:46 +0400)]
Register CDXL, BMV, Ut Video, VBLE and Dxtory codecs in avcodec module.

BMV Video requires palette support and doesnt work as-is, all other
codecs work nicely.

12 years agoFix some common typos.
Konstantin Pavlov [Fri, 24 Feb 2012 11:19:46 +0000 (15:19 +0400)]
Fix some common typos.

12 years agoContribs: add separate libpostproc.
Konstantin Pavlov [Fri, 24 Feb 2012 09:49:47 +0000 (13:49 +0400)]
Contribs: add separate libpostproc.

12 years agoContribs: libpostproc was removed from libav.
Konstantin Pavlov [Fri, 24 Feb 2012 09:51:05 +0000 (13:51 +0400)]
Contribs: libpostproc was removed from libav.

12 years agoRevert "Contribs: use latest commit before lavc 54 jump"
Rafaël Carré [Tue, 28 Feb 2012 07:37:24 +0000 (02:37 -0500)]
Revert "Contribs: use latest commit before lavc 54 jump"

This reverts commit 61426c7c15b879c8fc51852d1e77931a88cf6727.

Conflicts:

contrib/src/ffmpeg/rules.mak

Modules have been updated to new API

12 years agoQt: fix navigation menu rebuilding
Jean-Baptiste Kempf [Tue, 28 Feb 2012 02:37:42 +0000 (03:37 +0100)]
Qt: fix navigation menu rebuilding

Close #6219

12 years agoQt: menu simplification
Jean-Baptiste Kempf [Tue, 28 Feb 2012 01:24:12 +0000 (02:24 +0100)]
Qt: menu simplification

12 years agoQt: remove unneeded includes
Jean-Baptiste Kempf [Tue, 28 Feb 2012 00:13:09 +0000 (01:13 +0100)]
Qt: remove unneeded includes

12 years agoMKV: Handle file with no duration or 0 duration
Denis Charmet [Mon, 27 Feb 2012 23:22:14 +0000 (00:22 +0100)]
MKV: Handle file with no duration or 0 duration

Close #6137
Fixes issue in http://forum.videolan.org/viewtopic.php?f=14&t=98525

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: don't show the playlist on stop in minimized mode (refs #6213)
Felix Paul Kühne [Mon, 27 Feb 2012 20:40:18 +0000 (21:40 +0100)]
macosx: don't show the playlist on stop in minimized mode (refs #6213)

12 years agofreetype: changed the default font for OS X to 'Arial Unicode' (close #6087)
Felix Paul Kühne [Mon, 27 Feb 2012 20:10:37 +0000 (21:10 +0100)]
freetype: changed the default font for OS X to 'Arial Unicode' (close #6087)

This appears to be the only sane font installed by default which supports at least Latin, Arabic, Traditional Chinese, Simplified Chinese, Japanese, Korean, Cyrillic, Vietnamese, Hebrew, Devanagari, Gujarati, Urdu, Tamil, Thai and Telugu

12 years agoosx packaging: fix typo when creating include directory
Rafaël Carré [Mon, 27 Feb 2012 19:21:47 +0000 (14:21 -0500)]
osx packaging: fix typo when creating include directory

12 years agodash: fix intialization typo
Christopher Mueller [Thu, 23 Feb 2012 15:16:54 +0000 (16:16 +0100)]
dash: fix intialization typo

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodereference p_libvlc->p_vlm after the media clean up
Sébastien Escudier [Tue, 21 Feb 2012 11:56:56 +0000 (12:56 +0100)]
dereference p_libvlc->p_vlm after the media clean up

12 years agoavoid crash where vlc.net.stat returns nil for a file (such as alias on mac os)
Rob Jonson [Sat, 25 Feb 2012 13:55:21 +0000 (13:55 +0000)]
avoid crash where vlc.net.stat returns nil for a file (such as alias on mac os)

resending with spaces instead of tabs for indenting.
please backport for 2.0.1

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: Really use specified SDK in build.sh
Brendon Justin [Fri, 24 Feb 2012 17:54:33 +0000 (12:54 -0500)]
macosx: Really use specified SDK in build.sh

Sets the SDK in addition to minimum deployment target.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agouClibc compilation fix
Ismael Luceno [Mon, 27 Feb 2012 11:18:44 +0000 (12:18 +0100)]
uClibc compilation fix