]> git.sesse.net Git - vlc/log
vlc
13 years agoOnly print the first 5 threading errors each
Rémi Denis-Courmont [Mon, 7 Jun 2010 17:42:49 +0000 (20:42 +0300)]
Only print the first 5 threading errors each

13 years agol10n: Ukrainian update
Oleksandr Natalenko [Sun, 6 Jun 2010 22:36:19 +0000 (23:36 +0100)]
l10n: Ukrainian update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
13 years agoEstionian l10n for the win installer
Mihkel [Sun, 6 Jun 2010 22:12:25 +0000 (23:12 +0100)]
Estionian l10n for the win installer

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
13 years agovar_InheritInteger -> var_InheritBool
Rémi Denis-Courmont [Sun, 6 Jun 2010 21:25:10 +0000 (00:25 +0300)]
var_InheritInteger -> var_InheritBool

13 years agoAdded a missing vlc_join() in vout.
Laurent Aimar [Thu, 3 Jun 2010 22:38:32 +0000 (00:38 +0200)]
Added a missing vlc_join() in vout.

13 years agoLua: Allocine, grow buffer up to 500k
Jean-Philippe André [Sun, 6 Jun 2010 10:17:29 +0000 (18:17 +0800)]
Lua: Allocine, grow buffer up to 500k

This seems a lot, but 65k definitively ain't enough for some
movies.

13 years agoappletrailers: fix location finding
Ilkka Ollakka [Sun, 6 Jun 2010 09:20:01 +0000 (12:20 +0300)]
appletrailers: fix location finding

13 years agoLua: remove 'http' shortcut.
Jean-Philippe André [Sun, 6 Jun 2010 05:44:36 +0000 (13:44 +0800)]
Lua: remove 'http' shortcut.

Since 6bb9f2996 (or master/1834c5a73e) it was not possible to load
luahttp using this shortcut anyway.

13 years agolive: update inet_ntop patch
Rémi Denis-Courmont [Sat, 5 Jun 2010 21:40:37 +0000 (00:40 +0300)]
live: update inet_ntop patch

13 years agoqt4: don't scale to 720p on webm profile
Ilkka Ollakka [Sat, 5 Jun 2010 20:19:38 +0000 (23:19 +0300)]
qt4: don't scale to 720p on webm profile

Which was wrong way anyway.

13 years agoavcodec: fix vp8 default to check height for 720p
Ilkka Ollakka [Sat, 5 Jun 2010 20:18:08 +0000 (23:18 +0300)]
avcodec: fix vp8 default to check height for 720p

also fix sub 720p defaults

13 years agoSpelling
Pierre Ynard [Sat, 5 Jun 2010 17:04:44 +0000 (19:04 +0200)]
Spelling

13 years agoPlaylist: Allow pausing the playback using space.
Hugo Beauzée-Luyssen [Sat, 5 Jun 2010 13:35:14 +0000 (15:35 +0200)]
Playlist: Allow pausing the playback using space.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoOld RC: correct inherited boolean variables
Rémi Denis-Courmont [Sat, 5 Jun 2010 13:36:46 +0000 (16:36 +0300)]
Old RC: correct inherited boolean variables

13 years agoAdd version to footer alongside the copyright message
Confused Vorlon [Fri, 28 May 2010 14:36:36 +0000 (15:36 +0100)]
Add version to footer alongside the copyright message

(as with old http interface). Also added '-Lua Web Interface-'.

Adding the '-Lua Web Interface-' will give an easy way for applications to tell whether they are dealing with the old or new interfaces. The commands are somewhat different, so this is important.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoMark rtsp-kasenna as safe
Greg Farrell [Sat, 5 Jun 2010 13:20:53 +0000 (16:20 +0300)]
Mark rtsp-kasenna as safe

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoqt4: add vp80/webm to profiles
Ilkka Ollakka [Sat, 5 Jun 2010 11:18:44 +0000 (14:18 +0300)]
qt4: add vp80/webm to profiles

