]> git.sesse.net Git - vlc/log
vlc
15 years agoRemove all uses of VLC_Changeset
Rémi Denis-Courmont [Sat, 14 Feb 2009 11:55:19 +0000 (13:55 +0200)]
Remove all uses of VLC_Changeset

15 years agoRemove trailing space.
Jean-Baptiste Kempf [Sat, 14 Feb 2009 16:48:07 +0000 (17:48 +0100)]
Remove trailing space.

15 years agoCosmetic about i_zoom limitation (patch 3/3)
Joseph Tulou [Fri, 13 Feb 2009 14:01:59 +0000 (15:01 +0100)]
Cosmetic about i_zoom limitation (patch 3/3)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoCorrects a Windows limitation (zooming cannot exceed container size) (patch 2/3)
Joseph Tulou [Fri, 13 Feb 2009 14:00:58 +0000 (15:00 +0100)]
Corrects a Windows limitation (zooming cannot exceed container size) (patch 2/3)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoQt: remove reference to a dead class.
Jean-Baptiste Kempf [Fri, 13 Feb 2009 22:12:14 +0000 (23:12 +0100)]
Qt: remove reference to a dead class.

15 years agoQt: menu, small "Jump to Time" position change.
Jean-Baptiste Kempf [Fri, 13 Feb 2009 19:57:52 +0000 (20:57 +0100)]
Qt: menu, small "Jump to Time" position change.

15 years agoCosmetics.
Laurent Aimar [Sat, 14 Feb 2009 14:35:03 +0000 (15:35 +0100)]
Cosmetics.

15 years agoCorrects original width/height calculations to be consistent with other part of vlc...
Joseph Tulou [Fri, 13 Feb 2009 13:59:02 +0000 (14:59 +0100)]
Corrects original width/height calculations to be consistent with other part of vlc (patch 1/3)

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
15 years agoUser FIND_CHILD for zvbi in libvlc.
Laurent Aimar [Sat, 14 Feb 2009 13:42:30 +0000 (14:42 +0100)]
User FIND_CHILD for zvbi in libvlc.

15 years agoUse FIND_CHILD for zvbi in qt4.
Laurent Aimar [Sat, 14 Feb 2009 13:41:49 +0000 (14:41 +0100)]
Use FIND_CHILD for zvbi in qt4.

