]> git.sesse.net Git - vlc/log
vlc
15 years agoWin32 crashdump: typo
Geoffroy Couprie [Wed, 18 Mar 2009 09:46:46 +0000 (10:46 +0100)]
Win32 crashdump: typo

15 years agoffmpeg: vhook was removed.
Rémi Duraffort [Sun, 22 Mar 2009 20:39:36 +0000 (21:39 +0100)]
ffmpeg: vhook was removed.

15 years agol10n: Czech update
Tomáš Chvátal [Sun, 22 Mar 2009 20:23:54 +0000 (20:23 +0000)]
l10n: Czech update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
15 years agol10n: Bulgarian update
Ivo Ivanov [Sun, 22 Mar 2009 20:13:23 +0000 (20:13 +0000)]
l10n: Bulgarian update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
15 years agoswscale is on by default
Christophe Mutricy [Sun, 22 Mar 2009 18:54:05 +0000 (18:54 +0000)]
swscale is on by default

15 years agomosaic: fix a dummy warning (and add a missing undef).
Rémi Duraffort [Sun, 22 Mar 2009 17:11:39 +0000 (18:11 +0100)]
mosaic: fix a dummy warning (and add a missing undef).

15 years agovcdx: fix potential memleak.
Rémi Duraffort [Sun, 22 Mar 2009 17:04:14 +0000 (18:04 +0100)]
vcdx: fix potential memleak.

15 years agoggi: fix variable name.
Rémi Duraffort [Sun, 22 Mar 2009 17:03:28 +0000 (18:03 +0100)]
ggi: fix variable name.

15 years agomkv: fix warning (size_t is unsigned).
Rémi Duraffort [Sun, 22 Mar 2009 16:30:26 +0000 (17:30 +0100)]
mkv: fix warning (size_t is unsigned).

15 years agoEnsure that meta-* are valid UTF8.
Laurent Aimar [Sun, 22 Mar 2009 15:31:36 +0000 (16:31 +0100)]
Ensure that meta-* are valid UTF8.

15 years agoMade http-continuous option safe.
Laurent Aimar [Sun, 22 Mar 2009 15:28:55 +0000 (16:28 +0100)]
Made http-continuous option safe.

It was a request of Frederik Kriewitz.

15 years agoMake meta-* option safe.
Laurent Aimar [Sun, 22 Mar 2009 15:26:33 +0000 (16:26 +0100)]
Make meta-* option safe.

It was a request of Frederik Kriewitz.

15 years agoMade var_GetNonEmptyString robust against var_GetString allocation error.
Laurent Aimar [Sun, 22 Mar 2009 15:24:49 +0000 (16:24 +0100)]
Made var_GetNonEmptyString robust against var_GetString allocation error.

15 years agoThis changes range validation for control values from
Brian Johnson [Fri, 20 Mar 2009 19:05:01 +0000 (15:05 -0400)]
This changes range validation for control values from
value >= 0 to value >= minimum && value <= maximum

Signed-off-by: Brian Johnson <brijohn@gmail.com>
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
15 years agoFixed win32 compilation.
Laurent Aimar [Sun, 22 Mar 2009 15:03:50 +0000 (16:03 +0100)]
Fixed win32 compilation.

Thanks xxcv for noticing it.

15 years agoAvoid event spaming on epg changes.
Laurent Aimar [Sat, 21 Mar 2009 19:45:07 +0000 (20:45 +0100)]
Avoid event spaming on epg changes.

15 years agoCreated input_item_SetEpg function.
Laurent Aimar [Sat, 21 Mar 2009 19:21:51 +0000 (20:21 +0100)]
Created input_item_SetEpg function.

15 years agoFixed a crash in video filter_chain_t code when closing a filter.
Laurent Aimar [Sat, 21 Mar 2009 15:02:48 +0000 (16:02 +0100)]
Fixed a crash in video filter_chain_t code when closing a filter.

It should fix #1929.
Thanks for Aurélien Nephtali investigation.

