]> git.sesse.net Git - vlc/log
vlc
12 years agoNEWS: sync with 1.1-bugfix
Jean-Baptiste Kempf [Fri, 10 Feb 2012 17:28:43 +0000 (18:28 +0100)]
NEWS: sync with 1.1-bugfix

12 years agoanaglyph: stray declaration
Rémi Denis-Courmont [Thu, 9 Feb 2012 21:34:34 +0000 (23:34 +0200)]
anaglyph: stray declaration

12 years agoQt4: use OpenDialog::getOptions() where appropriate
Rémi Denis-Courmont [Thu, 9 Feb 2012 21:24:21 +0000 (23:24 +0200)]
Qt4: use OpenDialog::getOptions() where appropriate

12 years agoQt4: add item options for all items
Rémi Denis-Courmont [Thu, 9 Feb 2012 21:20:44 +0000 (23:20 +0200)]
Qt4: add item options for all items

There are no reasons to only apply them to the first one. Certainly
some options might only make sense with a single item. But then it
really boils down to having only one item. Some options *do* make
sense for all (>1) items.

12 years agoTS Mux: simplify SDT parsing
Rafaël Carré [Fri, 10 Feb 2012 07:20:58 +0000 (02:20 -0500)]
TS Mux: simplify SDT parsing

12 years agoTS Mux: cosmetics, deintend
Rafaël Carré [Fri, 10 Feb 2012 07:13:26 +0000 (02:13 -0500)]
TS Mux: cosmetics, deintend

12 years agoTS Mux: simplify mux pmt parsing
Rafaël Carré [Fri, 10 Feb 2012 07:13:05 +0000 (02:13 -0500)]
TS Mux: simplify mux pmt parsing

12 years agoTS Mux: use calloc
Rafaël Carré [Fri, 10 Feb 2012 07:11:52 +0000 (02:11 -0500)]
TS Mux: use calloc

12 years agoTS Mux: factorize
Rafaël Carré [Fri, 10 Feb 2012 06:47:54 +0000 (01:47 -0500)]
TS Mux: factorize

12 years agoUse unsigned type
Rafaël Carré [Fri, 10 Feb 2012 06:43:57 +0000 (01:43 -0500)]
Use unsigned type

i_prog takes its value from i_num_pmt which can't be negative, nor > 64

12 years agodon't case bsearch() to unrelated types
Rafaël Carré [Fri, 10 Feb 2012 06:41:24 +0000 (01:41 -0500)]
don't case bsearch() to unrelated types

12 years agoTS Mux: cosmetics / goto
Rafaël Carré [Fri, 10 Feb 2012 06:37:17 +0000 (01:37 -0500)]
TS Mux: cosmetics / goto

12 years agoTS Mux: use ascii for AC3/DTS ids
Rafaël Carré [Fri, 10 Feb 2012 06:23:16 +0000 (01:23 -0500)]
TS Mux: use ascii for AC3/DTS ids

12 years agoTS Mux: generate lang array directly in the needed format
Rafaël Carré [Fri, 10 Feb 2012 06:20:10 +0000 (01:20 -0500)]
TS Mux: generate lang array directly in the needed format

12 years agoTS Mux: deindent, cosmetics, use stack rather than heap
Rafaël Carré [Fri, 10 Feb 2012 06:11:21 +0000 (01:11 -0500)]
TS Mux: deindent, cosmetics, use stack rather than heap

12 years agoTS Mux GetPMT(): factor out mpeg4 code
Rafaël Carré [Fri, 10 Feb 2012 06:01:44 +0000 (01:01 -0500)]
TS Mux GetPMT(): factor out mpeg4 code

12 years agoTS Mux GetPMT(): move variables into their context, simplify
Rafaël Carré [Fri, 10 Feb 2012 05:51:49 +0000 (00:51 -0500)]
TS Mux GetPMT(): move variables into their context, simplify

12 years agoTS mux: cosmetics
Rafaël Carré [Fri, 10 Feb 2012 05:44:40 +0000 (00:44 -0500)]
TS mux: cosmetics

12 years agoTS mux: remove write-only variable
Rafaël Carré [Fri, 10 Feb 2012 05:41:01 +0000 (00:41 -0500)]
TS mux: remove write-only variable