15 years agoZip (skins2): fix compilation (wrong #include)
Jean-Philippe Andre [Sat, 14 Feb 2009 11:24:58 +0000 (19:24 +0800)]
Zip (skins2): fix compilation (wrong #include)

For people who don't have libminizip

15 years agoncurses: don't lock to times (no need to lock here).
Rémi Duraffort [Fri, 13 Feb 2009 17:55:08 +0000 (18:55 +0100)]
ncurses: don't lock to times (no need to lock here).

15 years agoNo need to add a '\n' at the end of messages passed to msg_*
Rémi Duraffort [Thu, 12 Feb 2009 17:11:36 +0000 (18:11 +0100)]
No need to add a '\n' at the end of messages passed to msg_*

15 years agoCatch vbi-page event in Qt4.
Laurent Aimar [Sat, 14 Feb 2009 00:14:53 +0000 (01:14 +0100)]
Catch vbi-page event in Qt4.

15 years agoModify vbi page change on key event to trigger vbi-page.
Laurent Aimar [Sat, 14 Feb 2009 00:10:11 +0000 (01:10 +0100)]
Modify vbi page change on key event to trigger vbi-page.

15 years agoFixed Qt4 opaque state.
Laurent Aimar [Fri, 13 Feb 2009 23:51:47 +0000 (00:51 +0100)]
Fixed Qt4 opaque state.

15 years agoImproved Qt4 teletext button.
Laurent Aimar [Fri, 13 Feb 2009 23:45:02 +0000 (00:45 +0100)]
Improved Qt4 teletext button.

15 years agoSet the actual page used by zvbi.
Laurent Aimar [Fri, 13 Feb 2009 23:40:33 +0000 (00:40 +0100)]
Set the actual page used by zvbi.

15 years agoAdded teletext-es description as page number to help interfaces.
Laurent Aimar [Fri, 13 Feb 2009 23:27:03 +0000 (00:27 +0100)]
Added teletext-es description as page number to help interfaces.

15 years agoFixed es select/unselected event.
Laurent Aimar [Fri, 13 Feb 2009 23:13:24 +0000 (00:13 +0100)]
Fixed es select/unselected event.

15 years agoSimplify a bit Qt4 teletext.
Laurent Aimar [Fri, 13 Feb 2009 23:12:58 +0000 (00:12 +0100)]
Simplify a bit Qt4 teletext.

15 years agoFlush all subtitles when recycling a vout.
Laurent Aimar [Fri, 13 Feb 2009 22:53:31 +0000 (23:53 +0100)]
Flush all subtitles when recycling a vout.

15 years agoAdded teletext fields in es_forma_t.
Laurent Aimar [Fri, 13 Feb 2009 22:40:55 +0000 (23:40 +0100)]
Added teletext fields in es_forma_t.

It removed a hack where dvb.i_id was used for teletext.

15 years agoFixed QT4 teletext buttons.
Laurent Aimar [Fri, 13 Feb 2009 22:05:45 +0000 (23:05 +0100)]
Fixed QT4 teletext buttons.

The page value is not yet correctly synchronized.

15 years agoUpdated macosx intf after teletext-es change.
Laurent Aimar [Fri, 13 Feb 2009 21:33:58 +0000 (22:33 +0100)]
Updated macosx intf after teletext-es change.

It is untested.

15 years agoUpdated libvlc_toggle_teletext after teletext-es changes.
Laurent Aimar [Fri, 13 Feb 2009 20:25:53 +0000 (21:25 +0100)]
Updated libvlc_toggle_teletext after teletext-es changes.

It may not correctly work as it is untested and as I have failed to
understand its logic.

15 years agoAdded a small var_CountChoices helper.
Laurent Aimar [Fri, 13 Feb 2009 21:28:58 +0000 (22:28 +0100)]
Added a small var_CountChoices helper.

15 years agoChanged "teletext-es" to be a list of teletext spu id.
Laurent Aimar [Fri, 13 Feb 2009 19:41:51 +0000 (20:41 +0100)]
Changed "teletext-es" to be a list of teletext spu id.

This change is needed to fix teletext support.

15 years agoFactorized event with variable list code.
Laurent Aimar [Fri, 13 Feb 2009 19:32:08 +0000 (20:32 +0100)]
Factorized event with variable list code.

15 years agoQt: Open: sort MRLs (alphabetically) before adding them to the PL
Jean-Philippe Andre [Fri, 13 Feb 2009 16:16:47 +0000 (00:16 +0800)]
Qt: Open: sort MRLs (alphabetically) before adding them to the PL

By default, the open dialog will sort the MRL alphabetically.
Then why would these MRLs not be sorted so?

15 years agoAdd/remove files from POTFILES.in and regenerate vlc.pot
Christophe Mutricy [Fri, 13 Feb 2009 14:10:13 +0000 (15:10 +0100)]
Add/remove files from POTFILES.in and regenerate vlc.pot

Note to translators: The 0.9.x translations are not merged yet. So if you don't know how to do it yourself and don't want to loose the work you did on 0.9.x, wait a bit.

15 years agoDistribute the profile files
Christophe Mutricy [Fri, 13 Feb 2009 13:26:17 +0000 (14:26 +0100)]
Distribute the profile files

15 years agoFix build when zip support is disabled
Pierre Ynard [Fri, 13 Feb 2009 10:13:29 +0000 (11:13 +0100)]
Fix build when zip support is disabled

Move an AM_CONDITIONAL outside an if block

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoUse Jump to instead of Go to
Jean-Baptiste Kempf [Fri, 13 Feb 2009 10:29:55 +0000 (11:29 +0100)]
Use Jump to instead of Go to

15 years agoQt: deinline createStatusBar() and explicit statusBar creation.
Jean-Baptiste Kempf [Fri, 13 Feb 2009 10:10:09 +0000 (11:10 +0100)]
Qt: deinline createStatusBar() and explicit statusBar creation.

No feature change.

15 years agoQt: menus/visualisation fix.
Jean-Baptiste Kempf [Fri, 13 Feb 2009 09:30:38 +0000 (10:30 +0100)]
Qt: menus/visualisation fix.

10l is 10l of Coke, not of Whisky...

15 years agoSimplify/fix InputManager::customEvent.
Laurent Aimar [Thu, 12 Feb 2009 23:18:21 +0000 (00:18 +0100)]
Simplify/fix InputManager::customEvent.

The DVD boutons (prev|menu|next)are now working again.

15 years agoEmit INPUT_EVENT_TITLE/SEEKPOINT when needed.
Laurent Aimar [Thu, 12 Feb 2009 22:54:44 +0000 (23:54 +0100)]
Emit INPUT_EVENT_TITLE/SEEKPOINT when needed.

15 years agoQt: menus, more cohenrency.
Jean-Baptiste Kempf [Thu, 12 Feb 2009 22:29:29 +0000 (23:29 +0100)]
Qt: menus, more cohenrency.

Try to mimic a bit more the mac menus.

15 years agoQt: dialog editor, add a widget to help understand the feature.
Jean-Baptiste Kempf [Wed, 11 Feb 2009 20:52:50 +0000 (21:52 +0100)]
Qt: dialog editor, add a widget to help understand the feature.

15 years agoReorder qt4 audio menu to be more consistant with video menu.
Laurent Aimar [Thu, 12 Feb 2009 22:08:25 +0000 (23:08 +0100)]
Reorder qt4 audio menu to be more consistant with video menu.

15 years agoAdd libvlc_media_player_get_(hwnd|xwindow) as requested on forum
Rémi Denis-Courmont [Thu, 12 Feb 2009 20:22:34 +0000 (22:22 +0200)]
Add libvlc_media_player_get_(hwnd|xwindow) as requested on forum

15 years agotypo
Rémi Denis-Courmont [Thu, 12 Feb 2009 20:22:10 +0000 (22:22 +0200)]
typo

15 years agoFixed audio transcoding when channel mixing or resampling is needed.
Laurent Aimar [Thu, 12 Feb 2009 18:51:18 +0000 (19:51 +0100)]
Fixed audio transcoding when channel mixing or resampling is needed.

15 years agoOSX: keep the (misdesigned) drawable variable
Rémi Denis-Courmont [Thu, 12 Feb 2009 15:37:45 +0000 (17:37 +0200)]
OSX: keep the (misdesigned) drawable variable

15 years agoAdd missing dlopen flag (if and only if _needed_).
Rémi Denis-Courmont [Thu, 12 Feb 2009 14:03:35 +0000 (16:03 +0200)]
Add missing dlopen flag (if and only if _needed_).

Pointed-out-by: jpd@m2x.nl
15 years agoNo need to translate warnings messages.
Rémi Duraffort [Thu, 12 Feb 2009 13:17:22 +0000 (14:17 +0100)]
No need to translate warnings messages.

15 years agoDo not create empty title (avformat).
Laurent Aimar [Wed, 11 Feb 2009 23:07:20 +0000 (00:07 +0100)]
Do not create empty title (avformat).

15 years agoFixed msg_Info abuses.
Laurent Aimar [Wed, 11 Feb 2009 21:38:02 +0000 (22:38 +0100)]
Fixed msg_Info abuses.

15 years agoGSoC: MTP Devices initial release
Fabio Ritrovato [Mon, 2 Feb 2009 18:06:28 +0000 (19:06 +0100)]
GSoC: MTP Devices initial release

I have modified the original author patch to fix:
- vlc_cancelrestore (mtp).
- libmtp initialisation (race condition).

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
15 years agoFix one (of several) leaks in interaction
Rémi Denis-Courmont [Wed, 11 Feb 2009 21:11:23 +0000 (23:11 +0200)]
Fix one (of several) leaks in interaction

15 years agoCleanup input stats when sout fails
Rémi Denis-Courmont [Wed, 11 Feb 2009 20:41:02 +0000 (22:41 +0200)]
Cleanup input stats when sout fails

15 years agoPreparsers are quiet objects, no need to check when logging
Rémi Denis-Courmont [Wed, 11 Feb 2009 20:38:54 +0000 (22:38 +0200)]
Preparsers are quiet objects, no need to check when logging

15 years agoPrivatize input_Preparse
Rémi Denis-Courmont [Wed, 11 Feb 2009 20:24:17 +0000 (22:24 +0200)]
Privatize input_Preparse

15 years agoStop spamming the debug logs
Rémi Denis-Courmont [Wed, 11 Feb 2009 19:58:32 +0000 (21:58 +0200)]
Stop spamming the debug logs

15 years agoPlaylist have to be lock for playlist_ItemGetByInput too.
Rémi Duraffort [Wed, 11 Feb 2009 14:50:00 +0000 (15:50 +0100)]
Playlist have to be lock for playlist_ItemGetByInput too.

15 years agoThe playlist have to be locked when calling playlist_ItemGetById (not tested for...
Rémi Duraffort [Wed, 11 Feb 2009 14:29:51 +0000 (15:29 +0100)]
The playlist have to be locked when calling playlist_ItemGetById (not tested for wince and pda interface).

15 years agos/Buffering/Buff: this was too long and resized the timeLabel too much.
Jean-Baptiste Kempf [Wed, 11 Feb 2009 19:24:04 +0000 (20:24 +0100)]
s/Buffering/Buff: this was too long and resized the timeLabel too much.

15 years agoQt: code simplification and usage simplification for SpeedLabel
Jean-Baptiste Kempf [Wed, 11 Feb 2009 19:18:33 +0000 (20:18 +0100)]
Qt: code simplification and usage simplification for SpeedLabel

Clicking on it brings the adjustable slider.
DoubleClicking doesn't do anything anymore.

This way the behaviour is more usable and less complex <joke>(don't be too KDEish!)</joke>

15 years agoChange tab order in effects.
Jean-Baptiste Kempf [Wed, 11 Feb 2009 18:33:07 +0000 (19:33 +0100)]
Change tab order in effects.

15 years agoFix configure syntax. Please test.
Jean-Baptiste Kempf [Wed, 11 Feb 2009 18:31:04 +0000 (19:31 +0100)]
Fix configure syntax. Please test.

15 years agoZIP Module - Use the system minizip when available
Nicolas Chauvet (kwizart) [Wed, 11 Feb 2009 09:46:53 +0000 (10:46 +0100)]
ZIP Module - Use the system minizip when available

- Ship the vlc module header zip.h
 (rename isn't needed once the file in ship)
- Detect minizip presence with pkgconfig
- if .pc not available, try to assume presence from unzip.h
- Move the zlib.h detection in one place (after pkgconfig macro)
 minizip in bundled within zlib in some distro
- Adds -lz in module that needs it in one place
- Prevent the compilation of libs/unzip if minizip is available
 (it shound't prevent this directory to be bundled with the sources)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoRegroup AC_CONFIG_FILES, because neither MSys and Cygwin like it. This improves the...
Jean-Baptiste Kempf [Wed, 11 Feb 2009 17:36:50 +0000 (18:36 +0100)]
Regroup AC_CONFIG_FILES, because neither MSys and Cygwin like it. This improves the building on windows.

15 years agoFix handling of AAC ADTS
Christophe Massiot [Wed, 11 Feb 2009 16:17:21 +0000 (17:17 +0100)]
Fix handling of AAC ADTS

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
15 years agoRevert "ZIP Module - Use the system minizip when available"
Rémi Denis-Courmont [Wed, 11 Feb 2009 15:59:29 +0000 (17:59 +0200)]
Revert "ZIP Module - Use the system minizip when available"

This reverts commit 35fa551f95211e9ca4b9b52eb7a73de6b9c94484.

Conflicts:

configure.ac

15 years agoUse MAP_FAILED
Rémi Denis-Courmont [Wed, 11 Feb 2009 15:54:27 +0000 (17:54 +0200)]
Use MAP_FAILED

15 years agoframebuffer: Remove pointless test
Rémi Denis-Courmont [Wed, 11 Feb 2009 15:51:25 +0000 (17:51 +0200)]
framebuffer: Remove pointless test

The error value for mmap() is MAP_FAILED, which is not nul. But we
check for that case in Open() anyway.

15 years agoactivex: snprintf is defined in stdio.h, include it
Anthony Loiseau [Wed, 11 Feb 2009 09:24:18 +0000 (10:24 +0100)]
activex: snprintf is defined in stdio.h, include it

This applies for plugin.cpp, vlccontrol2.cpp and persistpropbag.

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agoRemove trainling white spaces
Rémi Denis-Courmont [Wed, 11 Feb 2009 15:48:16 +0000 (17:48 +0200)]
Remove trainling white spaces

15 years agoZIP Module - Use the system minizip when available
Nicolas Chauvet (kwizart [Wed, 11 Feb 2009 09:46:53 +0000 (10:46 +0100)]
ZIP Module - Use the system minizip when available

- Ship the vlc module header zip.h
 (rename isn't needed once the file in ship)
- Detect minizip presence with pkgconfig
- if .pc not available, try to assume presence from unzip.h
- Move the zlib.h detection in one place (after pkgconfig macro)
 minizip in bundled within zlib in some distro
- Adds -lz in module that needs it in one place
- Prevent the compilation of libs/unzip if minizip is available
 (it shound't prevent this directory to be bundled with the sources)

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agofb: Cleanup properly after failing OpenDisplay.
Jean-Paul Saman [Wed, 11 Feb 2009 15:17:38 +0000 (16:17 +0100)]
fb: Cleanup properly after failing OpenDisplay.

15 years agofb: unmap mmap'ed area when closing framebuffer display.
Jean-Paul Saman [Wed, 11 Feb 2009 15:03:05 +0000 (16:03 +0100)]
fb: unmap mmap'ed area when closing framebuffer display.

Closing of filedescriptor to /dev/fbx does not remove the mmap'ed areas. A call to munmap() is needed for this.

15 years agoContribs: Kate, update to 0.3.0 and disable-doc by default without patching.
Jean-Baptiste Kempf [Wed, 11 Feb 2009 11:08:17 +0000 (12:08 +0100)]
Contribs: Kate, update to 0.3.0 and disable-doc by default without patching.

15 years agoactivex: create "ex" before using this exception variable
Anthony Loiseau [Wed, 11 Feb 2009 09:21:17 +0000 (10:21 +0100)]
activex: create "ex" before using this exception variable

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoContrib: Don't build FFmpeg dca decoder on Win32
Jean-Baptiste Kempf [Wed, 11 Feb 2009 10:37:47 +0000 (11:37 +0100)]
Contrib: Don't build FFmpeg dca decoder on Win32

15 years agoWin32 configures: mingw can compile mkv and taglib. Only Windows cannot.
Jean-Baptiste Kempf [Wed, 11 Feb 2009 09:05:17 +0000 (10:05 +0100)]
Win32 configures: mingw can compile mkv and taglib. Only Windows cannot.

15 years agoactivex: take lock before accessing libvlc_playlist_items_count().
Jean-Paul Saman [Wed, 11 Feb 2009 08:45:52 +0000 (09:45 +0100)]
activex: take lock before accessing libvlc_playlist_items_count().

Patch by jan-paul dinger (jpd at m2x dot nl).

15 years agozvbi: clear zvbi page holder before usage.
Jean-Paul Saman [Wed, 4 Feb 2009 07:21:24 +0000 (08:21 +0100)]
zvbi: clear zvbi page holder before usage.

15 years agoQt: reparent a textEdit.
Jean-Baptiste Kempf [Wed, 11 Feb 2009 03:35:37 +0000 (04:35 +0100)]
Qt: reparent a textEdit.

15 years agoQt: reparent the first-time dialog and make it die correctly.
Jean-Baptiste Kempf [Wed, 11 Feb 2009 03:27:56 +0000 (04:27 +0100)]
Qt: reparent the first-time dialog and make it die correctly.

15 years agoQt: don't leak the FSC on exit.
Jean-Baptiste Kempf [Wed, 11 Feb 2009 03:15:48 +0000 (04:15 +0100)]
Qt: don't leak the FSC on exit.

This should really be a singleton or at least not built when you play only audio.

15 years agoRevert "FSC memory leaks"
Jean-Baptiste Kempf [Wed, 11 Feb 2009 03:06:48 +0000 (04:06 +0100)]
Revert "FSC memory leaks"

This reverts commit 1463e7cbbc437f8e7b4ab246861ae55ddadeb763.

Conflicts:

modules/gui/qt4/components/controller.cpp
modules/gui/qt4/components/controller_widget.hpp

15 years agoQt: simplify and solve a leak and make a previous commit unecessary.
Jean-Baptiste Kempf [Wed, 11 Feb 2009 03:01:24 +0000 (04:01 +0100)]
Qt: simplify and solve a leak and make a previous commit unecessary.

15 years agoQt: force the deletion that doesn't seem to happen correctly
Jean-Baptiste Kempf [Wed, 11 Feb 2009 03:00:53 +0000 (04:00 +0100)]
Qt: force the deletion that doesn't seem to happen correctly

15 years agoQt: remove small leaks in menus.hpp
Jean-Baptiste Kempf [Wed, 11 Feb 2009 02:05:56 +0000 (03:05 +0100)]
Qt: remove small leaks in menus.hpp

15 years agoSort by alphabetical order the extensions.
Anthony Loiseau [Wed, 11 Feb 2009 01:09:26 +0000 (02:09 +0100)]
Sort by alphabetical order the extensions.

15 years agoQt menus: SD go in the media menu as on Mac.
Jean-Baptiste Kempf [Wed, 11 Feb 2009 00:57:50 +0000 (01:57 +0100)]
Qt menus: SD go in the media menu as on Mac.

15 years agoMozilla SDK libxul 1.9.1 - preliminary support
Nicolas Chauvet (kwizart [Tue, 13 Jan 2009 18:32:36 +0000 (19:32 +0100)]
Mozilla SDK libxul 1.9.1 - preliminary support

According to https://bugzilla.mozilla.org/show_bug.cgi?id=455458
npupp.h has been renamed to npfunctions.h with libxul 1.9.1

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
15 years agoplaylist_search:
Rémi Duraffort [Tue, 10 Feb 2009 12:23:20 +0000 (13:23 +0100)]
playlist_search:
 * use psz_name when an item doesn't have a title
 * proper locking
 * little speed up

(thanks fenrir for the reviews)

15 years agoQt4 unparented widgets
Rémi Denis-Courmont [Tue, 10 Feb 2009 20:35:02 +0000 (22:35 +0200)]
Qt4 unparented widgets

15 years agoQt4 leak
Rémi Denis-Courmont [Tue, 10 Feb 2009 20:26:54 +0000 (22:26 +0200)]
Qt4 leak

15 years agoQt4 menu leaks
Rémi Denis-Courmont [Tue, 10 Feb 2009 19:46:14 +0000 (21:46 +0200)]
Qt4 menu leaks

15 years agoQt4: more leaks
Rémi Denis-Courmont [Tue, 10 Feb 2009 19:15:09 +0000 (21:15 +0200)]
Qt4: more leaks

15 years agoAdded support for shortname in bd access (avchd ?)
Laurent Aimar [Tue, 10 Feb 2009 19:21:05 +0000 (20:21 +0100)]
Added support for shortname in bd access (avchd ?)

15 years agoFSC memory leaks
Rémi Denis-Courmont [Tue, 10 Feb 2009 19:05:01 +0000 (21:05 +0200)]
FSC memory leaks

15 years agomozilla: make sure we set the correct file rights before we distribute the plugin
Felix Paul Kühne [Tue, 10 Feb 2009 18:41:20 +0000 (19:41 +0100)]
mozilla: make sure we set the correct file rights before we distribute the plugin

15 years agoImplement reference counting in the libvlc logger
Rémi Denis-Courmont [Tue, 10 Feb 2009 18:15:20 +0000 (20:15 +0200)]
Implement reference counting in the libvlc logger

Now, this should work safely, although it requires heavy polling.

15 years agoRestore the libvlc logger lock
Rémi Denis-Courmont [Tue, 10 Feb 2009 18:03:17 +0000 (20:03 +0200)]
Restore the libvlc logger lock

This API is completely idiotic. By design, it requires (very active)
polling to work. Also, it is almost impossible to make it thread-safe.
Anyway, through violating a few constant pointers, we can fix half of
that. However, message item reference counting remains broken.

15 years agolibvlc log: stop abusing internal i_verbosity
Rémi Denis-Courmont [Tue, 10 Feb 2009 17:55:01 +0000 (19:55 +0200)]
libvlc log: stop abusing internal i_verbosity

15 years agoRemove the verbose callback.
Rémi Denis-Courmont [Tue, 10 Feb 2009 17:43:36 +0000 (19:43 +0200)]
Remove the verbose callback.

It was not thread-safe, and only used by ncurses (fixed earlier).