]> git.sesse.net Git - vlc/log
vlc
12 years agoSAP: deal with the standard "cat" attribute from grouping
Rémi Denis-Courmont [Wed, 14 Mar 2012 14:31:50 +0000 (16:31 +0200)]
SAP: deal with the standard "cat" attribute from grouping

Fallback to the legacy VLC-proprietary "x-plgroup" for backward
compatibility with old VLC UDP streams.

12 years agonpt's are double in live555 lib. We were loosing precision, and it avoids double...
Sébastien Escudier [Tue, 13 Mar 2012 08:07:09 +0000 (09:07 +0100)]
npt's are double in live555 lib. We were loosing precision, and it avoids double->float->double conversions

12 years agorename misleading variable name
Sébastien Escudier [Tue, 13 Mar 2012 08:02:56 +0000 (09:02 +0100)]
rename misleading variable name

12 years agoSplit options parsing from config_ChainCreate
Rafaël Carré [Wed, 14 Mar 2012 10:42:19 +0000 (06:42 -0400)]
Split options parsing from config_ChainCreate

12 years agoMKV: Don't ignore user preferences for track selection
Denis Charmet [Tue, 13 Mar 2012 21:29:02 +0000 (22:29 +0100)]
MKV: Don't ignore user preferences for track selection

Fix #6375

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: priorize native fullscreen over non-embedded window
David Fuhrmann [Wed, 14 Mar 2012 09:16:32 +0000 (10:16 +0100)]
macosx: priorize native fullscreen over non-embedded window

This fixes some problematic behaviour, when the user changed some settings
but has still not made a restart.

12 years agoQt: open disk: fix tab access order
Francois Cartegnie [Tue, 13 Mar 2012 23:08:40 +0000 (00:08 +0100)]
Qt: open disk: fix tab access order

12 years agoTypos
Rémi Denis-Courmont [Tue, 13 Mar 2012 19:29:18 +0000 (21:29 +0200)]
Typos

12 years agoFluidSynth: add chorus and reverb effects settings
Rémi Denis-Courmont [Tue, 13 Mar 2012 18:33:51 +0000 (20:33 +0200)]
FluidSynth: add chorus and reverb effects settings

12 years agoFluidSynth: add polyphony setting
Rémi Denis-Courmont [Tue, 13 Mar 2012 18:37:57 +0000 (20:37 +0200)]
FluidSynth: add polyphony setting

12 years agoFluidSynth: support for custom sample rate
Rémi Denis-Courmont [Tue, 13 Mar 2012 18:28:59 +0000 (20:28 +0200)]
FluidSynth: support for custom sample rate

12 years agoFluidSynth: add gain setting and better default value
Rémi Denis-Courmont [Tue, 13 Mar 2012 18:13:49 +0000 (20:13 +0200)]
FluidSynth: add gain setting and better default value

The default gain of 0.2 was way too low compared to other audio codecs.

12 years agoQt: TimeLabel: compute minimal size to avoid 'dancing' with surrounding widgets
Francois Cartegnie [Tue, 13 Mar 2012 16:22:10 +0000 (17:22 +0100)]
Qt: TimeLabel: compute minimal size to avoid 'dancing' with surrounding widgets

12 years agoQt: TimeLabel: use padding, not margin and spaces
Francois Cartegnie [Tue, 13 Mar 2012 15:27:13 +0000 (16:27 +0100)]
Qt: TimeLabel: use padding, not margin and spaces

12 years agoLinux DVB: revive --dvb-device to support multihead adaptors
Rémi Denis-Courmont [Tue, 13 Mar 2012 16:17:57 +0000 (18:17 +0200)]
Linux DVB: revive --dvb-device to support multihead adaptors

12 years agoLinux DVB: do not run ioctl() on fd == -1
Rémi Denis-Courmont [Tue, 13 Mar 2012 16:14:57 +0000 (18:14 +0200)]
Linux DVB: do not run ioctl() on fd == -1

This should fail safe, but it is still ugly.

12 years agoqt4: Fix PLSelector when a discovery service fails to be created.
Hugo Beauzée-Luyssen [Tue, 13 Mar 2012 14:14:51 +0000 (15:14 +0100)]
qt4: Fix PLSelector when a discovery service fails to be created.

