]> git.sesse.net Git - vlc/log
vlc
13 years agoflag a bug
Rémi Denis-Courmont [Wed, 13 Oct 2010 20:35:30 +0000 (23:35 +0300)]
flag a bug

p_demux value is not defined

13 years agoblock_FifoPut() accepts/ignores NULL block
Rémi Denis-Courmont [Wed, 13 Oct 2010 20:35:09 +0000 (23:35 +0300)]
block_FifoPut() accepts/ignores NULL block

13 years agoTimer: do not run concurrently
Rémi Denis-Courmont [Wed, 13 Oct 2010 16:07:40 +0000 (19:07 +0300)]
Timer: do not run concurrently

This is useless and awkward.

13 years agoTimer: make the overrun counter atomic
Rémi Denis-Courmont [Wed, 13 Oct 2010 16:06:55 +0000 (19:06 +0300)]
Timer: make the overrun counter atomic

13 years agoTimer: remove the static lock
Rémi Denis-Courmont [Wed, 13 Oct 2010 16:14:01 +0000 (19:14 +0300)]
Timer: remove the static lock

13 years agoAdd atomic swap and compare-and-swap
Rémi Denis-Courmont [Wed, 13 Oct 2010 15:57:58 +0000 (18:57 +0300)]
Add atomic swap and compare-and-swap

13 years agowin32 packaging: point npapi build to CONTRIB_DIR/gecko-sdk
Rafaël Carré [Wed, 13 Oct 2010 15:52:01 +0000 (17:52 +0200)]
win32 packaging: point npapi build to CONTRIB_DIR/gecko-sdk

13 years agowin32 packaging: factorize by using --with-contrib and setting CONTRIB_DIR
Rafaël Carré [Wed, 13 Oct 2010 15:36:33 +0000 (17:36 +0200)]
win32 packaging: factorize by using --with-contrib and setting CONTRIB_DIR

13 years agoFix mozilla packaging for windows
Rafaël Carré [Tue, 12 Oct 2010 20:41:58 +0000 (22:41 +0200)]
Fix mozilla packaging for windows

build-npapi is a dep of package-win32-base-exe and not
package-win-common, because i don't think the mozilla plugin builds for
windows CE

Assumes we always want to build & package mozilla plugin

13 years agoUpdate NEWS
Jean-Baptiste Kempf [Tue, 12 Oct 2010 23:02:09 +0000 (01:02 +0200)]
Update NEWS

13 years agowin32 contribs: Fix dxva2 decoding for Intel cards
Rafaël Carré [Tue, 12 Oct 2010 20:46:01 +0000 (22:46 +0200)]
win32 contribs: Fix dxva2 decoding for Intel cards

Tested on GMA HD, ATI/NVIDIA
Untested on GMA4500

Needs testing on more cards and samples before it is committed upstream

13 years agoUpdate NEWS and modules/LIST
Jean-Paul Saman [Tue, 12 Oct 2010 20:06:30 +0000 (22:06 +0200)]
Update NEWS and modules/LIST

13 years agostream_filter/httplive.c: HTTP Live Streaming
Jean-Paul Saman [Tue, 14 Sep 2010 18:42:30 +0000 (20:42 +0200)]
stream_filter/httplive.c: HTTP Live Streaming

Support HTTP Live Streaming as described in the IETF draft standard:
 * http://tools.ietf.org/html/draft-pantos-http-live-streaming-04#page-8
and Apple its description:
 * http://developer.apple.com/library/ios/#documentation/networkinginternet/conceptual/streamingmediaguide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40008332-CH1-DontLinkElementID_29

Not implemented (yet):
- Encrypted streams (EXT-X-KEY)
- playlist reloading for live streams

13 years agolibvlc_..._stop: terminate aout and sout also, not just vout
Rémi Denis-Courmont [Tue, 12 Oct 2010 19:52:00 +0000 (22:52 +0300)]
libvlc_..._stop: terminate aout and sout also, not just vout

13 years agovlc_timer: compute overruns and adjust if they occur
Rémi Denis-Courmont [Tue, 12 Oct 2010 19:48:38 +0000 (22:48 +0300)]
vlc_timer: compute overruns and adjust if they occur