VP8/webm profile defaults to 720p, which could be reasonable default imo.
Not sure if people want to it to default to same resolution as input is.

13 years agoavcodec: default gop=120 for vp80
Ilkka Ollakka [Sat, 5 Jun 2010 11:16:18 +0000 (14:16 +0300)]
avcodec: default gop=120 for vp80

13 years agoavcodec: fix typo
Ilkka Ollakka [Sat, 5 Jun 2010 10:43:27 +0000 (13:43 +0300)]
avcodec: fix typo

13 years agoRemove promiscuous #include <vlc_common.h>
Rémi Denis-Courmont [Sat, 5 Jun 2010 10:24:09 +0000 (13:24 +0300)]
Remove promiscuous #include <vlc_common.h>

13 years agoSpelling
Rémi Denis-Courmont [Sat, 5 Jun 2010 10:18:00 +0000 (13:18 +0300)]
Spelling

13 years agoRemove left over HAVE_GETADDRINFO, fix ACL regression (1.2 only)
Rémi Denis-Courmont [Sat, 5 Jun 2010 10:10:09 +0000 (13:10 +0300)]
Remove left over HAVE_GETADDRINFO, fix ACL regression (1.2 only)

13 years agoXlib: fix build (skins2) - Part 1/2: fix include
Jean-Philippe André [Fri, 4 Jun 2010 12:00:42 +0000 (20:00 +0800)]
Xlib: fix build (skins2) - Part 1/2: fix include

13 years agoXlib: fix build (skins2) - Part 2/2: cast vlc_object
Jean-Philippe André [Fri, 4 Jun 2010 12:01:15 +0000 (20:01 +0800)]
Xlib: fix build (skins2) - Part 2/2: cast vlc_object

13 years agoLua: update Allociné script & remove debug
Jean-Philippe André [Fri, 4 Jun 2010 11:11:39 +0000 (19:11 +0800)]
Lua: update Allociné script & remove debug

13 years agoTypos
Rémi Denis-Courmont [Sat, 5 Jun 2010 08:10:50 +0000 (11:10 +0300)]
Typos

13 years agoUpdated German translation of the Win32 installer by Mario Siegmann and me.
Felix Paul Kühne [Fri, 4 Jun 2010 22:16:27 +0000 (00:16 +0200)]
Updated German translation of the Win32 installer by Mario Siegmann and me.

Manual forward-port of [41c69be0dd9f7cdf6cc791e7f9064fdd748eb988]

13 years agolive: updated patch
Felix Paul Kühne [Fri, 4 Jun 2010 19:16:58 +0000 (21:16 +0200)]
live: updated patch

13 years agolibdvdnav: updated patch
Felix Paul Kühne [Fri, 4 Jun 2010 19:13:28 +0000 (21:13 +0200)]
libdvdnav: updated patch

13 years agoyoutube.lua: remove old broken break
Pierre Ynard [Fri, 4 Jun 2010 17:10:11 +0000 (19:10 +0200)]
youtube.lua: remove old broken break

We don't want that anymore anyway

13 years agoyoutube.lua: support WebM formats
Pierre Ynard [Fri, 4 Jun 2010 16:51:09 +0000 (18:51 +0200)]
youtube.lua: support WebM formats

We parse the additional HTML5 section too, the only place where the
WebM formats are listed. If the URL contains "&html5=True", the WebM
formats are preferred, when available.