12 years agoTS mux: if/else -> switch/case
Rafaël Carré [Fri, 10 Feb 2012 05:38:28 +0000 (00:38 -0500)]
TS mux: if/else -> switch/case

cosmetics, reindent

12 years agoTS mux: cosmetics, reduce indentation
Rafaël Carré [Fri, 10 Feb 2012 05:33:18 +0000 (00:33 -0500)]
TS mux: cosmetics, reduce indentation

12 years agoTS Mux: split Mux()
Rafaël Carré [Fri, 10 Feb 2012 05:23:23 +0000 (00:23 -0500)]
TS Mux: split Mux()

12 years agoTS mux: reduce indentation
Rafaël Carré [Fri, 10 Feb 2012 05:13:30 +0000 (00:13 -0500)]
TS mux: reduce indentation

12 years agoTS mux: cosmetics
Rafaël Carré [Fri, 10 Feb 2012 05:02:47 +0000 (00:02 -0500)]
TS mux: cosmetics

12 years agoTS mux: move debug until after the stream is opened
Rafaël Carré [Fri, 10 Feb 2012 03:58:22 +0000 (22:58 -0500)]
TS mux: move debug until after the stream is opened

12 years agoTS mux: simplify language setup
Rafaël Carré [Fri, 10 Feb 2012 03:58:00 +0000 (22:58 -0500)]
TS mux: simplify language setup

12 years agoTS mux: simplify unsupported codec path
Rafaël Carré [Fri, 10 Feb 2012 03:08:24 +0000 (22:08 -0500)]
TS mux: simplify unsupported codec path

12 years agoTS mux: remove write only variables
Rafaël Carré [Fri, 10 Feb 2012 03:07:23 +0000 (22:07 -0500)]
TS mux: remove write only variables

12 years agoTS mux: use calloc, don't rename i_extra/p_extra
Rafaël Carré [Fri, 10 Feb 2012 03:04:26 +0000 (22:04 -0500)]
TS mux: use calloc, don't rename i_extra/p_extra

12 years agoTS mux: set correct mimetype
Rafaël Carré [Fri, 10 Feb 2012 02:51:48 +0000 (21:51 -0500)]
TS mux: set correct mimetype

ref: rfc 3555

Note that MUX_MIME_TYPE is currently never used

12 years agoTS mux: while -> for
Rafaël Carré [Fri, 10 Feb 2012 02:51:27 +0000 (21:51 -0500)]
TS mux: while -> for

12 years agoTS mux: cosmetics, align case on switch
Rafaël Carré [Fri, 10 Feb 2012 02:51:03 +0000 (21:51 -0500)]
TS mux: cosmetics, align case on switch

12 years agoTS mux: factor out CSA setup
Rafaël Carré [Fri, 10 Feb 2012 02:30:51 +0000 (21:30 -0500)]
TS mux: factor out CSA setup

12 years agoTS mux: use var_* helpers
Rafaël Carré [Fri, 10 Feb 2012 02:20:34 +0000 (21:20 -0500)]
TS mux: use var_* helpers

simplify CSA setup

12 years agots mux: use c99 for
Rafaël Carré [Fri, 10 Feb 2012 01:43:03 +0000 (20:43 -0500)]
ts mux: use c99 for

12 years agots mux: assume dvbpsi_GenSDTSections is present
Rafaël Carré [Fri, 10 Feb 2012 01:00:21 +0000 (20:00 -0500)]
ts mux: assume dvbpsi_GenSDTSections is present

it's in libdvbpsi since 2004

12 years agots mux: simplify compare functions
Rafaël Carré [Fri, 10 Feb 2012 00:50:29 +0000 (19:50 -0500)]
ts mux: simplify compare functions

12 years agoudev: fix warning
Rafaël Carré [Thu, 9 Feb 2012 23:50:37 +0000 (18:50 -0500)]
udev: fix warning

12 years agots mux ActiveKeyCallback: reduce critical section
Rafaël Carré [Thu, 9 Feb 2012 23:47:43 +0000 (18:47 -0500)]
ts mux ActiveKeyCallback: reduce critical section