12 years agoQt: use a QStyle to draw the seek slider
Ludovic Fauvet [Mon, 12 Mar 2012 16:11:30 +0000 (17:11 +0100)]
Qt: use a QStyle to draw the seek slider

This should be much cleaner than drawing ourselves inside the paintEvent
of the widget. Furthermore it is easier to fallback to the native slider
available in pre 2.0.
The use of a QStyle also fixes the clipping issue where the handle was
cropped while being at the start or the end of the slider.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: group methods in simple_prefs.m for better clarity
David Fuhrmann [Tue, 13 Mar 2012 13:09:29 +0000 (14:09 +0100)]
macosx: group methods in simple_prefs.m for better clarity

12 years agomacosx: disable native fullscreen checkbox only once
David Fuhrmann [Tue, 13 Mar 2012 12:24:01 +0000 (13:24 +0100)]
macosx: disable native fullscreen checkbox only once

12 years agomacosx: implement double click for hotkey prefs
David Fuhrmann [Tue, 13 Mar 2012 12:22:07 +0000 (13:22 +0100)]
macosx: implement double click for hotkey prefs

12 years agoty: fix out of bound read on corrupt files
Clément Lecigne [Tue, 13 Mar 2012 12:06:59 +0000 (14:06 +0200)]
ty: fix out of bound read on corrupt files

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoContribs: update freetype to 2.4.9
Jean-Baptiste Kempf [Tue, 13 Mar 2012 11:28:48 +0000 (12:28 +0100)]
Contribs: update freetype to 2.4.9

CVE-2012-1126 up to CVE-2012-1144 and SA48320

12 years agoDTS: rework post audio_filter conversion and fix buffer size
Rémi Denis-Courmont [Tue, 13 Mar 2012 11:25:19 +0000 (13:25 +0200)]
DTS: rework post audio_filter conversion and fix buffer size

Although this was not reported, this suffered the same problem as A52.

12 years agoa52: cleanup and fix buffer size
Rémi Denis-Courmont [Tue, 13 Mar 2012 11:20:31 +0000 (13:20 +0200)]
a52: cleanup and fix buffer size

This closes a heap overflow on corrupt files.

Pointed-out-by: Clément Lecigne <clemun@gmail.com>
12 years agoDTV: grammar fix
Rémi Denis-Courmont [Tue, 13 Mar 2012 09:08:19 +0000 (11:08 +0200)]
DTV: grammar fix

12 years agoContrib: update tiff to 4.0.1
Jean-Baptiste Kempf [Tue, 13 Mar 2012 11:15:25 +0000 (12:15 +0100)]
Contrib: update tiff to 4.0.1

12 years agoLinux DVB: remove dysfunctional "dvbt" scheme
Rémi Denis-Courmont [Mon, 12 Mar 2012 20:46:33 +0000 (22:46 +0200)]
Linux DVB: remove dysfunctional "dvbt" scheme

It is redumdant with the preexisting dvb-t scheme and does not even
always select the correct delivery system. Also the failure mode is
much more confusing than a plain error input failure message, and
it is inconsistent with other delivery system names.

12 years agoQt4: do not delete useful text
Jean-Baptiste Kempf [Mon, 12 Mar 2012 18:20:17 +0000 (19:20 +0100)]
Qt4: do not delete useful text

12 years agoQt: Tell users about the delete key
Kaarlo Raiha [Sun, 11 Mar 2012 13:26:27 +0000 (15:26 +0200)]
Qt: Tell users about the delete key

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoLinux DVB: drop support for API version 5.0
Rémi Denis-Courmont [Mon, 12 Mar 2012 16:29:12 +0000 (18:29 +0200)]
Linux DVB: drop support for API version 5.0

That corresponds to kernel versions 2.6.28-2.6.31 inclusive, none of
which are supported upstream anymore.

12 years agohls: Cosmetics.
Hugo Beauzée-Luyssen [Mon, 12 Mar 2012 15:23:23 +0000 (16:23 +0100)]
hls: Cosmetics.

12 years agohls: Fix parse_SegmentInformation error checking.
Hugo Beauzée-Luyssen [Mon, 12 Mar 2012 15:22:10 +0000 (16:22 +0100)]
hls: Fix parse_SegmentInformation error checking.

12 years agoskins2: fix mute behaviour
Jean-Paul Saman [Mon, 12 Mar 2012 13:55:09 +0000 (14:55 +0100)]
skins2: fix mute behaviour

