]> git.sesse.net Git - vlc/log
vlc
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>
12 years agomacosx: fixed a warning about missing [super dealloc]
David Fuhrmann [Thu, 23 Feb 2012 17:47:43 +0000 (18:47 +0100)]
macosx: fixed a warning about missing [super dealloc]

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agomacosx: fixed compilation when using the 10.5 or 10.6 SDK
Felix Paul Kühne [Thu, 23 Feb 2012 18:10:41 +0000 (19:10 +0100)]
macosx: fixed compilation when using the 10.5 or 10.6 SDK

12 years agoHTTP interface: more extensions recognized
Jean-Baptiste Kempf [Thu, 23 Feb 2012 17:33:14 +0000 (18:33 +0100)]
HTTP interface: more extensions recognized

12 years agohls: Fixing a memory leak.
Hugo Beauzée-Luyssen [Thu, 23 Feb 2012 17:16:30 +0000 (18:16 +0100)]
hls: Fixing a memory leak.

12 years agoAVcodec: limit the number of auto-detected threads to 4 by default
Jean-Baptiste Kempf [Thu, 23 Feb 2012 16:59:49 +0000 (17:59 +0100)]
AVcodec: limit the number of auto-detected threads to 4 by default

Revert this when you have found the reason why it fails for soo many
people, in avi, mp4 (and mkv before the HACK)

12 years agoRevert "Invert speex_dsp and src score capabilities"
Jean-Baptiste Kempf [Thu, 23 Feb 2012 16:57:33 +0000 (17:57 +0100)]
Revert "Invert speex_dsp and src score capabilities"

This reverts commit 5c261b04db7a7b7af65d169b7ee0700b55e72cef.
SRC is CPU usage too damn high!

12 years agoqt4: fix logo selection dialog box not working right away
Erwan Tulou [Tue, 11 Oct 2011 14:16:56 +0000 (16:16 +0200)]
qt4: fix logo selection dialog box not working right away

This patch ensures that, as soon as the user comes back from the filename selection dialog box, the filter is updated accordingly and the expected result (logo insertion or deletion) can be seen right away.

12 years agomacosx: really fixed the time line drawing artifacts (close #6057)
Felix Paul Kühne [Thu, 23 Feb 2012 15:35:52 +0000 (16:35 +0100)]
macosx: really fixed the time line drawing artifacts (close #6057)

12 years agomacosx: don't give the user a chance to push the play/pause button when targetting...
Felix Paul Kühne [Thu, 23 Feb 2012 14:51:32 +0000 (15:51 +0100)]
macosx: don't give the user a chance to push the play/pause button when targetting the forward/backward buttons

12 years agoQt: menu additional fixes for more video options
Adrian Yanes [Thu, 23 Feb 2012 15:12:49 +0000 (16:12 +0100)]
Qt: menu additional fixes for more video options

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoQt: fix macro RADIO_OR_COMMAND
Adrian Yanes [Thu, 23 Feb 2012 14:19:07 +0000 (15:19 +0100)]
Qt: fix macro RADIO_OR_COMMAND

Commit d858c4 introduces a new macro that is chosen to evaluate if an
element in submenus should be an ITEM_NORMAL or ITEM_RADIO
based on VLC_VAR_ISCOMMAND flag. The conditional results were in
the wrong order.

Close: #6149 #6197

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoskins2(doc): update doc to introduce $R (speed rate)
Erwan Tulou [Thu, 23 Feb 2012 11:18:09 +0000 (12:18 +0100)]
skins2(doc): update doc to introduce $R (speed rate)

12 years agoskins2(doc): update doc with new vlc2.0 features
Erwan Tulou [Mon, 22 Nov 2010 16:28:32 +0000 (17:28 +0100)]
skins2(doc): update doc with new vlc2.0 features

12 years agomkv: fix seek crash on osx
David Fuhrmann [Thu, 23 Feb 2012 11:15:46 +0000 (12:15 +0100)]
mkv: fix seek crash on osx

Close #6178

12 years agoFix http live streaming without bandwith set (optional according to spec)
Jeroen Ost [Wed, 22 Feb 2012 20:32:08 +0000 (21:32 +0100)]
Fix http live streaming without bandwith set (optional according to spec)

This patch fixes Apple Http Live Streaming of a single stream without bandwith set.
According to the draft RFC, the bandwith parameter is optional. VLC treats this as bandwith zero but
estimates the bandwith based on time it takes to download segments to be able to seek accurately. When
the playlist is updated for a live m3u8, the bandwith value of 0 will cause a new version of the playlist
to be created - effectively stalling the playing stream. This patch makes sure that playlists that do not
specify bandwith reference the same instance.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agolive555 : don't call ES_OUT_SET_ES_STATE with NULL pointer
Sébastien Escudier [Thu, 23 Feb 2012 13:14:36 +0000 (14:14 +0100)]
live555 : don't call ES_OUT_SET_ES_STATE with NULL pointer

12 years agoskins2: add $R to display current playback speed
Erwan Tulou [Mon, 3 Oct 2011 22:14:52 +0000 (00:14 +0200)]
skins2: add $R to display current playback speed

12 years agoQt: reinstate ticks under speed slider
Jean-Baptiste Kempf [Thu, 23 Feb 2012 12:16:25 +0000 (13:16 +0100)]
Qt: reinstate ticks under speed slider

12 years agoLibass: improve the fontcache display
Jean-Baptiste Kempf [Thu, 23 Feb 2012 01:04:46 +0000 (02:04 +0100)]
Libass: improve the fontcache display

12 years agoQt: fix progressBar timer
Jean-Baptiste Kempf [Thu, 23 Feb 2012 00:59:31 +0000 (01:59 +0100)]
Qt: fix progressBar timer

12 years agoDirectX: fix libvlc_audio_output_device_count
Jean-Baptiste Kempf [Wed, 22 Feb 2012 18:36:47 +0000 (19:36 +0100)]
DirectX: fix libvlc_audio_output_device_count

12 years agoDASH: fix URL parsing
Frédéric Yhuel [Wed, 22 Feb 2012 12:27:29 +0000 (13:27 +0100)]
DASH: fix URL parsing

use vlc_UrlParse() instead of home made code and handle the case where
the port is not equal to 80.

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: helper added config.h
Christopher Mueller [Mon, 20 Feb 2012 18:17:43 +0000 (19:17 +0100)]
dash: helper added config.h

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: set segment url relative if url is not valid
Christopher Mueller [Mon, 20 Feb 2012 18:17:42 +0000 (19:17 +0100)]
dash: set segment url relative if url is not valid

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agoQt: allow people to use a native seek bar
Jean-Baptiste Kempf [Wed, 22 Feb 2012 00:01:30 +0000 (01:01 +0100)]
Qt: allow people to use a native seek bar

Close #6109

12 years agoQt: Extend seekslider to use the old native look
Jean-Baptiste Kempf [Tue, 21 Feb 2012 23:54:43 +0000 (00:54 +0100)]
Qt: Extend seekslider to use the old native look

12 years agoQt: renaming variables and simple cleanups in seekslider
Jean-Baptiste Kempf [Tue, 21 Feb 2012 23:36:13 +0000 (00:36 +0100)]
Qt: renaming variables and simple cleanups in seekslider

12 years agoQt: aspectratio: use the same height as other buttons
Jean-Baptiste Kempf [Tue, 21 Feb 2012 23:24:55 +0000 (00:24 +0100)]
Qt: aspectratio: use the same height as other buttons