13 years agoQt4: do not set fullscreen window on top (fixes #3712)
Rémi Denis-Courmont [Fri, 4 Jun 2010 15:15:45 +0000 (18:15 +0300)]
Qt4: do not set fullscreen window on top (fixes #3712)

Normally, the window will go on top of the stack of normal windows
anyway. If not, we may need to force this, which is different from
always-on-top in any case.

Known issue: toggling video on top while in fullscreen is not
implemented yet.

13 years agoyoutube.lua: fetch HD videos when available by default
Pierre Ynard [Fri, 4 Jun 2010 14:19:14 +0000 (16:19 +0200)]
youtube.lua: fetch HD videos when available by default

This also saves one HTTP redirect

13 years agoqt4: don't hardcode fontsize in epgitem
Ilkka Ollakka [Fri, 4 Jun 2010 13:27:00 +0000 (16:27 +0300)]
qt4: don't  hardcode fontsize in epgitem

13 years agoCompilation fix.
Laurent Aimar [Thu, 3 Jun 2010 21:54:04 +0000 (23:54 +0200)]
Compilation fix.

13 years agoAdded missing subpicture_Update.
Laurent Aimar [Thu, 3 Jun 2010 21:04:42 +0000 (23:04 +0200)]
Added missing subpicture_Update.

13 years agoFix missing lock in 440126cfb7322950d14f7029dd424c4f4bd41ad
Rémi Denis-Courmont [Thu, 3 Jun 2010 21:10:35 +0000 (00:10 +0300)]
Fix missing lock in 440126cfb7322950d14f7029dd424c4f4bd41ad

13 years agoProtect XInitThreads() with a global lock
Rémi Denis-Courmont [Thu, 3 Jun 2010 20:55:27 +0000 (23:55 +0300)]
Protect XInitThreads() with a global lock

13 years agogcrypt: use vlc_global_mutex
Rémi Denis-Courmont [Thu, 3 Jun 2010 20:29:35 +0000 (23:29 +0300)]
gcrypt: use vlc_global_mutex

This saves a few mutexes, but it does not really solve gcrypt
reentrancy. gcry_control() should only be called once for all per copy
of gcrypt in the memory. This is hard to conciliate with dlopen().

13 years agoavcodec: use vlc_global_mutex
Rémi Denis-Courmont [Thu, 3 Jun 2010 20:29:24 +0000 (23:29 +0300)]
avcodec: use vlc_global_mutex

13 years agovlc_global_mutex: common functions for process-wide mutexes
Rémi Denis-Courmont [Thu, 3 Jun 2010 20:25:31 +0000 (23:25 +0300)]
vlc_global_mutex: common functions for process-wide mutexes

13 years agoCalled XInitThreads in vaapi.
Laurent Aimar [Thu, 3 Jun 2010 18:59:13 +0000 (20:59 +0200)]
Called XInitThreads in vaapi.

13 years agoCheck "xlib" before trying vaapi.
Laurent Aimar [Thu, 3 Jun 2010 18:57:47 +0000 (20:57 +0200)]
Check "xlib" before trying vaapi.

13 years agoMoved generic subpicture code to its own file.
Laurent Aimar [Mon, 31 May 2010 18:28:55 +0000 (20:28 +0200)]
Moved generic subpicture code to its own file.

13 years agoatmo: updated README.txt for Fnordlicht, added author to THANKS
André Weber [Thu, 3 Jun 2010 17:31:40 +0000 (19:31 +0200)]
atmo: updated README.txt for Fnordlicht, added author to THANKS

13 years agolibvlc_set_*_input also works on Win32 nowadays
Rémi Denis-Courmont [Thu, 3 Jun 2010 18:26:10 +0000 (21:26 +0300)]
libvlc_set_*_input also works on Win32 nowadays

13 years agoatmo: add support for Fnordlicht devices
Kai Lauterbach [Thu, 3 Jun 2010 17:21:52 +0000 (19:21 +0200)]
atmo: add support for Fnordlicht devices

The Fnordlicht-Class implements only parts of the fnordlicht-protocol:
sync, stop, start_bootloader, boot_enter_application and fade_rgb
Have a look at http://github.com/fd0/fnordlicht/raw/master/doc/PROTOCOL
for more details.

Signed-off-by: André Weber <atmo@videolan.org>
13 years agoQT4: Connect INPUT_EVENT_ITEM_EPG to update epg-widget via inputmanager
Ilkka Ollakka [Thu, 3 Jun 2010 15:59:51 +0000 (18:59 +0300)]
QT4: Connect INPUT_EVENT_ITEM_EPG to update epg-widget via inputmanager

Now epg-content should update automaticly when user changes channel etc.

13 years agocontribs: update gettext to 0.18
Christophe Mutricy [Thu, 20 May 2010 19:03:30 +0000 (21:03 +0200)]
contribs: update gettext to 0.18

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoContribs: update Qt for win32 to 4.6.2
Jean-Baptiste Kempf [Wed, 2 Jun 2010 23:44:37 +0000 (01:44 +0200)]
Contribs: update Qt for win32 to 4.6.2

Compiling qt on win32 is still long and painful

13 years agoTypo
Christophe Mutricy [Wed, 2 Jun 2010 22:01:27 +0000 (23:01 +0100)]
Typo

13 years agox264: use x264_picture_init from X264_BUILD >= 98
Ilkka Ollakka [Wed, 2 Jun 2010 20:10:51 +0000 (23:10 +0300)]
x264: use x264_picture_init from X264_BUILD >= 98

13 years agoluahttp: use the same options as the http interface.
Rémi Duraffort [Wed, 2 Jun 2010 19:49:35 +0000 (21:49 +0200)]
luahttp: use the same options as the http interface.

Nnot every options are implemented right now, only the most wanted.

13 years agoLua: new script Allocine (France)
Jean-Philippe André [Wed, 2 Jun 2010 19:22:25 +0000 (03:22 +0800)]
Lua: new script Allocine (France)

This extension is in French only.
A german version may appear soon.

13 years agoimdb.lua: Redesign, fix some bugs
Jean-Philippe André [Wed, 2 Jun 2010 19:15:46 +0000 (03:15 +0800)]
imdb.lua: Redesign, fix some bugs

13 years agoMozilla: use --no-xlib
Rémi Denis-Courmont [Wed, 2 Jun 2010 18:36:53 +0000 (21:36 +0300)]
Mozilla: use --no-xlib

It will be hard to convince all Mozilla plugins-capable browsers to
call XInitThreads() early enough, if it ever happens. In the mean time,
make sure we use only pure XCB and avoid Xlib in VLC plugins.

Note: I did not check that the web plugins itself was not using Xlib
outside the main Mozilla browser thread.

This should fix #3662. We loose GLX and PulseAudio inside Mozilla.

13 years ago--no-xlib: prevent use of XInitThreads() and hence Xlib
Rémi Denis-Courmont [Wed, 2 Jun 2010 18:30:49 +0000 (21:30 +0300)]
--no-xlib: prevent use of XInitThreads() and hence Xlib

Certain LibVLC applications fail to call XInitThreads() before they
call XOpenDisplay(). Then VLC calls XInitThreads(). Then the
applications call XCloseDisplay(), which raises a segmentation fault.
In this case, Xlib tries acquire lock that was never created as the
Display ppinter was created before threaded Xlib mode was enabled.

These applications can now pass --no-xlib to libvlc_new(). This will
prevent any VLC Xlib-based plugin from being used. Currently, this
affects interfaces (not really an issue), PulseAudio (until Colin's
patch is merged upstream) and GLX (Xlib-based by design).

This will be necessary to address #3662.

13 years ago--glx-display is also merged with --x11-display
Rémi Denis-Courmont [Wed, 2 Jun 2010 18:24:47 +0000 (21:24 +0300)]
--glx-display is also merged with --x11-display

13 years agoExtensions: fix Qt freeze when reloading scripts
Jean-Philippe André [Wed, 2 Jun 2010 16:47:34 +0000 (00:47 +0800)]
Extensions: fix Qt freeze when reloading scripts

Description of the bug:

 This freeze happened only on Windows (tested on XP & Wine), but not on
 Linux. If I only moved up the "killInstance()" line, then the freeze
 would happen only on Linux but not on Windows.
 In these cases the QDialog's destructor never returned.

13 years agoHttp interface VLC_OBJECT_VLC has been replaced by VLC_OBJECT_LIBVLC.
Christian Masus [Wed, 2 Jun 2010 16:30:34 +0000 (18:30 +0200)]
Http interface VLC_OBJECT_VLC has been replaced by VLC_OBJECT_LIBVLC.

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
13 years agoqt4: use slower and better scaling on albumart-label
Ilkka Ollakka [Wed, 2 Jun 2010 15:12:58 +0000 (18:12 +0300)]
qt4: use slower and better scaling on albumart-label

We could use QPixmapCache here too, but I don't think it speeds up it
any noticeable way, just makes code littlebit longer.

13 years agoPackage Win32: add .vlt and .wsz extensions
Jean-Philippe André [Tue, 1 Jun 2010 16:34:33 +0000 (00:34 +0800)]
Package Win32: add .vlt and .wsz extensions

To open skins, you have to use a special command, thus a different
ShellAssociation.
Entries are not selected by default (as they may be associated to
the VLC Skin Editor)

13 years agoSkins2: remove skins demux
Jean-Philippe André [Tue, 1 Jun 2010 16:14:08 +0000 (00:14 +0800)]
Skins2: remove skins demux

As pointed by Rémi, only medias should be "openable" in VLC.

13 years agoSkins2: check if file exists, not folder
Jean-Philippe André [Tue, 1 Jun 2010 16:07:23 +0000 (00:07 +0800)]
Skins2: check if file exists, not folder

Note: it looks like vlc_stat("C:") returns an error (Windows)

13 years agoRevert "Zip filter: skip .vlt & .wsz (skins)"
Jean-Philippe André [Tue, 1 Jun 2010 16:07:05 +0000 (00:07 +0800)]
Revert "Zip filter: skip .vlt & .wsz (skins)"

This reverts commit 80bd960092525f0af649881ccb6081da1eea4d04.

13 years agoRevert "Decomp filter: skip .vlc & .wsz files (skins)"
Jean-Philippe André [Tue, 1 Jun 2010 16:06:53 +0000 (00:06 +0800)]
Revert "Decomp filter: skip .vlc & .wsz files (skins)"

This reverts commit 3acea6444dca179ef35358917b8595e02beeb0e3.

13 years agoRevert "Skins: "file" shortcut for skins access_demux (& decode URI)"
Jean-Philippe André [Tue, 1 Jun 2010 16:05:56 +0000 (00:05 +0800)]
Revert "Skins: "file" shortcut for skins access_demux (& decode URI)"

This reverts commit 117c94235c96a5927592398ec13f8ce3d8a58a36.

13 years agoFix obvious typo lost in a git warp.
Jean-Baptiste Kempf [Wed, 2 Jun 2010 10:01:21 +0000 (12:01 +0200)]
Fix obvious typo lost in a git warp.

Sorry

13 years agoepg: remove the external channels widget
Ludovic Fauvet [Wed, 2 Jun 2010 09:06:05 +0000 (11:06 +0200)]
epg: remove the external channels widget

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoepg: add an overlay containing the channels list
Ludovic Fauvet [Wed, 2 Jun 2010 09:00:29 +0000 (11:00 +0200)]
epg: add an overlay containing the channels list

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoepg: highlight ongoing programs in the epg view
Ludovic Fauvet [Sat, 6 Mar 2010 12:55:48 +0000 (13:55 +0100)]
epg: highlight ongoing programs in the epg view

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoepg: remove debug in epg
Ludovic Fauvet [Sat, 6 Mar 2010 12:45:07 +0000 (13:45 +0100)]
epg: remove debug in epg

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoplaylist: modified playlist_NodeCreate()
Sebastian Birk [Wed, 2 Jun 2010 09:19:06 +0000 (11:19 +0200)]
playlist: modified playlist_NodeCreate()

The passed flags in the variable i_flags are now applied to the new node.
This solves bug ticket #3690, where it was possible to delete the "Playlist" and
"Media Library" nodes, since the read-only flag was not set for them.

13 years agovod_rtsp: C99 for loop iterator declarations
Pierre Ynard [Wed, 2 Jun 2010 04:07:28 +0000 (06:07 +0200)]
vod_rtsp: C99 for loop iterator declarations

13 years agoWin7: new buttons for taskbar
Jean-Baptiste Kempf [Tue, 1 Jun 2010 21:30:59 +0000 (23:30 +0200)]
Win7: new buttons for taskbar

13 years agoDo not disable X11 ARGB visuals (fixes: #3581)
Rémi Denis-Courmont [Tue, 1 Jun 2010 21:11:38 +0000 (00:11 +0300)]
Do not disable X11 ARGB visuals (fixes: #3581)

The XVideo and X11 outputs can cope with this properly now

13 years agoXCB/X11: rework and fix color depth selection
Rémi Denis-Courmont [Tue, 1 Jun 2010 20:56:29 +0000 (23:56 +0300)]
XCB/X11: rework and fix color depth selection

13 years agoXCB/X11: support different color depth than parent window (refs #3581)
Rémi Denis-Courmont [Tue, 1 Jun 2010 20:55:00 +0000 (23:55 +0300)]
XCB/X11: support different color depth than parent window (refs #3581)

13 years agoRevert "atmo: add support for new device fnordlicht"
André Weber [Tue, 1 Jun 2010 19:36:45 +0000 (21:36 +0200)]
Revert "atmo: add support for new device fnordlicht"
source contained tabs, will commit again later (sorry for any trouble)

This reverts commit 1af1e3b16f2c70d802e5155efd38823756ca1be9.

13 years agoXCB/XVideo: support parent window with ARGB visual (refs #3581)
Rémi Denis-Courmont [Tue, 1 Jun 2010 20:10:52 +0000 (23:10 +0300)]
XCB/XVideo: support parent window with ARGB visual (refs #3581)

X11 inherits properties from the parent window by default. XVideo does
not (typically) like ARGB visuals. To create plain RGB window on an ARGB
window, we need to force the color map, background and border parameters
to non-ARGB values.

There is one remaining problem to enable ARGB support in Qt4: the Qt4
video widget has a transparent background by default. This is inadequate
in fullscreen mode.

13 years agoatmo: add support for new device fnordlicht
Kai Lauterbach [Tue, 1 Jun 2010 19:26:36 +0000 (21:26 +0200)]
atmo: add support for new device fnordlicht
Fnordlicht - is a serial device with up to four channels
- http://github.com/fd0/fnordlicht/raw/master/doc/PROTOCOL
- http://github.com/fd0/fnordlicht/

Signed-off-by: André Weber <atmo@videolan.org>
13 years agoavcodec: adjust encoders vp8 defaults littlebit
Ilkka Ollakka [Tue, 1 Jun 2010 18:20:20 +0000 (21:20 +0300)]
avcodec: adjust encoders vp8 defaults littlebit

13 years agoSynchronize NEWS
Jean-Baptiste Kempf [Tue, 1 Jun 2010 17:24:06 +0000 (19:24 +0200)]
Synchronize NEWS

13 years agoSynchronise NEWS between 1.1 and master
Jean-Baptiste Kempf [Tue, 1 Jun 2010 17:14:52 +0000 (19:14 +0200)]
Synchronise NEWS between 1.1 and master

13 years agoQt: correctly forward wheeling events on Win32
Jean-Baptiste Kempf [Tue, 1 Jun 2010 14:26:51 +0000 (16:26 +0200)]
Qt: correctly forward wheeling events on Win32

Closes blocker #3262

13 years agoQt: fix 'leave fullscreen' menu
Jean-Baptiste Kempf [Tue, 1 Jun 2010 13:17:37 +0000 (15:17 +0200)]
Qt: fix 'leave fullscreen' menu

Close  #3700

13 years agovod_rtsp: fix scope of variables
Pierre Ynard [Tue, 1 Jun 2010 05:03:57 +0000 (07:03 +0200)]
vod_rtsp: fix scope of variables

13 years agovod_rtsp: cosmetics
Pierre Ynard [Tue, 1 Jun 2010 04:02:02 +0000 (06:02 +0200)]
vod_rtsp: cosmetics

Identation

13 years agoContribs: cleanup
Jean-Baptiste Kempf [Mon, 31 May 2010 23:47:11 +0000 (01:47 +0200)]
Contribs: cleanup

Remove unneeded old patches
Rename patche for consistency

13 years agoContribs: remove dead patches
Jean-Baptiste Kempf [Mon, 31 May 2010 23:39:30 +0000 (01:39 +0200)]
Contribs: remove dead patches

13 years agoContribs: update libdvdnav patches
Jean-Baptiste Kempf [Mon, 31 May 2010 23:32:42 +0000 (01:32 +0200)]
Contribs: update libdvdnav patches

Resolution and Win32 threads have been merged upstream

13 years agoos x: fix preferences to leave x264 preset/tune empty
Juho Vähä-Herttua [Mon, 31 May 2010 12:23:52 +0000 (15:23 +0300)]
os x: fix preferences to leave x264 preset/tune empty

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
(cherry picked from commit c521391d4c4a8bbcfed35e09705698099798efd9)

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
13 years agoOSX: fix a crash when the option-list finished by 0, like the new x264_nal_hrd
Juho Vähä-Herttua [Sun, 30 May 2010 07:47:53 +0000 (10:47 +0300)]
OSX: fix a crash when the option-list finished by 0, like the new x264_nal_hrd
(cherry picked from commit 64188f7809f44b9b74f94e07bbd0381b398a6afa)

Signed-off-by: Ilkka Ollakka <ileoo@iki.fi>
(cherry picked from commit 5fd7ef49bdd60d2d9b0c007426627313dec48366)

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
13 years agoSPUDEC : Bump up the capability value for the native decoder. This will be useful...
Jai Menon [Mon, 31 May 2010 13:42:58 +0000 (19:12 +0530)]
SPUDEC : Bump up the capability value for the native decoder. This will be useful in the case where we want to selectively enable DVD subtitle decoding through libavcodec, but override it by default.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoDo not scan for subtitles files in the current dir for TS files
Rémi Denis-Courmont [Mon, 31 May 2010 13:31:35 +0000 (16:31 +0300)]
Do not scan for subtitles files in the current dir for TS files

This should work around #3547.

13 years agoSimplification (make_path always returns an absolute path)
Rémi Denis-Courmont [Mon, 31 May 2010 13:25:27 +0000 (16:25 +0300)]
Simplification (make_path always returns an absolute path)

13 years agoQt4 media info: show local file path instead of file:// URI
Rémi Denis-Courmont [Mon, 31 May 2010 13:13:08 +0000 (16:13 +0300)]
Qt4 media info: show local file path instead of file:// URI

This fixes #3626.

13 years agoSkins: "file" shortcut for skins access_demux (& decode URI)
Jean-Philippe André [Mon, 31 May 2010 05:44:57 +0000 (13:44 +0800)]
Skins: "file" shortcut for skins access_demux (& decode URI)

Without the shortcut, it is not possible to start the access_demux
for skins, as the full URL is set to file://<path>.vlt

Now we can read skins packages as in earlier versions:
 $ vlc your_skin.vlt

13 years agoDecomp filter: skip .vlc & .wsz files (skins)
Jean-Philippe André [Mon, 31 May 2010 05:43:45 +0000 (13:43 +0800)]
Decomp filter: skip .vlc & .wsz files (skins)

13 years agoZip filter: skip .vlt & .wsz (skins)
Jean-Philippe André [Mon, 31 May 2010 05:43:20 +0000 (13:43 +0800)]
Zip filter: skip .vlt & .wsz (skins)