The skins2 code checked for the audio volume to be zero. However the audio is muted with by caling
the function aout_SetMute() or aout_ToggleMute(). Use aout_IsMuted() to test for muted audio.

12 years agoskins2: resize new layout first when switching between layouts.
Jean-Paul Saman [Mon, 12 Mar 2012 13:54:06 +0000 (14:54 +0100)]
skins2: resize new layout first when switching between layouts.

When switching layouts the windows was resized to the default state at design time.
Now the layout being switched to is first resized to the size of the current layout.
Switching layouts now nolonger results in the layout being restored to its default size,
instead it keeps the size the user inteded it to have.

12 years agoskins2: show the human readible name of the playlist item by default.
Jean-Paul Saman [Mon, 12 Mar 2012 13:53:20 +0000 (14:53 +0100)]
skins2: show the human readible name of the playlist item by default.

The skins2 GUI showed the URI by default, but this is not what most people expect.

12 years agoUpdate programming part of AUTHORS
Jean-Baptiste Kempf [Mon, 12 Mar 2012 14:34:22 +0000 (15:34 +0100)]
Update programming part of AUTHORS

12 years agoScripts to help keep up-to-date AUTHORS file
Christoph Miebach [Mon, 12 Mar 2012 14:20:02 +0000 (15:20 +0100)]
Scripts to help keep up-to-date AUTHORS file

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoQt: limit the size of the comboBox for network open.
Jean-Baptiste Kempf [Mon, 12 Mar 2012 12:34:59 +0000 (13:34 +0100)]
Qt: limit the size of the comboBox for network open.

It behaves badly on Win32

12 years agovlc_block_helper.h: fix weird indentation.
Frédéric Yhuel [Wed, 7 Mar 2012 16:19:43 +0000 (17:19 +0100)]
vlc_block_helper.h: fix weird indentation.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agostereo_widen : filter to enhance stereo
Sukrit Sangwan [Sun, 11 Mar 2012 01:59:12 +0000 (17:59 -0800)]
stereo_widen : filter to enhance stereo

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoRegister 669 extension
Jean-Baptiste Kempf [Mon, 12 Mar 2012 09:17:36 +0000 (10:17 +0100)]
Register 669 extension

12 years agoContribs: update libdvdcss to 1.2.12
Jean-Baptiste Kempf [Sun, 11 Mar 2012 23:22:47 +0000 (00:22 +0100)]
Contribs: update libdvdcss to 1.2.12

12 years agodecoder: stricter assertion
Rémi Denis-Courmont [Sun, 11 Mar 2012 21:02:48 +0000 (23:02 +0200)]
decoder: stricter assertion