15 years agoClean up a bit filter_chain_* code.
Laurent Aimar [Sat, 21 Mar 2009 14:55:57 +0000 (15:55 +0100)]
Clean up a bit filter_chain_* code.

15 years agoProtect against broken V_QUICKTIME in mkv.
Laurent Aimar [Mon, 15 Dec 2008 22:19:04 +0000 (23:19 +0100)]
Protect against broken V_QUICKTIME in mkv.

My mkvmerge version seems to generate broken files.

15 years agofbosd:
Rémi Duraffort [Sun, 22 Mar 2009 10:31:08 +0000 (11:31 +0100)]
fbosd:
 * use /dev/fb0 as default (like suggested in the help string)
 * fix a typo (intf_sys_t != intf_thread_t)
 * cleanings.

15 years agoqt4_menus: fix segfault.
Rémi Duraffort [Sun, 22 Mar 2009 08:05:07 +0000 (09:05 +0100)]
qt4_menus: fix segfault.

15 years agoqt4_menus: missing undef.
Rémi Duraffort [Sun, 22 Mar 2009 07:58:49 +0000 (08:58 +0100)]
qt4_menus: missing undef.

15 years agoqt4_bookmarks: fix encoding.
Rémi Duraffort [Sun, 22 Mar 2009 07:49:29 +0000 (08:49 +0100)]
qt4_bookmarks: fix encoding.

15 years agoFixes bookmark feature non update bug
Srikanth Raju [Sat, 21 Mar 2009 22:13:43 +0000 (03:43 +0530)]
Fixes bookmark feature non update bug

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
15 years agoqt4: be symetric for audio up and down.
Rémi Duraffort [Sat, 21 Mar 2009 22:22:11 +0000 (23:22 +0100)]
qt4: be symetric for audio up and down.

15 years agodummy_input: remove unused variable in the struct.
Rémi Duraffort [Sat, 21 Mar 2009 11:16:50 +0000 (12:16 +0100)]
dummy_input: remove unused variable in the struct.

15 years agodbus: UpdateCaps is now always called with the playlist unlocked.
Rémi Duraffort [Sat, 21 Mar 2009 07:59:10 +0000 (08:59 +0100)]
dbus: UpdateCaps is now always called with the playlist unlocked.

15 years agodbus: fix another locking problem.
Rémi Duraffort [Sat, 21 Mar 2009 07:54:39 +0000 (08:54 +0100)]
dbus: fix another locking problem.

15 years agodbus: fix the repeat signal.
Rémi Duraffort [Sat, 21 Mar 2009 07:38:02 +0000 (08:38 +0100)]
dbus: fix the repeat signal.

