]> git.sesse.net Git - vlc/log
vlc
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

14 years agoALSA: allocate PCM status on the stack
Rémi Denis-Courmont [Sat, 24 Oct 2009 12:26:42 +0000 (15:26 +0300)]
ALSA: allocate PCM status on the stack

14 years agoXCB window: add missing numpad keys
Rémi Denis-Courmont [Thu, 22 Oct 2009 17:50:46 +0000 (20:50 +0300)]
XCB window: add missing numpad keys

14 years agolua: update the youtube script to the new version of their website
Pierre Ynard [Fri, 23 Oct 2009 11:03:30 +0000 (13:03 +0200)]
lua: update the youtube script to the new version of their website

14 years agoKill extraneous debug, we don't need the 2-nd and 3-rd copies
Marian Ďurkovič [Fri, 23 Oct 2009 07:18:11 +0000 (09:18 +0200)]
Kill extraneous debug, we don't need the 2-nd and 3-rd copies

14 years agoFix inverted logic introduced in 048e2d9104c8f6d948400e23ba9293d5efb02962
Rémi Duraffort [Thu, 22 Oct 2009 10:49:59 +0000 (12:49 +0200)]
Fix inverted logic introduced in 048e2d9104c8f6d948400e23ba9293d5efb02962

14 years agolibcaca update to beta16
Jean-Baptiste Kempf [Tue, 20 Oct 2009 20:12:34 +0000 (22:12 +0200)]
libcaca update to beta16

14 years agoSDL and SDL_images updates
Jean-Baptiste Kempf [Tue, 20 Oct 2009 20:07:24 +0000 (22:07 +0200)]
SDL and SDL_images updates

14 years agoFreetype update to 2.3.11
Jean-Baptiste Kempf [Tue, 20 Oct 2009 20:03:53 +0000 (22:03 +0200)]
Freetype update to 2.3.11

14 years agolibpng update to 1.2.40
Jean-Baptiste Kempf [Tue, 20 Oct 2009 20:01:25 +0000 (22:01 +0200)]
libpng update to 1.2.40

14 years agoContrib: libxml 2.7.3 -> 2.7.6
Jean-Baptiste Kempf [Tue, 20 Oct 2009 19:59:21 +0000 (21:59 +0200)]
Contrib: libxml 2.7.3 -> 2.7.6

14 years agoSchroedinger update to 1.0.8
Jean-Baptiste Kempf [Tue, 20 Oct 2009 19:56:40 +0000 (21:56 +0200)]
Schroedinger update to 1.0.8

14 years agoFix sorting of plugin scores in the QT plugin dialog.
Dylan Yudaken [Mon, 19 Oct 2009 22:04:54 +0000 (00:04 +0200)]
Fix sorting of plugin scores in the QT plugin dialog.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoFix avcodec module build for FRWU.
Jean-Baptiste Kempf [Mon, 19 Oct 2009 18:56:45 +0000 (20:56 +0200)]
Fix avcodec module build for FRWU.

For some reason, libavcodec deverlopers didn't update LIBAVCODEC_VERSION_MICRO when introducing the new CODEC_ID_FRWU. We will then have to wait for the next bump to have it enabled.

14 years agoBlacklist glibc 2.10-2.10.1 for 686
Rémi Denis-Courmont [Wed, 21 Oct 2009 16:28:06 +0000 (19:28 +0300)]
Blacklist glibc 2.10-2.10.1 for 686

I'm not going to suffer another round of VLC bug reports due to glibc.

14 years agoAdd .ifo to recognized extensions
Marian Ďurkovič [Wed, 21 Oct 2009 08:35:35 +0000 (10:35 +0200)]
Add .ifo to recognized extensions

14 years agovlc_thread_fatal: disable thread cancellation
Rémi Denis-Courmont [Tue, 20 Oct 2009 20:37:36 +0000 (23:37 +0300)]
vlc_thread_fatal: disable thread cancellation

It shouldn't matter much when we get to such a sorry code path, but
better safe than sorry.

14 years agomotionblur: fix race condition.
Rémi Duraffort [Tue, 20 Oct 2009 19:38:59 +0000 (21:38 +0200)]
motionblur: fix race condition.

14 years agoRevert "video_filter_puzzle: remove unnedeed structure (it does not change anything...
Rémi Duraffort [Tue, 20 Oct 2009 17:30:03 +0000 (19:30 +0200)]
Revert "video_filter_puzzle: remove unnedeed structure (it does not change anything to the race conditions already present)."

This reverts commit a114dc512cec6aa89211f1d107acc58bfca4be26.

14 years agoDo not call decode_URI on constant string.
Laurent Aimar [Tue, 20 Oct 2009 17:28:28 +0000 (19:28 +0200)]
Do not call decode_URI on constant string.

14 years agoDo not hold change_lock while loading the vout module.
Laurent Aimar [Sat, 17 Oct 2009 18:14:10 +0000 (20:14 +0200)]
Do not hold change_lock while loading the vout module.

It allows the module to trigger some vout callback while loading.

14 years agoi18n: renamed file (maemo -> hildon)
Pierre Ynard [Tue, 20 Oct 2009 17:18:55 +0000 (19:18 +0200)]
i18n: renamed file (maemo -> hildon)