]> git.sesse.net Git - vlc/log
vlc
14 years agoWe need --binary flags to *sum utilities (closes #3138)
Rémi Denis-Courmont [Sun, 1 Nov 2009 07:35:53 +0000 (09:35 +0200)]
We need --binary flags to *sum utilities (closes #3138)

14 years agoAdd missing 'environ' declaration (fix build on FreeBSD)
Rafaël Carré [Sat, 31 Oct 2009 21:47:53 +0000 (22:47 +0100)]
Add missing 'environ' declaration (fix build on FreeBSD)

14 years agoFix potential crash on Windows (assumed)
Rémi Denis-Courmont [Sat, 31 Oct 2009 16:41:16 +0000 (18:41 +0200)]
Fix potential crash on Windows (assumed)

14 years agoRefuse to proceed with --disable-shared.
Rémi Denis-Courmont [Sat, 31 Oct 2009 15:22:04 +0000 (17:22 +0200)]
Refuse to proceed with --disable-shared.

This cannot work the way VLC links its plugins. Too many people shot
themselves in the foot with this option.

14 years agoQt4: remove privacy dialog on Qt4
Rémi Denis-Courmont [Sat, 31 Oct 2009 15:12:45 +0000 (17:12 +0200)]
Qt4: remove privacy dialog on Qt4

Unparented dialogs are not supported by the window manager. This was
causing a deadlock during VLC startup (There may be other cases left).

14 years agoQt4: remove unsuppotted system tray on Maemo
Rémi Denis-Courmont [Sat, 31 Oct 2009 15:11:20 +0000 (17:11 +0200)]
Qt4: remove unsuppotted system tray on Maemo

QSystremTray class does not exist at all.

14 years agoDVB: force m3u8 demux in scan mode
Rémi Denis-Courmont [Sat, 31 Oct 2009 13:10:13 +0000 (15:10 +0200)]
DVB: force m3u8 demux in scan mode

14 years agoRemove old playlist format export
Rémi Denis-Courmont [Sat, 31 Oct 2009 12:58:05 +0000 (14:58 +0200)]
Remove old playlist format export

Nothing has been using this for a while (how long?). We still have
import for old VLC playlists, though I'm not sure if anybody uses it
either.

14 years agoRecognize .m3u8 extension
Rémi Denis-Courmont [Sat, 31 Oct 2009 12:55:59 +0000 (14:55 +0200)]
Recognize .m3u8 extension

14 years agoQt4: add M3U8 export
Rémi Denis-Courmont [Sat, 31 Oct 2009 12:54:57 +0000 (14:54 +0200)]
Qt4: add M3U8 export

14 years agoExport: add support for normal M3U, move UTF-8 mode to M3U8
Rémi Denis-Courmont [Sat, 31 Oct 2009 12:52:57 +0000 (14:52 +0200)]
Export: add support for normal M3U, move UTF-8 mode to M3U8

14 years agoM3U: add support for .m3u8 files (Apple invention)
Rémi Denis-Courmont [Sat, 31 Oct 2009 12:43:39 +0000 (14:43 +0200)]
M3U: add support for .m3u8 files (Apple invention)

14 years agoM3U: add shortcut
Rémi Denis-Courmont [Sat, 31 Oct 2009 12:42:41 +0000 (14:42 +0200)]
M3U: add shortcut

Otherwise, checking for forced demux does not make much sense.

14 years agoQt4: remove SD menu from Media menu
Jakob Leben [Fri, 30 Oct 2009 21:48:26 +0000 (22:48 +0100)]
Qt4: remove SD menu from Media menu

14 years agoQt4: media selector beautification
Jakob Leben [Fri, 30 Oct 2009 21:43:35 +0000 (22:43 +0100)]
Qt4: media selector beautification

14 years agodvb: set demux=ts only if we didn't do scan
Ilkka Ollakka [Fri, 30 Oct 2009 15:44:35 +0000 (17:44 +0200)]
dvb: set demux=ts only if we didn't do scan

Without this when scanning, we would force demuxer to ts but outputted m3u-playlist.

14 years ago__vout_AllocatePicture() : check all possibilities of integer overflow
Rafaël Carré [Fri, 30 Oct 2009 12:35:52 +0000 (13:35 +0100)]
__vout_AllocatePicture() : check all possibilities of integer overflow

Thanks to nefrir and mfwitten on irc for their help

14 years agoFixed fullscreen size with multiple display
Laurent Aimar [Fri, 30 Oct 2009 10:56:37 +0000 (11:56 +0100)]
Fixed fullscreen size with multiple display

The fix from quality in [8d8844adcd8e44d58291a2e8d025ca3ca3c89067] introduced a weird artefact with dual screens, where the video didn't fill the complete screen. This fixes it.

14 years agoFix integer overflow in picture size calculation
Rafaël Carré [Fri, 30 Oct 2009 08:36:09 +0000 (09:36 +0100)]
Fix integer overflow in picture size calculation

Closes #2885

14 years agoQt4: remove the SD menu (all but Podcast configuration action)
Jakob Leben [Fri, 30 Oct 2009 00:42:18 +0000 (01:42 +0100)]
Qt4: remove the SD menu (all but Podcast configuration action)

14 years agopodcast: fix crash in demuxer
Jakob Leben [Fri, 30 Oct 2009 01:25:37 +0000 (02:25 +0100)]
podcast: fix crash in demuxer

14 years agoLibVLC: add functions to control mouse and keyboard events
Rémi Denis-Courmont [Thu, 29 Oct 2009 21:14:31 +0000 (23:14 +0200)]
LibVLC: add functions to control mouse and keyboard events

14 years agoXCB: follow mouse-events variable
Rémi Denis-Courmont [Thu, 29 Oct 2009 21:14:13 +0000 (23:14 +0200)]
XCB: follow mouse-events variable

14 years agoXCB-Window: use keyboard-events variable
Rémi Denis-Courmont [Thu, 29 Oct 2009 21:08:34 +0000 (23:08 +0200)]
XCB-Window: use keyboard-events variable

14 years agoXlib: use mouse-events variable and fix event mask
Rémi Denis-Courmont [Thu, 29 Oct 2009 21:07:52 +0000 (23:07 +0200)]
Xlib: use mouse-events variable and fix event mask

14 years agoReplace vout-event with keyboard-events and mouse-events
Rémi Denis-Courmont [Thu, 29 Oct 2009 21:05:08 +0000 (23:05 +0200)]
Replace vout-event with keyboard-events and mouse-events

14 years agoAdd audio/mp4 mimetype
Fathi Boudra [Thu, 29 Oct 2009 20:55:16 +0000 (21:55 +0100)]
Add audio/mp4 mimetype

14 years agoMention Blu-Ray PGS in NEWS
Jean-Baptiste Kempf [Thu, 29 Oct 2009 20:28:45 +0000 (21:28 +0100)]
Mention Blu-Ray PGS in NEWS

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoNEWS: synchronise with 1.0.3
Jean-Baptiste Kempf [Thu, 29 Oct 2009 19:13:55 +0000 (20:13 +0100)]
NEWS: synchronise with 1.0.3

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoContribs: update to taglib 1.6
Jean-Baptiste Kempf [Wed, 28 Oct 2009 12:12:34 +0000 (13:12 +0100)]
Contribs: update to taglib 1.6

Brings nice improvements, especially with .wma

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoMore raw FourCC
Jean-Baptiste Kempf [Wed, 28 Oct 2009 12:01:16 +0000 (13:01 +0100)]
More raw FourCC

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoCDDA: Typo
Jean-Baptiste Kempf [Tue, 27 Oct 2009 08:47:40 +0000 (09:47 +0100)]
CDDA: Typo

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoDefine XCB_CURSOR_NONE if missing
Rémi Denis-Courmont [Thu, 29 Oct 2009 18:59:07 +0000 (20:59 +0200)]
Define XCB_CURSOR_NONE if missing

14 years agoXCB: use xproto for xcb_window, not xcb_x11 and xcb_xv
Rémi Denis-Courmont [Thu, 29 Oct 2009 18:47:41 +0000 (20:47 +0200)]
XCB: use xproto for xcb_window, not xcb_x11 and xcb_xv

14 years agoMJPEG: fix boundary condition, off-by-one (closes #3128)
Rémi Denis-Courmont [Thu, 29 Oct 2009 17:57:19 +0000 (19:57 +0200)]
MJPEG: fix boundary condition, off-by-one (closes #3128)

14 years agoWin32 installer: change "I agree" button to "Next" in license page
Pauline Castets [Mon, 4 Aug 2008 16:03:11 +0000 (18:03 +0200)]
Win32 installer: change "I agree" button to "Next" in license page

Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
14 years agoqt4: don't crash when sd is selected in playlist and unloaded from menu
Ilkka Ollakka [Thu, 29 Oct 2009 17:15:53 +0000 (19:15 +0200)]
qt4: don't crash when sd is selected in playlist and unloaded from menu

Currently doesn't yet reset view to default playlist. Atleast worked for me

14 years agoDon't release an object that was not held, fix crash
Rémi Denis-Courmont [Thu, 29 Oct 2009 16:52:32 +0000 (18:52 +0200)]
Don't release an object that was not held, fix crash

This piece of code (transparent UTF-16 to UTF-8 conversion) is wrong in
many ways though. This really does NOT belong here, and should be done
in the subsdec plugin instead.

This fixes a regression from [0d1f966a0b3581d3e96423ce34f32b4da7725c31]

14 years agoFix typos. Thanks xtophe for spotting that.
Marian Ďurkovič [Thu, 29 Oct 2009 16:02:55 +0000 (17:02 +0100)]
Fix typos. Thanks xtophe for spotting that.

14 years agoMake the buildbot happy until it gets newer libdvbpsi
Marian Ďurkovič [Thu, 29 Oct 2009 15:12:32 +0000 (16:12 +0100)]
Make the buildbot happy until it gets newer libdvbpsi

14 years agoImplement TDT parsing in TS demux.
Marian Ďurkovič [Thu, 29 Oct 2009 14:54:52 +0000 (15:54 +0100)]
Implement TDT parsing in TS demux.

14 years agoen50221: Provide compile-time option for slow CAMs
Marian Ďurkovič [Thu, 29 Oct 2009 07:26:04 +0000 (08:26 +0100)]
en50221: Provide compile-time option for slow CAMs

14 years agoPulse: don't spam if PulseAudio is not running
Rémi Denis-Courmont [Wed, 28 Oct 2009 21:34:15 +0000 (23:34 +0200)]
Pulse: don't spam if PulseAudio is not running

14 years agocontribs: apply the libiconv hack for Snow Leopard also when using the binary bundle
Felix Paul Kühne [Wed, 28 Oct 2009 21:26:26 +0000 (22:26 +0100)]
contribs: apply the libiconv hack for Snow Leopard also when using the binary bundle

14 years agoXCB: remove debug
Rémi Denis-Courmont [Wed, 28 Oct 2009 21:04:41 +0000 (23:04 +0200)]
XCB: remove debug

14 years agoXCB: make the "blank" cursor really transparent
Rémi Denis-Courmont [Wed, 28 Oct 2009 19:19:08 +0000 (21:19 +0200)]
XCB: make the "blank" cursor really transparent

14 years agoXCB-XVideo: auto hide mouse cursor
Rémi Denis-Courmont [Wed, 28 Oct 2009 19:11:43 +0000 (21:11 +0200)]
XCB-XVideo: auto hide mouse cursor

14 years agoXCB-X11: auto hide mouse cursor
Rémi Denis-Courmont [Wed, 28 Oct 2009 19:11:26 +0000 (21:11 +0200)]
XCB-X11: auto hide mouse cursor

14 years agoXCB: unset the cursor when we detect pointer motion
Rémi Denis-Courmont [Wed, 28 Oct 2009 19:07:09 +0000 (21:07 +0200)]
XCB: unset the cursor when we detect pointer motion

14 years agoXCB: CreateBlankCursor common helper
Rémi Denis-Courmont [Wed, 28 Oct 2009 19:06:14 +0000 (21:06 +0200)]
XCB: CreateBlankCursor common helper

14 years agoXCB: follow pointer motion in the parent window
Rémi Denis-Courmont [Wed, 28 Oct 2009 19:03:11 +0000 (21:03 +0200)]
XCB: follow pointer motion in the parent window

This ensures events are delivered when the mouse moves outside the
rendering area but within the embedding drawable. This is necessary to
autonatically unhide the cursor. As a side effect, we need to adjust
the pointer coordinates.

14 years agoAdd .sdp to reconized extensions
Vicente Jimenez Aguilar [Tue, 27 Oct 2009 16:49:59 +0000 (17:49 +0100)]
Add .sdp to reconized extensions

Inspired by Marian Durkovic's commit [80f9f8734a9e5d1fb68ee1e2102aecfbf91c613a]

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoudev: remove remaining items at exit
Rémi Denis-Courmont [Wed, 28 Oct 2009 16:27:56 +0000 (18:27 +0200)]
udev: remove remaining items at exit

14 years agoQt4: fix #3113: crash after a playlist item is removed by another plugin
Jakob Leben [Tue, 27 Oct 2009 21:04:34 +0000 (22:04 +0100)]
Qt4: fix #3113: crash after a playlist item is removed by another plugin

14 years agocontribs/ffmpeg: removed outdated patch which prevented proper compilation
Felix Paul Kühne [Tue, 27 Oct 2009 21:33:29 +0000 (22:33 +0100)]
contribs/ffmpeg: removed outdated patch which prevented proper compilation

14 years agoen50221: Increase MAX_CASYSTEM_IDS to 64 and fix inverted logic
Marian Ďurkovič [Tue, 27 Oct 2009 18:26:45 +0000 (19:26 +0100)]
en50221: Increase MAX_CASYSTEM_IDS to 64 and fix inverted logic
As reported on forum, Powercam Pro returns 38 system IDs

14 years agocontribs/libass: updated download location
Felix Paul Kühne [Tue, 27 Oct 2009 18:11:56 +0000 (19:11 +0100)]
contribs/libass: updated download location

14 years agocontrib/x264: removed no-longer needed patch
Felix Paul Kühne [Tue, 27 Oct 2009 17:47:25 +0000 (18:47 +0100)]
contrib/x264: removed no-longer needed patch

14 years agocontrib/theora: compilation fix
Felix Paul Kühne [Tue, 27 Oct 2009 15:28:24 +0000 (16:28 +0100)]
contrib/theora: compilation fix

14 years agocontrib/libcaca: removed no longer needed patches
Felix Paul Kühne [Tue, 27 Oct 2009 17:21:55 +0000 (18:21 +0100)]
contrib/libcaca: removed no longer needed patches

14 years agoqt4: cosmetic (tabs, brackets)
Jakob Leben [Tue, 27 Oct 2009 03:56:25 +0000 (04:56 +0100)]
qt4: cosmetic (tabs, brackets)

14 years agoQt4: correct fix for duplicate items in playlist - service-discovery
Jakob Leben [Tue, 27 Oct 2009 01:45:28 +0000 (02:45 +0100)]
Qt4: correct fix for duplicate items in playlist - service-discovery

Hypothesis: The bug stems from a thread concurrency problem. A PLModel::rebuild() happens
just between SD inserting items into the core playlist and Qt playlist receiving item-added callback.
Thus, the items referred to the callback are inserted twice into the Qt playlist.

Solution: check if item already inserted at callback processing.

14 years agoRevert "qt4: rebuild tree on updateTreeItem"
Jakob Leben [Mon, 26 Oct 2009 21:01:51 +0000 (22:01 +0100)]
Revert "qt4: rebuild tree on updateTreeItem"

This reverts commit 0adb9cebe14e6e3df513e2b79f74232764dab4ac.

14 years agoNEWS about CDDB on Windows
Jean-Baptiste Kempf [Mon, 26 Oct 2009 23:47:06 +0000 (00:47 +0100)]
NEWS about CDDB on Windows

14 years agoContribs: separate win32 from other platform for CDDB
Jean-Baptiste Kempf [Mon, 26 Oct 2009 23:34:50 +0000 (00:34 +0100)]
Contribs: separate win32 from other platform for CDDB

The changes needed are not the same.

14 years agoWin32: Use CDDB without iconv
Jean-Baptiste Kempf [Mon, 26 Oct 2009 23:28:53 +0000 (00:28 +0100)]
Win32: Use CDDB without iconv

This makes the plugin stay at a reasonable size (120kB vs 1090kB stripped)
This might not be optimal though...

14 years agoCDDA: cosmetics and debug messages
Jean-Baptiste Kempf [Mon, 26 Oct 2009 23:27:23 +0000 (00:27 +0100)]
CDDA: cosmetics and debug messages

14 years agoRevert "Updated sdl to use new VOUT_DISPLAY_CHANGE_DISPLAY_SIZE parameter."
Laurent Aimar [Mon, 26 Oct 2009 22:05:27 +0000 (23:05 +0100)]
Revert "Updated sdl to use new VOUT_DISPLAY_CHANGE_DISPLAY_SIZE parameter."

This reverts commit b8dc2568f50ad53a20d555c9d1ce8b0cf0f66eb7.
In the case of SDL, the actual resize is done in VOUT_DISPLAY_CHANGE_DISPLAY_SIZE
without any risk of infinite loop.

14 years agoAdded VOUT_DISPLAY_EVENT_ON_TOP (vout display).
Laurent Aimar [Sat, 24 Oct 2009 16:50:01 +0000 (18:50 +0200)]
Added VOUT_DISPLAY_EVENT_ON_TOP (vout display).

14 years agoCDDA: cosmetics and copyright
Jean-Baptiste Kempf [Mon, 26 Oct 2009 21:20:22 +0000 (22:20 +0100)]
CDDA: cosmetics and copyright

14 years agoLibass: simplify configure.ac
Jean-Baptiste Kempf [Mon, 26 Oct 2009 11:12:34 +0000 (12:12 +0100)]
Libass: simplify configure.ac

This is now working since the previous "--static" commit

14 years agoConfigure with cddb on Windows
Jean-Baptiste Kempf [Sun, 25 Oct 2009 20:41:15 +0000 (21:41 +0100)]
Configure with cddb on Windows

14 years agoContrib: libcddb for Windows.
Jean-Baptiste Kempf [Sat, 24 Oct 2009 15:28:54 +0000 (17:28 +0200)]
Contrib: libcddb for Windows.

Libcddb doesn't work as advertised, you need regex to make it work.
Regex is supposed to be in your libc, but isn't in mingw... Great...
So, add a regex target and patch libcddb to not build tests and examples
Also, don't use AC_FUNC_MALLOC and REALLOC when crosscompiling and change the .pc file

14 years agoXCB window: avoid matchbox hack if matchbox is not running
Rémi Denis-Courmont [Mon, 26 Oct 2009 21:06:31 +0000 (23:06 +0200)]
XCB window: avoid matchbox hack if matchbox is not running

Then we don't need to process all root window property events.

14 years agoRevert "Blacklist glibc 2.10-2.10.1 for 686"
Rémi Denis-Courmont [Mon, 26 Oct 2009 16:45:03 +0000 (18:45 +0200)]
Revert "Blacklist glibc 2.10-2.10.1 for 686"

This reverts commit bcfa778f2eaece684dafa3d4b1765a121bb016e0.

14 years agomissing: fix function definition
Pierre Ynard [Mon, 26 Oct 2009 13:16:34 +0000 (14:16 +0100)]
missing: fix function definition

14 years agoavcodec: do not flush buffers if codec hasn't been opened
Rafaël Carré [Mon, 26 Oct 2009 12:55:24 +0000 (13:55 +0100)]
avcodec: do not flush buffers if codec hasn't been opened

Reported-by: Konstantin Pavlov (thresh)
14 years agoequalizer: missing unlock.
Rémi Duraffort [Sun, 25 Oct 2009 10:16:27 +0000 (11:16 +0100)]
equalizer: missing unlock.

14 years agocontroles: use var_Get* and var_ToggleBool when applicable.
Rémi Duraffort [Thu, 22 Oct 2009 11:43:59 +0000 (13:43 +0200)]
controles: use var_Get* and var_ToggleBool when applicable.

14 years agoUse eval to call programs
Christophe Mutricy [Mon, 26 Oct 2009 11:20:03 +0000 (12:20 +0100)]
Use eval to call programs

Else we have troubles executing $FOO when FOO=prog --some-options
Should fix [5d6f80f267]

14 years agoDisplay time info also when DVB MPEG-TS is received over network
Marian Ďurkovič [Mon, 26 Oct 2009 07:11:30 +0000 (08:11 +0100)]
Display time info also when DVB MPEG-TS is received over network

14 years agoTypo
Christophe Mutricy [Sun, 25 Oct 2009 22:07:06 +0000 (22:07 +0000)]
Typo

14 years agoRequest flags for static linking on win32 and MacOS
Christophe Mutricy [Sun, 25 Oct 2009 21:15:32 +0000 (21:15 +0000)]
Request flags for static linking on win32 and MacOS

Only tested on a minimal win32 build. Please report configure/linking failure

14 years agoAdd xcb and peflags to the cleaning target
Christophe Mutricy [Sun, 25 Oct 2009 21:13:07 +0000 (21:13 +0000)]
Add xcb and peflags to the cleaning target

14 years agoImprove the peflags target
Christophe Mutricy [Sun, 25 Oct 2009 21:07:42 +0000 (21:07 +0000)]
Improve the peflags target

14 years agoFix caca.pc
Christophe Mutricy [Sun, 25 Oct 2009 21:03:53 +0000 (21:03 +0000)]
Fix caca.pc

Patch taken from upstream svn

14 years agoThe default constructor of QSize produce an invalid size, there is no need to do...
Benjamin [Sun, 25 Oct 2009 15:29:41 +0000 (16:29 +0100)]
The default constructor of QSize produce an invalid size, there is no need to do that manually.

The widget is hidden by default, no need to call hide in the
constructor.

The widget reparentable already has the layout.

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
14 years agoCleaning: the QPalette is not needed outisde the constructor
Benjamin Poulain [Sun, 25 Oct 2009 12:05:20 +0000 (13:05 +0100)]
Cleaning: the QPalette is not needed outisde the constructor

The QPalette of the widget is already stored in QWidget, there is no
need to have an attribute for it.

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
14 years agoqt4: selector take2 to fix service discoveries
Ilkka Ollakka [Sun, 25 Oct 2009 14:57:12 +0000 (16:57 +0200)]
qt4: selector take2 to fix service discoveries

should fix #3112 again ;) . Playlist still has issue to crash if current item is
destroyed, but thats different issue

14 years agoRevert "qt4: use longname to search activated input-item"
Rémi Denis-Courmont [Sun, 25 Oct 2009 14:07:03 +0000 (16:07 +0200)]
Revert "qt4: use longname to search activated input-item"

This reverts commit edcc45df28099534938f04f26b573449c5c897bf.

This causes segmentation faults and breaks SD categories.

14 years agoXCB: allow building without xcb-utils
Rémi Denis-Courmont [Sun, 25 Oct 2009 13:44:31 +0000 (15:44 +0200)]
XCB: allow building without xcb-utils

Of xcb-utils, we only use xcb-keysms at the moment. xcb-keysyms is only
needed for the globalhotkeys and xcb_window plugins. If there is another
window provider plugin, we can do without them so long as the user does
not set --no-embedded-video.

Note: xcb-utils is still needed for the LibVLC embedded video as it
depends on xcb_window. We could  #ifdef the key press support in
xcb_window if this is an issue (I didn't bother).

14 years agoqt4: use longname to search activated input-item
Ilkka Ollakka [Sun, 25 Oct 2009 12:36:06 +0000 (14:36 +0200)]
qt4: use longname to search activated input-item

Should fix #3112 and maybe make it littlebit cleaner (hopefully)

14 years agoqt4: rebuild tree on updateTreeItem
Ilkka Ollakka [Sun, 25 Oct 2009 11:48:44 +0000 (13:48 +0200)]
qt4: rebuild tree on updateTreeItem

This seems to fix #3114 maybe some other tickets too

14 years agoXCB-XVideo: no need to detach segment explicitly before disconnection
Rémi Denis-Courmont [Sun, 25 Oct 2009 10:52:47 +0000 (12:52 +0200)]
XCB-XVideo: no need to detach segment explicitly before disconnection

The X server will do as part of garbage collection - as it does for our
window, graphic context, or if VLC crashes.

14 years agoasx.c: check for </MoreInfo> tag also
Ilkka Ollakka [Sun, 25 Oct 2009 09:23:10 +0000 (11:23 +0200)]
asx.c: check for </MoreInfo> tag also

this should fix #3013

14 years agoComment.
Rémi Denis-Courmont [Sat, 24 Oct 2009 17:21:45 +0000 (20:21 +0300)]
Comment.

14 years agoRemove the old .vlc/vlcrc after parsing
Rémi Denis-Courmont [Sat, 24 Oct 2009 17:15:42 +0000 (20:15 +0300)]
Remove the old .vlc/vlcrc after parsing

14 years agoALSA: simplify and fix thread synchronization
Rémi Denis-Courmont [Sat, 24 Oct 2009 13:26:12 +0000 (16:26 +0300)]
ALSA: simplify and fix thread synchronization

14 years agoALSA: vlc_thread_create -> vlc_clone
Rémi Denis-Courmont [Sat, 24 Oct 2009 13:17:54 +0000 (16:17 +0300)]
ALSA: vlc_thread_create -> vlc_clone

14 years agoALSA: save one mdate() call per (debug) loop
Rémi Denis-Courmont [Sat, 24 Oct 2009 12:39:22 +0000 (15:39 +0300)]
ALSA: save one mdate() call per (debug) loop