15 years agodbus: fix a bunch of assert/crash about locking (playlist functions used in the callb...
Rémi Duraffort [Fri, 20 Mar 2009 21:16:38 +0000 (22:16 +0100)]
dbus: fix a bunch of assert/crash about locking (playlist functions used in the callbacks).

15 years agolua_demux: fix object leaks.
Rémi Duraffort [Fri, 20 Mar 2009 09:04:37 +0000 (10:04 +0100)]
lua_demux: fix object leaks.

15 years agopda: fix object leaks.
Rémi Duraffort [Fri, 20 Mar 2009 08:26:07 +0000 (09:26 +0100)]
pda: fix object leaks.

15 years agoncurses: fix object leak and use pl_Release instead of vlc_object_release.
Rémi Duraffort [Fri, 20 Mar 2009 08:21:09 +0000 (09:21 +0100)]
ncurses: fix object leak and use pl_Release instead of vlc_object_release.

15 years agodbus: fix an object leak (+some cleanings)
Rémi Duraffort [Fri, 20 Mar 2009 08:05:38 +0000 (09:05 +0100)]
dbus: fix an object leak (+some cleanings)

15 years agosvg: remove unused variable.
Rémi Duraffort [Thu, 19 Mar 2009 10:05:35 +0000 (11:05 +0100)]
svg: remove unused variable.

15 years agoFix string format.
Rémi Duraffort [Thu, 19 Mar 2009 07:42:07 +0000 (08:42 +0100)]
Fix string format.

15 years agovout_msw: use var_TriggerCallback and some cleaning.
Rémi Duraffort [Wed, 18 Mar 2009 14:18:41 +0000 (15:18 +0100)]
vout_msw: use var_TriggerCallback and some cleaning.

15 years agovout_omapfb: fix potential leaks.
Rémi Duraffort [Wed, 18 Mar 2009 13:52:57 +0000 (14:52 +0100)]
vout_omapfb: fix potential leaks.

15 years ago1st preview release for VLC 1.0.0 1.0.0-pre1
Christophe Mutricy [Thu, 19 Mar 2009 02:01:24 +0000 (02:01 +0000)]
1st preview release for VLC 1.0.0

15 years agoMerge the l10n from 0.9-bugfix
Christophe Mutricy [Thu, 19 Mar 2009 01:38:39 +0000 (01:38 +0000)]
Merge the l10n from 0.9-bugfix

Nominated for the price of the ugliest commitdiff

15 years agoUpdate the pot file for vlc 1.0.0
Christophe Mutricy [Thu, 19 Mar 2009 01:38:14 +0000 (01:38 +0000)]
Update the pot file for vlc 1.0.0

15 years agoRemove deleted files from POTFILES.in
Christophe Mutricy [Wed, 18 Mar 2009 23:10:23 +0000 (23:10 +0000)]
Remove deleted files from POTFILES.in

15 years agoSimplify libvlc_media_player_is_playing(). Should really be inline.
JP Dinger [Tue, 17 Mar 2009 13:11:58 +0000 (14:11 +0100)]
Simplify libvlc_media_player_is_playing(). Should really be inline.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years agoFix compilation of caca vout.
Rémi Duraffort [Tue, 17 Mar 2009 21:43:10 +0000 (22:43 +0100)]
Fix compilation of caca vout.

15 years agotelepathy: get back the previous behavior.
Rémi Duraffort [Tue, 17 Mar 2009 21:33:08 +0000 (22:33 +0100)]
telepathy: get back the previous behavior.

15 years agoNo need to add a '\n' with msg_*
Rémi Duraffort [Tue, 17 Mar 2009 21:06:45 +0000 (22:06 +0100)]
No need to add a '\n' with msg_*

15 years agovout_ggi: fix return value.
Rémi Duraffort [Tue, 17 Mar 2009 20:57:29 +0000 (21:57 +0100)]
vout_ggi: fix return value.

15 years agovout_fb: fix a potential memleak and some cleanings.
Rémi Duraffort [Tue, 17 Mar 2009 20:52:40 +0000 (21:52 +0100)]
vout_fb: fix a potential memleak and some cleanings.

15 years agodirectfb: fix potential memleak.
Rémi Duraffort [Tue, 17 Mar 2009 20:40:23 +0000 (21:40 +0100)]
directfb: fix potential memleak.

15 years agofix a segfault when launching a video inside a tty.
Rémi Duraffort [Tue, 17 Mar 2009 20:34:17 +0000 (21:34 +0100)]
fix a segfault when launching a video inside a tty.

15 years agovout_caca: fix potential memleak.
Rémi Duraffort [Tue, 17 Mar 2009 20:21:12 +0000 (21:21 +0100)]
vout_caca: fix potential memleak.

15 years agovout_aa: fix pontential memleak and cosmetics.
Rémi Duraffort [Tue, 17 Mar 2009 20:12:16 +0000 (21:12 +0100)]
vout_aa: fix pontential memleak and cosmetics.

15 years agosdl: simplifications.
Rémi Duraffort [Tue, 17 Mar 2009 20:06:57 +0000 (21:06 +0100)]
sdl: simplifications.

15 years agoParse *only* NAL SEI for Closed Caption.
Laurent Aimar [Mon, 16 Mar 2009 22:53:57 +0000 (23:53 +0100)]
Parse *only* NAL SEI for Closed Caption.

15 years agoTry to use video-filter instead of vout-filter for deinterlacing.
Laurent Aimar [Mon, 16 Mar 2009 22:38:00 +0000 (23:38 +0100)]
Try to use video-filter instead of vout-filter for deinterlacing.

It only works for blend and X mode but there are probably the most used.
When blend/X are enabled/disabled:
 - It avoids recreating the vout.
 - It avoids deinterlacing the (soft) subtitles.
The other modes are not possible without a lot of vout works, so it is
postponed for later.

As a side effect, the initial value of the menu now takes into account the
command line options.

Please, report any regression. This code is made complicated by the
vout filter/video filter2 switches&tricks.

15 years agoMake sure that var_Get on a string will return a non NULL value.
Laurent Aimar [Mon, 16 Mar 2009 20:09:44 +0000 (21:09 +0100)]
Make sure that var_Get on a string will return a non NULL value.

The current code assume it everywhere.

15 years agoImproved a bit deinterlace video filter2.
Laurent Aimar [Mon, 16 Mar 2009 19:44:38 +0000 (20:44 +0100)]
Improved a bit deinterlace video filter2.

It now supports I422 and discard mode.

15 years agoRemoved dead code (deinterlace).
Laurent Aimar [Sun, 15 Mar 2009 20:16:47 +0000 (21:16 +0100)]
Removed dead code (deinterlace).

15 years agoCosmetics (vout, deinterlace).
Laurent Aimar [Sat, 14 Mar 2009 20:35:36 +0000 (21:35 +0100)]
Cosmetics (vout, deinterlace).

15 years agoRemove intf_thread_t.change_lock
Rémi Denis-Courmont [Tue, 17 Mar 2009 18:59:49 +0000 (20:59 +0200)]
Remove intf_thread_t.change_lock

15 years agoCMML: privatize callback lock
Rémi Denis-Courmont [Tue, 17 Mar 2009 18:56:46 +0000 (20:56 +0200)]
CMML: privatize callback lock

15 years agoWinCE: remove dummy locking
Rémi Denis-Courmont [Tue, 17 Mar 2009 18:54:29 +0000 (20:54 +0200)]
WinCE: remove dummy locking

15 years agoQt4: remove dummy locking
Rémi Denis-Courmont [Tue, 17 Mar 2009 18:54:15 +0000 (20:54 +0200)]
Qt4: remove dummy locking

15 years agoPDA GTK: remove dummy locking
Rémi Denis-Courmont [Tue, 17 Mar 2009 18:54:01 +0000 (20:54 +0200)]
PDA GTK: remove dummy locking

15 years agoHildon UI: remove dummy lock acquisition
Rémi Denis-Courmont [Tue, 17 Mar 2009 18:53:22 +0000 (20:53 +0200)]
Hildon UI: remove dummy lock acquisition

15 years agoOSX interface: remove dummy lock acquisition
Rémi Denis-Courmont [Tue, 17 Mar 2009 18:52:16 +0000 (20:52 +0200)]
OSX interface: remove dummy lock acquisition

It is only used from a single thread

15 years agoshowintf: privatize the callback lock
Rémi Denis-Courmont [Tue, 17 Mar 2009 18:51:58 +0000 (20:51 +0200)]
showintf: privatize the callback lock

15 years agoGestures: privatize interface callback lock
Rémi Denis-Courmont [Tue, 17 Mar 2009 18:50:47 +0000 (20:50 +0200)]
Gestures: privatize interface callback lock

And hmm, this really should use a condition variable too.

15 years agoVCDX: privatize interface callback lock
Rémi Denis-Courmont [Tue, 17 Mar 2009 18:50:28 +0000 (20:50 +0200)]
VCDX: privatize interface callback lock

15 years agoUnload interface plugin in StopThread rather than destroy
Rémi Denis-Courmont [Tue, 17 Mar 2009 18:14:11 +0000 (20:14 +0200)]
Unload interface plugin in StopThread rather than destroy

That is the same problem as we already had with other object types.
The interface really needs to unload when its owner stops it, not when
the reference counter drops to zero. This fixes a reference dead loop
when an interface yields itself (such as Qt through the view menu) and
a crash if an interface releases itself last (unmapping the running
caller code).

15 years agoinput: fix stack overflow if user feeds an overly large MRL
Rémi Denis-Courmont [Tue, 17 Mar 2009 17:58:49 +0000 (19:58 +0200)]
input: fix stack overflow if user feeds an overly large MRL

15 years agoQt4: cleanup
Rémi Denis-Courmont [Tue, 17 Mar 2009 17:12:31 +0000 (19:12 +0200)]
Qt4: cleanup

15 years ago(prev|next)-(chapter|title) is a void variable. Fix aborts.
Rémi Denis-Courmont [Tue, 17 Mar 2009 16:10:29 +0000 (18:10 +0200)]
(prev|next)-(chapter|title) is a void variable. Fix aborts.

15 years agoat qt4 termination, ensure quit() function is executed in the right thread
Erwan Tulou [Sat, 14 Mar 2009 10:13:40 +0000 (11:13 +0100)]
at qt4 termination, ensure quit() function is executed in the right thread

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years agoNEWS: document image -> scene (video-filter) transistion.
Jean-Paul Saman [Tue, 17 Mar 2009 15:17:44 +0000 (16:17 +0100)]
NEWS: document image -> scene (video-filter) transistion.

15 years agosafari: integer type cleanup
Jean-Paul Saman [Tue, 17 Mar 2009 14:51:21 +0000 (15:51 +0100)]
safari: integer type cleanup

15 years agosafari: fix crash on exit after going fullscreen in webbrowser plugin.
Jean-Paul Saman [Tue, 17 Mar 2009 09:49:10 +0000 (10:49 +0100)]
safari: fix crash on exit after going fullscreen in webbrowser plugin.

15 years agosafari: add license to file
Jean-Paul Saman [Tue, 17 Mar 2009 08:54:20 +0000 (09:54 +0100)]
safari: add license to file

15 years agomacosx: cleanup
Jean-Paul Saman [Tue, 10 Mar 2009 16:10:39 +0000 (17:10 +0100)]
macosx: cleanup

15 years agomacosx: remove unused variable.
Jean-Paul Saman [Tue, 10 Mar 2009 15:56:28 +0000 (16:56 +0100)]
macosx: remove unused variable.

15 years agomacosx: fix potential memleaks
Jean-Paul Saman [Tue, 10 Mar 2009 15:51:51 +0000 (16:51 +0100)]
macosx: fix potential memleaks

15 years agocheck against libvlc_state_t states
Jean-Paul Saman [Tue, 10 Mar 2009 15:01:17 +0000 (16:01 +0100)]
check against libvlc_state_t states

15 years agominimal_macosx: "drawable-agl" and "drawable-gl" split
Jean-Paul Saman [Thu, 5 Mar 2009 10:37:50 +0000 (11:37 +0100)]
minimal_macosx: "drawable-agl" and "drawable-gl" split

15 years agomacosx: vout drawable rework.
Jean-Paul Saman [Mon, 2 Mar 2009 20:32:13 +0000 (21:32 +0100)]
macosx: vout drawable rework.

The macosx drawable variable that used to hold the drawable window reference is splitted up in two variables "drawable-agl" (used by macosx safari/mozilla plugin) and "drawable-gl" (used by macosx interface).

15 years agovougl.m: cosmetics
Jean-Paul Saman [Mon, 2 Mar 2009 14:08:45 +0000 (15:08 +0100)]
vougl.m: cosmetics

15 years agosync activex test page with mozilla test page
Jean-Paul Saman [Tue, 17 Mar 2009 12:55:32 +0000 (13:55 +0100)]
sync activex test page with mozilla test page

15 years agolibvlc_media_player_is_playing(): no need to throw an exception in this case.
Jean-Paul Saman [Tue, 17 Mar 2009 12:50:27 +0000 (13:50 +0100)]
libvlc_media_player_is_playing(): no need to throw an exception in this case.

15 years agosmall cleanup in mozilla test page
Jean-Paul Saman [Tue, 17 Mar 2009 12:45:33 +0000 (13:45 +0100)]
small cleanup in mozilla test page

15 years agoRequire taglib 1.5.
Jean-Baptiste Kempf [Mon, 16 Mar 2009 23:23:21 +0000 (00:23 +0100)]
Require taglib 1.5.

15 years agoSkins: fix the popup-menu appearance on the video.
Jean-Baptiste Kempf [Mon, 16 Mar 2009 22:37:49 +0000 (23:37 +0100)]
Skins: fix the popup-menu appearance on the video.

Patch by Erwan10, <brezhoneg1@yahoo.fr>, simplified by /me

15 years agoQt: fix a crash when you don't want to have the recent items. And don't even show...
Jean-Baptiste Kempf [Mon, 16 Mar 2009 22:32:20 +0000 (23:32 +0100)]
Qt: fix a crash when you don't want to have the recent items. And don't even show the menu.

15 years agoskins2 vout manager
Erwan Tulou [Sat, 14 Mar 2009 23:10:49 +0000 (00:10 +0100)]
skins2 vout manager

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years agoQt4: hold objet while the popup menu is active
Rémi Denis-Courmont [Mon, 16 Mar 2009 19:12:08 +0000 (21:12 +0200)]
Qt4: hold objet while the popup menu is active

15 years agoRemove a whole bunch of non-sensical vlc_object_hold()
Rémi Denis-Courmont [Mon, 16 Mar 2009 18:37:34 +0000 (20:37 +0200)]
Remove a whole bunch of non-sensical vlc_object_hold()

In one case (noted by Erwan Tulou), this also fixes a large leak.

There is _absolutely_ no point in holding an object and releasing it
immediately. Holding an object only makes sense if:
 - the object cannot vanish while calling vlc_object_hold(), and
 - either:
   - the object could have otherwise vanished before
     vlc_object_release(), or
   - there is no way to avoid the (otherwise not needed)
     vlc_object_hold() because it comes from another component.

Conversely, it makes no sense to hold an object, if:
 - it could vanish already while calling hold (race condition)
   -> this is *invalid* and might crash,
 - there is already a valid reference to the object throughout.

I don't know in which case that code was, but the popup menu definitely
does invalid object access in some cases. For instance:
 - start playing a single video,
 - seek to a few seconds before the end,
 - open the popup menu, go to video / deinterlace,
 - wait for the video to finish and the playlist to stop,
 - click on "X" from the deinterlace submenu.
Oops.

15 years agoUnused variable
Rémi Denis-Courmont [Mon, 16 Mar 2009 16:29:36 +0000 (18:29 +0200)]
Unused variable

15 years agoEnable tcp keep alive in http
Sébastien Escudier [Mon, 16 Mar 2009 13:33:50 +0000 (14:33 +0100)]
Enable tcp keep alive in http

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years agox11: remove unused variables in Control.
Jean-Paul Saman [Mon, 16 Mar 2009 09:59:04 +0000 (10:59 +0100)]
x11: remove unused variables in Control.

15 years agomozilla: remove npunix_old.c and npwin_old.cpp
Jean-Paul Saman [Mon, 16 Mar 2009 09:55:42 +0000 (10:55 +0100)]
mozilla: remove npunix_old.c and npwin_old.cpp

15 years agomozilla: rewrite and license npunix.c/npwin.cpp under LGPLv2.1 (or later)
Jean-Paul Saman [Fri, 13 Mar 2009 15:13:04 +0000 (16:13 +0100)]
mozilla: rewrite and license npunix.c/npwin.cpp under LGPLv2.1 (or later)