13 years agoContribs: correctly extract D2D headers
Jean-Baptiste Kempf [Tue, 12 Oct 2010 14:15:53 +0000 (16:15 +0200)]
Contribs: correctly extract D2D headers

13 years agoUgly and almost working npapi build rules
Rémi Denis-Courmont [Mon, 11 Oct 2010 20:09:22 +0000 (23:09 +0300)]
Ugly and almost working npapi build rules

13 years agoConfigure: fix live555 detection
Jean-Baptiste Kempf [Mon, 11 Oct 2010 20:00:25 +0000 (22:00 +0200)]
Configure: fix live555 detection

Yes, this code is weird, but well

13 years agolua extensions: remove dummy function (moreover vlc_join is simpler to understand)
Rémi Duraffort [Mon, 11 Oct 2010 19:06:39 +0000 (21:06 +0200)]
lua extensions: remove dummy function (moreover vlc_join is simpler to understand)

13 years agolua extensions: use an enum and remove demuy declaration.
Rémi Duraffort [Mon, 11 Oct 2010 18:06:02 +0000 (20:06 +0200)]
lua extensions: use an enum and remove demuy declaration.

13 years agowin32 configure scripts: --enable-mozilla is gone
Rafaël Carré [Mon, 11 Oct 2010 18:08:04 +0000 (20:08 +0200)]
win32 configure scripts: --enable-mozilla is gone

13 years agoRemove the NPAPI plugin
Rémi Denis-Courmont [Mon, 11 Oct 2010 17:44:33 +0000 (20:44 +0300)]
Remove the NPAPI plugin

13 years agoRemove obsolete feisty script
Rémi Denis-Courmont [Mon, 11 Oct 2010 15:51:18 +0000 (18:51 +0300)]
Remove obsolete feisty script

13 years agoClarify live555 version error
Rémi Denis-Courmont [Mon, 11 Oct 2010 15:51:04 +0000 (18:51 +0300)]
Clarify live555 version error

13 years agoDon't check for live555 headers twice
Rémi Denis-Courmont [Mon, 11 Oct 2010 15:45:43 +0000 (18:45 +0300)]
Don't check for live555 headers twice

If the version header is there, the main one should be too.

13 years agoRemove unmaintained roku build script
Rémi Denis-Courmont [Mon, 11 Oct 2010 15:35:45 +0000 (18:35 +0300)]
Remove unmaintained roku build script

13 years agowin32 package: do not package mozilla plugin if we're not building it
Rafaël Carré [Mon, 11 Oct 2010 13:50:38 +0000 (15:50 +0200)]
win32 package: do not package mozilla plugin if we're not building it

13 years agowin64 configure script: look for contribs in /usr/win64
Rafaël Carré [Mon, 11 Oct 2010 13:43:54 +0000 (15:43 +0200)]
win64 configure script: look for contribs in /usr/win64

13 years agocontribs packaging: use the correct runtime version for win64
Rafaël Carré [Mon, 11 Oct 2010 13:42:02 +0000 (15:42 +0200)]
contribs packaging: use the correct runtime version for win64

13 years agodistcheck configure: disable-mkv
Rafaël Carré [Mon, 11 Oct 2010 12:35:10 +0000 (14:35 +0200)]
distcheck configure: disable-mkv

works around the lack of a recent enough libebml/libmatroska in Debian

13 years agoDon't trust __MINGW32_MINOR_VERSION for mingw64
Rafaël Carré [Sun, 10 Oct 2010 17:33:21 +0000 (19:33 +0200)]
Don't trust __MINGW32_MINOR_VERSION for mingw64

the version number hasn't been updated

13 years agowin64 contribs: build portaudio
Rafaël Carré [Sun, 10 Oct 2010 17:22:30 +0000 (19:22 +0200)]
win64 contribs: build portaudio

13 years agoMKV: fix stupid typo, sorry
Jean-Baptiste Kempf [Sun, 10 Oct 2010 16:44:38 +0000 (18:44 +0200)]
MKV: fix stupid typo, sorry

13 years agoMKV, io_callback cosmetics
Jean-Baptiste Kempf [Sun, 10 Oct 2010 16:33:38 +0000 (18:33 +0200)]
MKV, io_callback cosmetics

