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

12 years agoavformat : fix overflow in timestamp computation
Sébastien Escudier [Fri, 24 Feb 2012 14:28:28 +0000 (15:28 +0100)]
avformat : fix overflow in timestamp computation

12 years agoFixing HLS on win32
Hugo Beauzée-Luyssen [Sun, 26 Feb 2012 21:57:59 +0000 (22:57 +0100)]
Fixing HLS on win32

Removing m3u8 from the extensions to demux shortcut list. This was
preventing the TS demux to be used. Instead, the M3U8 importer was used.

12 years agomacosx: slow down the forward/backward buttons a bit (close #6135)
Felix Paul Kühne [Sun, 26 Feb 2012 21:55:32 +0000 (22:55 +0100)]
macosx: slow down the forward/backward buttons a bit (close #6135)

continous button action skips 1 minute within 5 secs now, which matches iTunes

note that iTunes gets faster if you press the button longer, which is something we might want to do as well

12 years agomacosx: fixed a logic problem which prevent the proper exit off the fullscreen mode...
Felix Paul Kühne [Sun, 26 Feb 2012 19:09:54 +0000 (20:09 +0100)]
macosx: fixed a logic problem which prevent the proper exit off the fullscreen mode when using the 64bit linked against the 10.7 SDK on 10.6 (close #6157)

12 years agomacosx: fixed another manifestation of the progress bar flickering (close #6212)
Felix Paul Kühne [Sun, 26 Feb 2012 18:50:21 +0000 (19:50 +0100)]
macosx: fixed another manifestation of the progress bar flickering (close #6212)

12 years agoFix v4l2 build failure on Debian/kfreebsd
Benjamin Drung [Sun, 26 Feb 2012 17:22:40 +0000 (18:22 +0100)]
Fix v4l2 build failure on Debian/kfreebsd

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoAdd missing CFLAGS_* variables for altivec
Benjamin Drung [Sun, 26 Feb 2012 17:18:14 +0000 (18:18 +0100)]
Add missing CFLAGS_* variables for altivec

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodbus: Do not crash on method calls with a null interface
Mirsal Ennaime [Sun, 26 Feb 2012 16:38:09 +0000 (17:38 +0100)]
dbus: Do not crash on method calls with a null interface

12 years agoQt: preferences: expand root level.
Francois Cartegnie [Sat, 25 Feb 2012 19:28:00 +0000 (20:28 +0100)]
Qt: preferences: expand root level.

We have only 5 items, and lots of empty space.
Let's save the user 1 click and give him a better overall view
of categories.

12 years agox264: use a list for frame packing options.
Francois Cartegnie [Sat, 25 Feb 2012 19:23:04 +0000 (20:23 +0100)]
x264: use a list for frame packing options.

12 years agoQt: SoundWidget: use LeftButton only for level changes.
Francois Cartegnie [Fri, 24 Feb 2012 18:13:45 +0000 (19:13 +0100)]
Qt: SoundWidget: use LeftButton only for level changes.

Allow event propagation of other buttons.

12 years agoQt: inputstats: don't update if not visible
Francois Cartegnie [Thu, 23 Feb 2012 13:10:08 +0000 (14:10 +0100)]
Qt: inputstats: don't update if not visible

12 years agoRemove leftover of realvideo.c
Jean-Baptiste Kempf [Sat, 25 Feb 2012 17:35:19 +0000 (18:35 +0100)]
Remove leftover of realvideo.c

12 years agoMacOS: fix typo
Jean-Baptiste Kempf [Sat, 25 Feb 2012 17:14:26 +0000 (18:14 +0100)]
MacOS: fix typo

12 years agoQt: increase the granularity of the spatializer module
Jean-Baptiste Kempf [Sat, 25 Feb 2012 17:07:52 +0000 (18:07 +0100)]
Qt: increase the granularity of the spatializer module

12 years agoQt: bigger spatializer UI font
Jean-Baptiste Kempf [Sat, 25 Feb 2012 16:55:36 +0000 (17:55 +0100)]
Qt: bigger spatializer UI font

12 years agoQt: adapt the spatializer GUI to the new values
Jean-Baptiste Kempf [Sat, 25 Feb 2012 16:54:25 +0000 (17:54 +0100)]
Qt: adapt the spatializer GUI to the new values

12 years agoSpatializer: limit damp range
Jean-Baptiste Kempf [Sat, 25 Feb 2012 16:49:34 +0000 (17:49 +0100)]
Spatializer: limit damp range

Close #6143

12 years agoContribs: update UPNP to 1.6.15
Jean-Baptiste Kempf [Sat, 25 Feb 2012 16:18:39 +0000 (17:18 +0100)]
Contribs: update UPNP to 1.6.15

12 years agoContribs: update Kate
Jean-Baptiste Kempf [Sat, 25 Feb 2012 16:15:21 +0000 (17:15 +0100)]
Contribs: update Kate

12 years agoUpdate GLEW to 1.7.0
Jean-Baptiste Kempf [Sat, 25 Feb 2012 15:54:00 +0000 (16:54 +0100)]
Update GLEW to 1.7.0

12 years agoContrib: update android patch for schro
Jean-Baptiste Kempf [Sat, 25 Feb 2012 15:26:32 +0000 (16:26 +0100)]
Contrib: update android patch for schro

Forgotten in a previous commit

12 years agoAdd mp2a fourCC for some Mpeg Audio
Jean-Baptiste Kempf [Sat, 25 Feb 2012 12:50:30 +0000 (13:50 +0100)]
Add mp2a fourCC for some Mpeg Audio

12 years agoavcodec: Allow encoding standard stricted to be from -2 to 2
Ilkka Ollakka [Sat, 25 Feb 2012 09:25:29 +0000 (11:25 +0200)]
avcodec: Allow encoding standard stricted to be from -2 to 2

Should fix #6184 as aac encoding seems to require --sout-ffmpeg-strict=-2

12 years agoContribs: update SDL to 1.2.15
Jean-Baptiste Kempf [Fri, 24 Feb 2012 23:25:01 +0000 (00:25 +0100)]
Contribs: update SDL to 1.2.15

12 years agoContribs: update SDLimage to 1.2.12
Jean-Baptiste Kempf [Fri, 24 Feb 2012 23:21:32 +0000 (00:21 +0100)]
Contribs: update SDLimage to 1.2.12

12 years agoContribs: Update libjpeg to 8d
Jean-Baptiste Kempf [Fri, 24 Feb 2012 23:19:01 +0000 (00:19 +0100)]
Contribs: Update libjpeg to 8d

12 years agoContribs: Upgrade schroendinger to 1.0.11
Jean-Baptiste Kempf [Fri, 24 Feb 2012 23:13:29 +0000 (00:13 +0100)]
Contribs: Upgrade schroendinger to 1.0.11

12 years agoContribs: update lame to 3.99.4
Jean-Baptiste Kempf [Fri, 24 Feb 2012 23:09:35 +0000 (00:09 +0100)]
Contribs: update lame to 3.99.4

12 years agoRemoving realvideo plugin
Jean-Baptiste Kempf [Fri, 24 Feb 2012 22:54:00 +0000 (23:54 +0100)]
Removing realvideo plugin

12 years agomacosx: removed tabs and fixed whitespacing errors
Felix Paul Kühne [Fri, 24 Feb 2012 17:12:10 +0000 (18:12 +0100)]
macosx: removed tabs and fixed whitespacing errors

12 years agomacosx: work-around a crash when deleting an entire playlist root
Felix Paul Kühne [Fri, 24 Feb 2012 15:55:51 +0000 (16:55 +0100)]
macosx: work-around a crash when deleting an entire playlist root

12 years agohls: Removing unused parameter.
Hugo Beauzée-Luyssen [Fri, 24 Feb 2012 14:14:20 +0000 (15:14 +0100)]
hls: Removing unused parameter.

12 years agohls: Removing vlc_url_t
Hugo Beauzée-Luyssen [Fri, 24 Feb 2012 12:30:08 +0000 (13:30 +0100)]
hls: Removing vlc_url_t

They where only used to be converted back to char*, which is useless
and error-prone.

12 years agoUse mkv track flags to define the priority of ES
Denis Charmet [Thu, 23 Feb 2012 23:07:00 +0000 (00:07 +0100)]
Use mkv track flags to define the priority of ES

Fix #6199

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoFixed support for multi-volume archive.
Laurent Aimar [Thu, 23 Feb 2012 19:13:39 +0000 (20:13 +0100)]
Fixed support for multi-volume archive.

09d1c6e1891cdc914d25279aabdd83c13baab227 was not working...

It fixes #6190.

12 years agomacosx: restore 10.5 compatibility
Felix Paul Kühne [Thu, 23 Feb 2012 18:40:53 +0000 (19:40 +0100)]
macosx: restore 10.5 compatibility

12 years agomacosx: proper use of presenation options, removal of an redundant if
David Fuhrmann [Thu, 23 Feb 2012 17:47:45 +0000 (18:47 +0100)]
macosx: proper use of presenation options, removal of an redundant if

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agomacosx: proper gui update when toogle mute state
David Fuhrmann [Thu, 23 Feb 2012 17:47:44 +0000 (18:47 +0100)]
macosx: proper gui update when toogle mute state

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>