12 years agoTS mux: remove disabled code
Rafaël Carré [Thu, 9 Feb 2012 22:23:18 +0000 (17:23 -0500)]
TS mux: remove disabled code

Give it some holidays after 6 to 8 years being disabled.

12 years agoQt: don't offer the lua CLI in the preferences on windows
Pierre Ynard [Thu, 9 Feb 2012 20:54:43 +0000 (21:54 +0100)]
Qt: don't offer the lua CLI in the preferences on windows

It is broken

12 years agoReset plugin ABI version for 2.1.x
Rémi Denis-Courmont [Thu, 9 Feb 2012 17:04:53 +0000 (19:04 +0200)]
Reset plugin ABI version for 2.1.x

12 years agomacosx: updated eyetv plugin xcodeproj (fixes #5299)
Felix Paul Kühne [Thu, 9 Feb 2012 12:47:59 +0000 (13:47 +0100)]
macosx: updated eyetv plugin xcodeproj (fixes #5299)

12 years agomacosx: added PackageMaker project to create the EyeTV plugin installer
Felix Paul Kühne [Thu, 9 Feb 2012 12:46:50 +0000 (13:46 +0100)]
macosx: added PackageMaker project to create the EyeTV plugin installer

12 years agomacosx: fixed zooming the main window when using the black style (fixes #5998)
Felix Paul Kühne [Thu, 9 Feb 2012 12:07:32 +0000 (13:07 +0100)]
macosx: fixed zooming the main window when using the black style (fixes #5998)

also make sure that the hotkeys plugin displays the correct string when autoscaling the vout

12 years agomacosx: let fullscreen controls show the complete time information
David Fuhrmann [Wed, 8 Feb 2012 23:40:38 +0000 (00:40 +0100)]
macosx: let fullscreen controls show the complete time information

Tested with big and small controls: now the time for a video >= 10h is displayed completely

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agoudev discovery: remove categories
Rafaël Carré [Wed, 8 Feb 2012 19:23:10 +0000 (14:23 -0500)]
udev discovery: remove categories

There will be so few video/audio/disc devices that they can all appear
under the same root.

Remove audio/video vendor name.
Merge disc type (DVD,CD,BLURAY..) with disc label.

12 years agoQt: do not put an email in the interface
Jean-Baptiste Kempf [Wed, 8 Feb 2012 23:18:00 +0000 (00:18 +0100)]
Qt: do not put an email in the interface

12 years agoDon't treat truncated files as invalid
Denis Charmet [Wed, 8 Feb 2012 22:30:44 +0000 (23:30 +0100)]
Don't treat truncated files as invalid

Fix a regression introduced by c8b78f40656

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoQt4: add Linux discs choices once, not once per focus
Rémi Denis-Courmont [Wed, 8 Feb 2012 18:42:34 +0000 (20:42 +0200)]
Qt4: add Linux discs choices once, not once per focus

Pointed-out-by: Rafaël Carré <funman@videolan.org>
12 years agodxva2: compatibility with mingw-w64 trunk
Rafaël Carré [Tue, 7 Feb 2012 21:09:10 +0000 (16:09 -0500)]
dxva2: compatibility with mingw-w64 trunk

Includes initguid.h and use existing DEFINE_GUID
Add MS_GUID for GUIDs that should be declared only if missing from dxva2api.h
(really, those should move to videolan's dxva2api.h)
Move DXVA_NoEncrypt away from codec GUIDs
Sort the GUIDs by codec, align properly

12 years agoQt4: encode disc MRL correctly (fix #5638)
Rémi Denis-Courmont [Wed, 8 Feb 2012 17:53:53 +0000 (19:53 +0200)]
Qt4: encode disc MRL correctly (fix #5638)

12 years agoQt: fix indentation
Jean-Baptiste Kempf [Wed, 8 Feb 2012 17:26:53 +0000 (18:26 +0100)]
Qt: fix indentation

12 years agofix handle leaks on RegOpenKeyEx
Sébastien Escudier [Wed, 8 Feb 2012 12:59:24 +0000 (13:59 +0100)]
fix handle leaks on RegOpenKeyEx

12 years agoQt: hack for extraintf to select http, cli or telnet
Jean-Baptiste Kempf [Wed, 8 Feb 2012 11:51:48 +0000 (12:51 +0100)]
Qt: hack for extraintf to select http, cli or telnet

This is not the most elegant and completly perfect, but it will do for
now...
Close #5986

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoQt: use the new function to factorize code
Jean-Baptiste Kempf [Wed, 8 Feb 2012 11:39:34 +0000 (12:39 +0100)]
Qt: use the new function to factorize code

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoQt: provide overloaded checkbox_list method
Jean-Baptiste Kempf [Wed, 8 Feb 2012 11:31:02 +0000 (12:31 +0100)]
Qt: provide overloaded checkbox_list method

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoSome news about the anaglyph video filter.
Antoine Cellerier [Wed, 8 Feb 2012 10:31:17 +0000 (11:31 +0100)]
Some news about the anaglyph video filter.

12 years agoRemove debug fprintf
Antoine Cellerier [Wed, 8 Feb 2012 10:24:41 +0000 (11:24 +0100)]
Remove debug fprintf

12 years agoRevert "Remove version sort option. Now uses version sort by default and there's...
Antoine Cellerier [Tue, 7 Feb 2012 23:25:14 +0000 (00:25 +0100)]
Revert "Remove version sort option. Now uses version sort by default and there's no way to change it :)"

This reverts commit 285098dc1e0bfa25877842a4a9f7ee04cdd39424.

I haven't been able to find an acceptable solution to the problem other
than writing our own strverscoll which doesn't seem easy at all.

12 years agoAdd lua console handling code for windows.
Antoine Cellerier [Tue, 7 Feb 2012 14:20:37 +0000 (15:20 +0100)]
Add lua console handling code for windows.

This fixes the lua command line interface under windows. Adding all
those special cases in the host abstraction layer doesn't seem optimal
but at least it works. I'll probably try cleaning it up later.

12 years agoRemove stray -O flag when testing for MMX and SSE
Rémi Denis-Courmont [Tue, 7 Feb 2012 20:14:31 +0000 (22:14 +0200)]
Remove stray -O flag when testing for MMX and SSE

12 years agohls: Fixing a memory leak
Hugo Beauzée-Luyssen [Mon, 6 Feb 2012 11:05:21 +0000 (12:05 +0100)]
hls: Fixing a memory leak

12 years agohls: Adding missing locks.
Hugo Beauzée-Luyssen [Wed, 25 Jan 2012 14:19:35 +0000 (15:19 +0100)]
hls: Adding missing locks.

12 years agoRemove version sort option. Now uses version sort by default and there's no way to...
Antoine Cellerier [Tue, 7 Feb 2012 12:25:09 +0000 (13:25 +0100)]
Remove version sort option. Now uses version sort by default and there's no way to change it :)

12 years agosout_std : do not crash if no destination is given
Sébastien Escudier [Tue, 7 Feb 2012 12:01:32 +0000 (13:01 +0100)]
sout_std : do not crash if no destination is given

12 years agomacosx: fixes aspect ratio / crop functionality in some cases
David Fuhrmann [Tue, 7 Feb 2012 08:43:19 +0000 (09:43 +0100)]
macosx: fixes aspect ratio / crop functionality in some cases

With this commit the mentioned features result in an actual change, when we are in fullscreen or "macosx-video-autoresize" is false.
Furthermore, this fixes nasty flickering when normal window is changed in size while using this features.
Also this commit makes sure, that no window resize is happening in any case, when "macosx-video-autoresize" is false.

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agomacosx: fix start and end rect of fullscreen animation when we have a non-embedded...
David Fuhrmann [Tue, 7 Feb 2012 08:43:17 +0000 (09:43 +0100)]
macosx: fix start and end rect of fullscreen animation when we have a non-embedded vout-window

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agomacosx: further improvement to updateWindow in order to include also the non-embedded...
David Fuhrmann [Tue, 7 Feb 2012 08:43:18 +0000 (09:43 +0100)]
macosx: further improvement to updateWindow in order to include also the non-embedded window

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agoDXVA2_ModeVC1_D2010 is specified by Microsoft
Rafaël Carré [Mon, 6 Feb 2012 21:19:09 +0000 (16:19 -0500)]
DXVA2_ModeVC1_D2010 is specified by Microsoft

12 years agodbus: capitalize shortname correctly
Rémi Denis-Courmont [Mon, 6 Feb 2012 20:48:19 +0000 (22:48 +0200)]
dbus: capitalize shortname correctly

12 years agodbus: really remove the configuration option
Rémi Denis-Courmont [Mon, 6 Feb 2012 20:45:55 +0000 (22:45 +0200)]
dbus: really remove the configuration option

(The previous commit only made it inoperant)

12 years agoStart dbus always, move inhibit and dbus startup to vlc
Rémi Denis-Courmont [Mon, 6 Feb 2012 20:40:48 +0000 (22:40 +0200)]
Start dbus always, move inhibit and dbus startup to vlc

12 years agodbus: do not spam at startup
Rémi Denis-Courmont [Mon, 6 Feb 2012 20:42:25 +0000 (22:42 +0200)]
dbus: do not spam at startup

12 years agodbus: remove silly configuration option regarding unique name
Rémi Denis-Courmont [Mon, 6 Feb 2012 20:41:34 +0000 (22:41 +0200)]
dbus: remove silly configuration option regarding unique name

Register both names unique and not. Fail if the unique name cannot be
obtained.

12 years agodbus: remove useless intf_sys_t.b_unique
Rémi Denis-Courmont [Mon, 6 Feb 2012 20:30:43 +0000 (22:30 +0200)]
dbus: remove useless intf_sys_t.b_unique

12 years agoLua: remove Freebox and French TV hacks
Rémi Denis-Courmont [Mon, 6 Feb 2012 20:22:19 +0000 (22:22 +0200)]
Lua: remove Freebox and French TV hacks

SD probe solved that problem cleanly a long time ago.

12 years agoGLX: enable the plugin correctly
Rémi Denis-Courmont [Mon, 6 Feb 2012 20:00:17 +0000 (22:00 +0200)]
GLX: enable the plugin correctly

12 years agoGLX: use separate XCB and Xlib connections (close #5698)
Rémi Denis-Courmont [Mon, 6 Feb 2012 18:50:10 +0000 (20:50 +0200)]
GLX: use separate XCB and Xlib connections (close #5698)

Some GLX drivers, such as newer versions of the Intel drivers,
depend on X11 events coming from Xlib. So VLC cannot steal them from
the underlying XCB connection.

I have no time and will to duplicate the XCB code found in the GLX
plugin for windowing and events handling using Xlib. So lets make a
separate X connection with XCB. This is inefficient, but it works.

On the plus side, this patch removes the dependency on libx11-xcb.
So it is now possible to compile and use GLX with an Xtrans-based
Xlib (though libxcb must be present).

12 years agoGLX: cache XCB connection pointer (no functional changes)
Rémi Denis-Courmont [Mon, 6 Feb 2012 18:39:42 +0000 (20:39 +0200)]
GLX: cache XCB connection pointer (no functional changes)

12 years agocontrib: a52: remove scary dummy error messages
Rémi Denis-Courmont [Mon, 6 Feb 2012 17:42:16 +0000 (19:42 +0200)]
contrib: a52: remove scary dummy error messages

12 years agostream_filter/httplive.c: various cleanups
Jean-Paul Saman [Mon, 6 Feb 2012 15:18:55 +0000 (16:18 +0100)]
stream_filter/httplive.c: various cleanups

- rename copied to used in hls_Read()
- improve comment in hls_Read()
- add assert() to GetSegment()
- various cleanups

12 years agoHLS: clean Read function
Frédéric Yhuel [Wed, 1 Feb 2012 12:04:48 +0000 (13:04 +0100)]
HLS: clean Read function

If caller wants to skip data, there is no point to allocate a buffer and
put data in it. We just have to update the stream position.

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
12 years agodxva2: sort Microsoft and extension GUIDs
Rafaël Carré [Mon, 6 Feb 2012 06:22:43 +0000 (01:22 -0500)]
dxva2: sort Microsoft and extension GUIDs

12 years agodxva2: don't define unused values
Rafaël Carré [Mon, 6 Feb 2012 06:04:48 +0000 (01:04 -0500)]
dxva2: don't define unused values

define DXVA2_E_NEW_VIDEO_DEVICE only if not defined already

12 years agodxva2: remove useless stub
Rafaël Carré [Sun, 5 Feb 2012 21:48:20 +0000 (16:48 -0500)]
dxva2: remove useless stub

12 years agomacosx: use the gray window style by default (fixes #5984)
Felix Paul Kühne [Sun, 5 Feb 2012 23:41:36 +0000 (00:41 +0100)]
macosx: use the gray window style by default (fixes #5984)

12 years agomacosx: make sure that all the tooltips in the sprefs panel are actually displayed...
Felix Paul Kühne [Sun, 5 Feb 2012 23:24:27 +0000 (00:24 +0100)]
macosx: make sure that all the tooltips in the sprefs panel are actually displayed in the user's locale

12 years agomacosx: added 2 options: 'macosx-pause-minimized' and 'macosx-video-autoresize' ...
Felix Paul Kühne [Sun, 5 Feb 2012 23:04:03 +0000 (00:04 +0100)]
macosx: added 2 options: 'macosx-pause-minimized' and 'macosx-video-autoresize' (fixes #5861)

12 years agomacosx: don't resize the vout in case VLC is in fullscreen mode (fixes #5920)
Felix Paul Kühne [Sun, 5 Feb 2012 21:37:27 +0000 (22:37 +0100)]
macosx: don't resize the vout in case VLC is in fullscreen mode (fixes #5920)

12 years agomacosx: added a 1.5px shadow (white) to the window title and the time counter
Felix Paul Kühne [Sun, 5 Feb 2012 19:27:26 +0000 (20:27 +0100)]
macosx: added a 1.5px shadow (white) to the window title and the time counter

12 years agoremove imdb extension
Rafaël Carré [Sun, 5 Feb 2012 21:04:36 +0000 (16:04 -0500)]
remove imdb extension

it's already available on http://addons.videolan.org/content/show.php?content=140695

12 years agoRemove constructor
Tobias Güntner [Fri, 3 Feb 2012 13:01:18 +0000 (14:01 +0100)]
Remove constructor

Signed-off-by: Rafaël Carré <funman@videolan.org>
12 years agoRemove allocine french-only extension
Rafaël Carré [Sun, 5 Feb 2012 18:31:52 +0000 (13:31 -0500)]
Remove allocine french-only extension

It is now available on
http://addons.videolan.org/content/show.php?content=148709

12 years agoadd bin to PATH to let libvlc.dll be found by vlc-cache-gen.exe
Sergey Radionov [Sun, 25 Dec 2011 03:54:34 +0000 (10:54 +0700)]
add bin to PATH to let libvlc.dll be found by vlc-cache-gen.exe

Fix "This application has failed to start because libvlc.dll
was not found. Re-installing the application may fix this problem."
during building of vlc under Windows.

Signed-off-by: Rafaël Carré <funman@videolan.org>
12 years agosrc/input/stream.c: improve documentation somewhat
Frédéric Yhuel [Fri, 3 Feb 2012 15:05:14 +0000 (16:05 +0100)]
src/input/stream.c: improve documentation somewhat

Signed-off-by: Rafaël Carré <funman@videolan.org>
12 years agoMention 2.0.0 instead of 1.2.0
Rafaël Carré [Sun, 5 Feb 2012 17:46:04 +0000 (12:46 -0500)]
Mention 2.0.0 instead of 1.2.0

12 years agodbus: Fix a couple of warnings
Mirsal Ennaime [Sun, 5 Feb 2012 14:38:13 +0000 (15:38 +0100)]
dbus: Fix a couple of warnings

12 years agostream_filter/httplive.c: indentation cleanup
Jean-Paul Saman [Sat, 4 Feb 2012 15:41:06 +0000 (16:41 +0100)]
stream_filter/httplive.c: indentation cleanup

Some small indentation cleanup.

12 years agostream_filter/httplive.c: kill some depreceated vlc_object_alive()
Jean-Paul Saman [Sat, 4 Feb 2012 15:34:43 +0000 (16:34 +0100)]
stream_filter/httplive.c: kill some depreceated vlc_object_alive()