12 years agodecoder: pause aout at creation in corner case (fix #6369)
Rémi Denis-Courmont [Sun, 11 Mar 2012 20:58:10 +0000 (22:58 +0200)]
decoder: pause aout at creation in corner case (fix #6369)

If pausing the decoder races with setting up the audio output pipeline,
the decoder can end up already paused when the audio output is created.

The audio output insists on a strict start -> (pause -> resume ->)*
(pause ->)? stop series of state transition. So it must be paused
explicitly in this corner case.

I have not investigated whether this problem affects the video output
but this seems very likely too.

12 years agov4l2: load libv4l2 dynamically where available
Rémi Denis-Courmont [Sun, 11 Mar 2012 20:14:38 +0000 (22:14 +0200)]
v4l2: load libv4l2 dynamically where available

This removes the build-time and install-time dependency.

12 years agoQt: do not loose fullscreen controller after customization
Jean-Baptiste Kempf [Sun, 11 Mar 2012 17:00:27 +0000 (18:00 +0100)]
Qt: do not loose fullscreen controller after customization

Close #6116

12 years agomacosx vout: also do crop if macosx-video-autoresize is false
David Fuhrmann [Sun, 11 Mar 2012 17:40:10 +0000 (18:40 +0100)]
macosx vout: also do crop if macosx-video-autoresize is false

12 years agoLinux DVB: run-time fallback from 5.5 to 5.0 frontend probing
Rémi Denis-Courmont [Sun, 11 Mar 2012 17:15:34 +0000 (19:15 +0200)]
Linux DVB: run-time fallback from 5.5 to 5.0 frontend probing

This enables running VLC to run on a kernel that does not support
version 5.5 of the Linux DVB API (i.e. Linux < 3.3), even if VLC was
compiled with more recent kernel headers.

Unfortunately, this is of limited use. In practice, the running kernel
version is more likely to be newer than the kernel headers, than to be
older. In that case, VLC will print an explicit error.

12 years agoLinux DVB: show libvlc and kernel API versions in debug
Rémi Denis-Courmont [Sun, 11 Mar 2012 16:55:37 +0000 (18:55 +0200)]
Linux DVB: show libvlc and kernel API versions in debug

12 years agoRevert "bluray: properly suppport FIRST_TITLE & TOP_MENU titles"
Hugo Beauzée-Luyssen [Sun, 11 Mar 2012 16:10:51 +0000 (17:10 +0100)]
Revert "bluray: properly suppport FIRST_TITLE & TOP_MENU titles"

This reverts commit 6afa23b2dd9e3f526aa59c5d1ee727d2ce249e78.
This was breaking length computing, thus breaking seeking.

Conflicts:

modules/access/bluray.c

12 years agobluray: Fix seekpoint updating.
Hugo Beauzée-Luyssen [Sun, 11 Mar 2012 15:57:33 +0000 (16:57 +0100)]
bluray: Fix seekpoint updating.

12 years agoDTV: deal with "cable", "terrestrial" and "satellite" scheme right
Rémi Denis-Courmont [Sun, 11 Mar 2012 16:05:21 +0000 (18:05 +0200)]
DTV: deal with "cable", "terrestrial" and "satellite" scheme right

This requires Linux DVBv5.5.

12 years agoLinux DVB: support for multi-standard frontends with API v5.5
Rémi Denis-Courmont [Sun, 11 Mar 2012 15:55:34 +0000 (17:55 +0200)]
Linux DVB: support for multi-standard frontends with API v5.5

12 years agoLinux DVB: distinguish Clear QAM from terrestrial ATSC
Rémi Denis-Courmont [Sun, 11 Mar 2012 15:46:44 +0000 (17:46 +0200)]
Linux DVB: distinguish Clear QAM from terrestrial ATSC

This will be needed for proper DVBv5.5 support.

12 years agoLinux DVB: factorize and revector frontend probing
Rémi Denis-Courmont [Sun, 11 Mar 2012 15:01:20 +0000 (17:01 +0200)]
Linux DVB: factorize and revector frontend probing

12 years agoLinux DVB: small typo
Rémi Denis-Courmont [Sun, 11 Mar 2012 14:29:37 +0000 (16:29 +0200)]
Linux DVB: small typo

12 years agoLinux DVB: fix format string
Rémi Denis-Courmont [Sun, 11 Mar 2012 14:27:07 +0000 (16:27 +0200)]
Linux DVB: fix format string

12 years agoLinux DVB: add an assertion
Rémi Denis-Courmont [Sun, 11 Mar 2012 14:22:25 +0000 (16:22 +0200)]
Linux DVB: add an assertion

12 years agomacosx: fixed 'Open File...' in the subtitles sub menu (close #6352)
Felix Paul Kühne [Sun, 11 Mar 2012 15:08:19 +0000 (16:08 +0100)]
macosx: fixed 'Open File...' in the subtitles sub menu (close #6352)

12 years agobluray: Don't fail silently.
Rafaël Carré [Sun, 11 Mar 2012 14:57:31 +0000 (15:57 +0100)]
bluray: Don't fail silently.

12 years agobluray: Fetching meta info isn't mandatory.
Hugo Beauzée-Luyssen [Sun, 11 Mar 2012 14:50:49 +0000 (15:50 +0100)]
bluray: Fetching meta info isn't mandatory.

This should fix bluray playback on windows.

12 years agomacosx_vout: implemented crop support (close #6080)
Felix Paul Kühne [Sun, 11 Mar 2012 14:30:29 +0000 (15:30 +0100)]
macosx_vout: implemented crop support (close #6080)

note that this patch includes a hack to revert to the 'Default' state correctly

12 years agoMove vlc.misc.*dir to vlc.config.*dir
Rémi Denis-Courmont [Sun, 11 Mar 2012 12:29:54 +0000 (14:29 +0200)]
Move vlc.misc.*dir to vlc.config.*dir

12 years agocontribs: build libbluray with libxml2.
Konstantin Pavlov [Sun, 11 Mar 2012 08:39:07 +0000 (12:39 +0400)]
contribs: build libbluray with libxml2.

Required for metadata support.

12 years agoRemove bashism
Rafaël Carré [Sat, 10 Mar 2012 22:26:19 +0000 (17:26 -0500)]
Remove bashism

12 years agomacosx: disable native fullscreen checkbox in prefs if a change would have no effect
David Fuhrmann [Sat, 10 Mar 2012 19:36:29 +0000 (20:36 +0100)]
macosx: disable native fullscreen checkbox in prefs if a change would have no effect

12 years agomacosx: allow to hide the drop zone while the playlist is empty using an option-click...
Felix Paul Kühne [Sat, 10 Mar 2012 17:18:42 +0000 (18:18 +0100)]
macosx: allow to hide the drop zone while the playlist is empty using an option-click on the playlist toggle button (refs #6213)

12 years agobluray: Fix a memory leak introduced in previous commit.
Hugo Beauzée-Luyssen [Sat, 10 Mar 2012 14:58:10 +0000 (15:58 +0100)]
bluray: Fix a memory leak introduced in previous commit.

12 years agobluray: Check for read error when menu are enabled.
Hugo Beauzée-Luyssen [Sat, 10 Mar 2012 14:54:43 +0000 (15:54 +0100)]
bluray: Check for read error when menu are enabled.

This fixes crash with BD-J menu, if libbluray isn't built with java
support.

12 years agobluray: Check for bd_play failures.
Hugo Beauzée-Luyssen [Sat, 10 Mar 2012 14:52:23 +0000 (15:52 +0100)]
bluray: Check for bd_play failures.

12 years agoconfigure.ac: don't fail in x26410b if library not found by default
Ilkka Ollakka [Sat, 10 Mar 2012 11:03:43 +0000 (13:03 +0200)]
configure.ac: don't fail in x26410b if library not found by default

Only fail if user explicitly enabled x26410b option and suitable libraries
are not found.

12 years agoskins2: use localized hotkey strings
Rémi Denis-Courmont [Sat, 10 Mar 2012 10:46:57 +0000 (12:46 +0200)]
skins2: use localized hotkey strings

12 years agoQt4: show localized hotkey strings in preferences
Rémi Denis-Courmont [Sat, 10 Mar 2012 10:46:35 +0000 (12:46 +0200)]
Qt4: show localized hotkey strings in preferences

12 years agoProvisions for localized key code strings (refs #5974)
Rémi Denis-Courmont [Sat, 10 Mar 2012 10:42:53 +0000 (12:42 +0200)]
Provisions for localized key code strings (refs #5974)

12 years agox264 10-bit version into contribs
Ilkka Ollakka [Thu, 19 Jan 2012 10:52:05 +0000 (12:52 +0200)]
x264 10-bit version into contribs

12 years agox264.c: add x26410b-module for 10-bit encoding alongside normal 8-bit, supports only...
Ilkka Ollakka [Sat, 14 Jan 2012 21:13:02 +0000 (23:13 +0200)]
x264.c: add x26410b-module for 10-bit encoding alongside normal 8-bit, supports only static linking

12 years agomacosx: changed the playlist toggle button behavior (close #6213)
Felix Paul Kühne [Fri, 9 Mar 2012 17:41:16 +0000 (18:41 +0100)]
macosx: changed the playlist toggle button behavior (close #6213)

it behaves this way now:

- no video => toggle window minimization

- active video in main window => toggle playlist / video

- active detached video => toggle window minimization

- active video in main window, option click on button => toggle window minimization

12 years agomacosx: fixed DVD playback using libdvdread (close #6027)
Felix Paul Kühne [Fri, 9 Mar 2012 16:58:26 +0000 (17:58 +0100)]
macosx: fixed DVD playback using libdvdread (close #6027)

12 years agohls: Remove useless errno include.
Hugo Beauzée-Luyssen [Fri, 9 Mar 2012 16:41:39 +0000 (17:41 +0100)]
hls: Remove useless errno include.

12 years agohls: Fix floating-point value duration parsing.
Hugo Beauzée-Luyssen [Fri, 9 Mar 2012 15:36:50 +0000 (16:36 +0100)]
hls: Fix floating-point value duration parsing.

12 years agohls: Avoid using errno.
Hugo Beauzée-Luyssen [Fri, 9 Mar 2012 15:34:59 +0000 (16:34 +0100)]
hls: Avoid using errno.

12 years agohls: m3u8 parser should pass 0xD at line end
bbcallen [Fri, 9 Mar 2012 09:36:31 +0000 (17:36 +0800)]
hls: m3u8 parser should pass 0xD at line end

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agoContrib: Lame, forget the sha512 update file
Jean-Baptiste Kempf [Fri, 9 Mar 2012 13:04:48 +0000 (14:04 +0100)]
Contrib: Lame, forget the sha512 update file

12 years agomacosx: fixed playlist and close entries in the Window menu (close #6239)
Felix Paul Kühne [Fri, 9 Mar 2012 12:55:00 +0000 (13:55 +0100)]
macosx: fixed playlist and close entries in the Window menu (close #6239)

the playlist item automatically reveals the main window now, in case it is hidden. the close item correctly closes the detached video output window now, when using the gray ui style

12 years agolive555 : fix quicktime audio codec settings.
Sébastien Escudier [Fri, 9 Mar 2012 07:31:05 +0000 (08:31 +0100)]
live555 : fix quicktime audio codec settings.

12 years agosimple mixer: unduplicate channels definitions
Rémi Denis-Courmont [Thu, 8 Mar 2012 19:49:38 +0000 (21:49 +0200)]
simple mixer: unduplicate channels definitions

12 years agoUnduplicate WG4 channels order
Rémi Denis-Courmont [Thu, 8 Mar 2012 19:25:57 +0000 (21:25 +0200)]
Unduplicate WG4 channels order

12 years agosdi: no channels magic numbers
Rémi Denis-Courmont [Thu, 8 Mar 2012 19:15:27 +0000 (21:15 +0200)]
sdi: no channels magic numbers

12 years agohdsdi: no magic numbers for channels
Rémi Denis-Courmont [Thu, 8 Mar 2012 19:13:44 +0000 (21:13 +0200)]
hdsdi: no magic numbers for channels

12 years agoASF: correct debug/warning messages
Jean-Baptiste Kempf [Thu, 8 Mar 2012 17:02:03 +0000 (18:02 +0100)]
ASF: correct debug/warning messages

Empty function does not mean unknown guid

12 years agoASF: parse correctly advanced_mutual_exclusion types
Jean-Baptiste Kempf [Thu, 8 Mar 2012 16:26:11 +0000 (17:26 +0100)]
ASF: parse correctly advanced_mutual_exclusion types

12 years agoimprove mxpeg detection : there are some cases where the jpeg comment is not included
Sébastien Escudier [Thu, 8 Mar 2012 14:22:45 +0000 (15:22 +0100)]
improve mxpeg detection : there are some cases where the jpeg comment is not included

12 years agobluray: Minor refactoring.
Hugo Beauzée-Luyssen [Thu, 8 Mar 2012 13:45:41 +0000 (14:45 +0100)]
bluray: Minor refactoring.

12 years agobluray: Removing useless title management code.
Hugo Beauzée-Luyssen [Thu, 8 Mar 2012 12:03:14 +0000 (13:03 +0100)]
bluray: Removing useless title management code.

As pointed by fenrir, this is already handled by the core.

12 years agoSupport WMA Lossless with recent enough libavcodec
Jean-Baptiste Kempf [Thu, 8 Mar 2012 12:08:08 +0000 (13:08 +0100)]
Support WMA Lossless with recent enough libavcodec

12 years agoqt4: Adding support for bluray menus
Hugo Beauzée-Luyssen [Mon, 5 Mar 2012 17:54:11 +0000 (18:54 +0100)]
qt4: Adding support for bluray menus

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agoqt4: Open disc: cosmetics
Hugo Beauzée-Luyssen [Mon, 5 Mar 2012 17:54:10 +0000 (18:54 +0100)]
qt4: Open disc: cosmetics

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agoBluray: kill warnings
Jean-Baptiste Kempf [Thu, 8 Mar 2012 11:36:31 +0000 (12:36 +0100)]
Bluray: kill warnings

12 years agoBluray: cosmetics
Jean-Baptiste Kempf [Thu, 8 Mar 2012 11:33:03 +0000 (12:33 +0100)]
Bluray: cosmetics