13 years agofix Matroska/WebM reading of live HTTP streams
Steve Lhomme [Sun, 10 Oct 2010 15:59:15 +0000 (17:59 +0200)]
fix Matroska/WebM reading of live HTTP streams

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoFix various typos
Jean-Baptiste Kempf [Sun, 10 Oct 2010 16:13:39 +0000 (18:13 +0200)]
Fix various typos

Spotted by Christoph Miebach Christoph dot Miebach __ web dot de

13 years agoQt4: update discs MRL syntax for Windows
Rémi Denis-Courmont [Sun, 10 Oct 2010 14:06:12 +0000 (17:06 +0300)]
Qt4: update discs MRL syntax for Windows

13 years agovar_InheritString returns NULL, not ""
Rémi Denis-Courmont [Sun, 10 Oct 2010 13:57:23 +0000 (16:57 +0300)]
var_InheritString returns NULL, not ""

13 years agocontribs: fix portaudio build for win64
Rafaël Carré [Sun, 10 Oct 2010 12:04:21 +0000 (14:04 +0200)]
contribs: fix portaudio build for win64

patch sent upstream

13 years agodvdread: fix potential buffer read overflow (fix #4238)
Rémi Denis-Courmont [Sun, 10 Oct 2010 10:10:59 +0000 (13:10 +0300)]
dvdread: fix potential buffer read overflow (fix #4238)

13 years agodvdnav: fix potential buffer read overflow
Rémi Denis-Courmont [Sun, 10 Oct 2010 10:10:06 +0000 (13:10 +0300)]
dvdnav: fix potential buffer read overflow

13 years agoRevert "dvdread: minimum value for ps_pkt_size is 6"
Rémi Denis-Courmont [Sun, 10 Oct 2010 09:56:19 +0000 (12:56 +0300)]
Revert "dvdread: minimum value for ps_pkt_size is 6"

This reverts commit 76003f0e6cd54217619b68537ba73c089c60c8ed,
which is not needed anymore.

13 years agodvdnav: no need to check for 6 bytes before ps_pkt_size() anymore
Rémi Denis-Courmont [Sun, 10 Oct 2010 09:51:20 +0000 (12:51 +0300)]
dvdnav: no need to check for 6 bytes before ps_pkt_size() anymore

This mostly reverts commit 8a497301054ccc2d9d470ade60264036d43e3fc0.

13 years agoPut size check before data dereference
Rémi Denis-Courmont [Sun, 10 Oct 2010 09:46:27 +0000 (12:46 +0300)]
Put size check before data dereference

I think that's a good pattern to follow.
In this particular case, there was no bug however.

13 years agoReally fix ps_pkt_size()
Rémi Denis-Courmont [Sun, 10 Oct 2010 09:43:38 +0000 (12:43 +0300)]
Really fix ps_pkt_size()

The original commit description is rather terse
  "ps demux: fix an issue in ps_pkt_read()"
so I don't really know what the "issue" is. But ps_pkt_size() really
made no sense as is.

This reverts commit d761cf6f1d40a952548407b843ee0c3f0a3cd472.

Conflicts:

modules/demux/ps.h

13 years agohttp: Fix a NULL ptr deref in http-user-agent handling.
Pierre d'Herbemont [Sat, 9 Oct 2010 14:45:24 +0000 (16:45 +0200)]
http: Fix a NULL ptr deref in http-user-agent handling.

13 years agoavformat: fix typo.
Rémi Duraffort [Sat, 9 Oct 2010 12:18:01 +0000 (14:18 +0200)]
avformat: fix typo.

13 years agoRemove idempotent operation.
Rémi Duraffort [Sat, 9 Oct 2010 12:11:30 +0000 (14:11 +0200)]
Remove idempotent operation.

13 years agoquartztext: do not call CFRelease on a NULL pointer.
Rémi Duraffort [Sat, 9 Oct 2010 12:07:11 +0000 (14:07 +0200)]
quartztext: do not call CFRelease on a NULL pointer.

13 years agoUse var_Inherit.
Rémi Duraffort [Fri, 8 Oct 2010 18:58:18 +0000 (20:58 +0200)]
Use var_Inherit.

13 years agolua_extensions: no need to lock the object as we are inside a call to module need...
Rémi Duraffort [Fri, 8 Oct 2010 18:12:08 +0000 (20:12 +0200)]
lua_extensions: no need to lock the object as we are inside a call to module need with a freshly created object.

13 years agowindows config scripts: add win64
Rafaël Carré [Fri, 8 Oct 2010 22:26:23 +0000 (00:26 +0200)]
windows config scripts: add win64

separate path to ./configure and options
-> we can disable specific options for win64

13 years agovlc_windows_interfaces.h: always define STDCALL
Rafaël Carré [Fri, 8 Oct 2010 22:25:55 +0000 (00:25 +0200)]
vlc_windows_interfaces.h: always define STDCALL

It is not defined on windows 64

13 years agowin64 contribs: misc fixes
Rafaël Carré [Fri, 8 Oct 2010 21:36:29 +0000 (23:36 +0200)]
win64 contribs: misc fixes

gecko-win32 -> gecko
build dirac
don't make ffmpeg depend on libvpx
don't build portaudio
patch x264 to link x264.exe with -liberty (debian's amd64 runtime hasn't getopt)
patch pthreads to link with libws2_32 instead of libwsock32

13 years agoSupport DVD LPCM encode.
Steinar H. Gunderson [Sat, 25 Sep 2010 22:24:09 +0000 (00:24 +0200)]
Support DVD LPCM encode.

This patch adds encode support to the LPCM module; only the DVD variant for
now. It's not been tested with any other clients than VLC.

The rationale for this functionality is relatively simple -- LPCM is
currently the only low-latency codec that VLC supports and that can be
embedded in a TS stream. Longer-term support for other low-latency codecs
would be good, but if you're not particularly bandwidth-constrained and need
low latency, this is currently the best option I know of.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agocontribs: update x264 options
Rafaël Carré [Fri, 8 Oct 2010 20:34:28 +0000 (22:34 +0200)]
contribs: update x264 options

13 years agodvdnav: clean up, fix error message and probing encoding (fix #3816)
Rémi Denis-Courmont [Fri, 8 Oct 2010 20:30:08 +0000 (23:30 +0300)]
dvdnav: clean up, fix error message and probing encoding (fix #3816)

Paths for error message must be UTF-8; they were locale.
Paths for probing must be UTF-8 also, as vlc_fopen() does the
conversion to locale internally.

13 years agodvdread: clean up path handling and fix error message encoding
Rémi Denis-Courmont [Fri, 8 Oct 2010 20:29:02 +0000 (23:29 +0300)]
dvdread: clean up path handling and fix error message encoding

Paths given to msg_*() function must be UTF-8, not local.

13 years agolibvpx: make sure destdir exists for libvpx.a
Rafaël Carré [Fri, 8 Oct 2010 20:12:54 +0000 (22:12 +0200)]
libvpx: make sure destdir exists for libvpx.a

13 years agoFix a warning
Rémi Denis-Courmont [Fri, 8 Oct 2010 19:35:33 +0000 (22:35 +0300)]
Fix a warning

13 years agoWeaken test case so that it does not depend on the locale
Rémi Denis-Courmont [Fri, 8 Oct 2010 19:35:18 +0000 (22:35 +0300)]
Weaken test case so that it does not depend on the locale

13 years agocontribs: make sure destdir exists when unpacking directshow headers
Rafaël Carré [Fri, 8 Oct 2010 19:34:04 +0000 (21:34 +0200)]
contribs: make sure destdir exists when unpacking directshow headers

13 years agocontribs: bump orc and schroedinger
Rafaël Carré [Fri, 8 Oct 2010 19:13:33 +0000 (21:13 +0200)]
contribs: bump orc and schroedinger

schroedinger doesn't depend on orcc anymore

13 years agocontribs: fix pthreads build, it doesn't like MAKEFLAGS=-j4
Rafaël Carré [Fri, 8 Oct 2010 18:34:10 +0000 (20:34 +0200)]
contribs: fix pthreads build, it doesn't like MAKEFLAGS=-j4

Force MAKEFLAGS=-j1

13 years agocontribs: fix copy of aclocal m4 files
Rafaël Carré [Fri, 8 Oct 2010 18:08:39 +0000 (20:08 +0200)]
contribs: fix copy of aclocal m4 files

make sure they are copied only after all contribs have been built

13 years agocontribs: use existing MAKEFLAGS variable to change make options
Rafaël Carré [Fri, 8 Oct 2010 17:17:18 +0000 (19:17 +0200)]
contribs: use existing MAKEFLAGS variable to change make options

as suggested by courmisch

13 years agocontribs: make sure destdir exists when unpacking directx headers
Rafaël Carré [Fri, 8 Oct 2010 17:18:43 +0000 (19:18 +0200)]
contribs: make sure destdir exists when unpacking directx headers

13 years agocontribs: add dxva2api.h cleanup rule and fix jpeg rule
Rafaël Carré [Fri, 8 Oct 2010 17:15:06 +0000 (19:15 +0200)]
contribs: add dxva2api.h cleanup rule and fix jpeg rule

13 years agoPlaylist search: proper case-insensitive search (fix #4214)
Rémi Denis-Courmont [Fri, 8 Oct 2010 18:41:07 +0000 (21:41 +0300)]
Playlist search: proper case-insensitive search (fix #4214)

13 years agoTest case for vlc_strcasestr()
Rémi Denis-Courmont [Fri, 8 Oct 2010 18:40:52 +0000 (21:40 +0300)]
Test case for vlc_strcasestr()

13 years agoAdd vlc_strcasestr()
Rémi Denis-Courmont [Fri, 8 Oct 2010 18:02:23 +0000 (21:02 +0300)]
Add vlc_strcasestr()

13 years agoRefactor EnsureUTF8 and IsUTF8
Rémi Denis-Courmont [Fri, 8 Oct 2010 17:30:11 +0000 (20:30 +0300)]
Refactor EnsureUTF8 and IsUTF8

13 years agocontribs: use make -jX
Rafaël Carré [Thu, 7 Oct 2010 20:35:21 +0000 (22:35 +0200)]
contribs: use make -jX

Where X is the number of CPU detected on Linux, or 1
TODO: detection on BSD, OSX, etc...

13 years agoSpeed up vlc_meta_TypeToLocalizedString()
Rémi Denis-Courmont [Thu, 7 Oct 2010 19:35:44 +0000 (22:35 +0300)]
Speed up vlc_meta_TypeToLocalizedString()

13 years agoDoc: fortunes
Jean-Baptiste Kempf [Thu, 7 Oct 2010 15:44:21 +0000 (17:44 +0200)]
Doc: fortunes

13 years agodon't try http tunneling in case of error 404. Also add a debug message.
Sébastien Escudier [Thu, 7 Oct 2010 09:38:40 +0000 (11:38 +0200)]
don't try http tunneling in case of error 404. Also add a debug message.

13 years agortsp, don't timeout if DESCRIBE failed
Sébastien Escudier [Thu, 7 Oct 2010 09:36:22 +0000 (11:36 +0200)]
rtsp, don't timeout if DESCRIBE failed

13 years agolive-inet_ntop.patch: update for new live555 release
Rafaël Carré [Thu, 7 Oct 2010 21:23:40 +0000 (14:23 -0700)]
live-inet_ntop.patch: update for new live555 release

13 years agocontribs: store path of external tools with ""
Rafaël Carré [Thu, 7 Oct 2010 20:27:08 +0000 (13:27 -0700)]
contribs: store path of external tools with ""

helps when paths have a space in them (/c/Program Files/...)

13 years agocontribs: remove obsolete config option for fribidi
Rafaël Carré [Thu, 7 Oct 2010 19:19:19 +0000 (12:19 -0700)]
contribs: remove obsolete config option for fribidi

13 years agoRevert "contribs: fix libmp3lame detection in ffmpeg"
Rafaël Carré [Thu, 7 Oct 2010 17:43:00 +0000 (10:43 -0700)]
Revert "contribs: fix libmp3lame detection in ffmpeg"

This reverts commit 5ff88fe4590d27a27173847e212f1173dce74ef1.
Patch applied upstream

13 years agocontribs: fix libmp3lame detection in ffmpeg
Rafaël Carré [Wed, 6 Oct 2010 19:01:12 +0000 (21:01 +0200)]
contribs: fix libmp3lame detection in ffmpeg

patch sent upstream

13 years agoPermissions
Rémi Denis-Courmont [Wed, 6 Oct 2010 18:12:12 +0000 (21:12 +0300)]
Permissions

13 years agolua_input: grab the input lock only one time when reading the metas (do not lock...
Rémi Duraffort [Wed, 6 Oct 2010 17:33:45 +0000 (19:33 +0200)]
lua_input: grab the input lock only one time when reading the metas (do not lock/unlock for each meta).

13 years agoepg: more small cleanup
Rémi Duraffort [Wed, 6 Oct 2010 17:14:19 +0000 (19:14 +0200)]
epg: more small cleanup

13 years agowin32 config: don't use --with-live555-tree
Rafaël Carré [Wed, 6 Oct 2010 12:12:57 +0000 (14:12 +0200)]
win32 config: don't use --with-live555-tree

fix configuration with mingw on Linux

Acked-on-IRC-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoskins2(X11): add icon to vlc
Erwan Tulou [Wed, 6 Oct 2010 08:51:31 +0000 (10:51 +0200)]
skins2(X11): add icon to vlc

this should fix https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/521850
Tested successfully with compiz and metacity

Todo: adapt configure.ac to ensure XPM is available for skins2 (as done with mozilla)

13 years agowin32 config: sdl-config-path has been dropped
Rafaël Carré [Wed, 6 Oct 2010 12:06:19 +0000 (14:06 +0200)]
win32 config: sdl-config-path has been dropped

13 years agowin64 contribs: run autoreconf -fi when needed
Rafaël Carré [Wed, 6 Oct 2010 11:21:40 +0000 (13:21 +0200)]
win64 contribs: run autoreconf -fi when needed

Some old libraries configured with ancient autotools  don't recongize
amd64-mingw32msvc-
Also update libswscale patch (one hunk applied upstream)

13 years agoepg: remove dummy cast.
Rémi Duraffort [Tue, 5 Oct 2010 18:11:54 +0000 (20:11 +0200)]
epg: remove dummy cast.

13 years agoAlso test config_chainDuplicate.
Rémi Duraffort [Tue, 5 Oct 2010 17:49:57 +0000 (19:49 +0200)]
Also test config_chainDuplicate.

13 years agoconfig_chain: improve automatic testing.
Rémi Duraffort [Tue, 5 Oct 2010 17:12:52 +0000 (19:12 +0200)]
config_chain: improve automatic testing.

13 years agoConfigure.ac: cosmetics and cleaning
Jean-Baptiste Kempf [Tue, 5 Oct 2010 14:28:18 +0000 (16:28 +0200)]
Configure.ac: cosmetics and cleaning

13 years agoBump libebml and libmatroska requirements to 1.0.0 for webm
Jean-Baptiste Kempf [Tue, 5 Oct 2010 14:25:36 +0000 (16:25 +0200)]
Bump libebml and libmatroska requirements to 1.0.0 for webm

Basically, we need that to be able to play correctly the matroska/webm
files that have unknow length segments

If you are running debian, use packages from experimental
If you are running Windows and Mac, the contribs are fine
Else, please contact your local distribution administrator

13 years agolua: youtube seems to do some (more) double encoding
Ilkka Ollakka [Mon, 4 Oct 2010 13:34:53 +0000 (16:34 +0300)]
lua: youtube seems to do some (more) double encoding

13 years agox264: use default libx264 lookahead-value
Ilkka Ollakka [Mon, 27 Sep 2010 21:12:18 +0000 (00:12 +0300)]
x264: use default libx264 lookahead-value

13 years agorefactor rate(,-faster,-slower) to playlist
Ilkka Ollakka [Sun, 26 Sep 2010 11:50:03 +0000 (14:50 +0300)]
refactor rate(,-faster,-slower) to playlist

Thisway we don't reset playback rate between items

13 years agoUpdate LIST
Jean-Baptiste Kempf [Mon, 4 Oct 2010 15:26:05 +0000 (17:26 +0200)]
Update LIST

13 years agoContribs: Update tremor to work with upstream
Jean-Baptiste Kempf [Mon, 4 Oct 2010 14:52:14 +0000 (16:52 +0200)]
Contribs: Update tremor to work with upstream

They applied it upstream, almost completly
As discussed at FOMS

13 years agoBlu-Ray: be way more restrictive in the probing
Jean-Baptiste Kempf [Sun, 3 Oct 2010 15:31:50 +0000 (17:31 +0200)]
Blu-Ray: be way more restrictive in the probing

BDMV/ isn't supported yet, because we don't know how to do wrt to AACS
and BD+ yet