]> git.sesse.net Git - vlc/log
vlc
14 years agoPrint error when setting TTL fails
Rémi Denis-Courmont [Sun, 11 Apr 2010 19:42:11 +0000 (22:42 +0300)]
Print error when setting TTL fails

14 years agoNSIS: quoting error (fix #3514)
Rémi Denis-Courmont [Sun, 11 Apr 2010 17:01:50 +0000 (20:01 +0300)]
NSIS: quoting error (fix #3514)

14 years agoLower the noise level
Rémi Denis-Courmont [Sun, 11 Apr 2010 16:58:24 +0000 (19:58 +0300)]
Lower the noise level

14 years agoSafety checks for X11 error handlers
Rémi Denis-Courmont [Sun, 11 Apr 2010 16:52:34 +0000 (19:52 +0300)]
Safety checks for X11 error handlers

14 years agoAlways check for X11/Xlib.h
Rémi Denis-Courmont [Sun, 11 Apr 2010 16:51:09 +0000 (19:51 +0300)]
Always check for X11/Xlib.h

HAVE_X11_XLIB_H is used in several files (unfortunately)

14 years agoVLC: remove false positives after fork()
Rémi Denis-Courmont [Sun, 11 Apr 2010 16:22:24 +0000 (19:22 +0300)]
VLC: remove false positives after fork()

14 years agoAdd small backtrace
Rémi Denis-Courmont [Sun, 11 Apr 2010 15:45:24 +0000 (18:45 +0300)]
Add small backtrace

14 years agoLog dangerous registration of signal handlers
Rémi Denis-Courmont [Sun, 11 Apr 2010 15:37:52 +0000 (18:37 +0300)]
Log dangerous registration of signal handlers

14 years agoWork-around non-thread-safe use of the C random number generator
Rémi Denis-Courmont [Sun, 11 Apr 2010 15:37:49 +0000 (18:37 +0300)]
Work-around non-thread-safe use of the C random number generator

14 years agoDetect dangerous use of environment variables at run-time
Rémi Denis-Courmont [Sun, 11 Apr 2010 15:37:46 +0000 (18:37 +0300)]
Detect dangerous use of environment variables at run-time

14 years agoVLC: infrastructure to detect and/or work-around thread-unsafe calls
Rémi Denis-Courmont [Sun, 11 Apr 2010 15:36:50 +0000 (18:36 +0300)]
VLC: infrastructure to detect and/or work-around thread-unsafe calls

14 years agoLUA: do not blindly cast object to interface thread (fix #3396)
Rémi Denis-Courmont [Sun, 11 Apr 2010 11:56:27 +0000 (14:56 +0300)]
LUA: do not blindly cast object to interface thread (fix #3396)

14 years agoLUA: store p_intf->p_sys separately
Rémi Denis-Courmont [Sun, 11 Apr 2010 11:56:12 +0000 (14:56 +0300)]
LUA: store p_intf->p_sys separately

14 years agoLUA: avoid leading underscores
Rémi Denis-Courmont [Sun, 11 Apr 2010 11:30:14 +0000 (14:30 +0300)]
LUA: avoid leading underscores

14 years agoSet debug environment variable earlier
Rémi Denis-Courmont [Sun, 11 Apr 2010 09:09:49 +0000 (12:09 +0300)]
Set debug environment variable earlier

Ensure that stdio and libintl won't do heap allocations beforehand.

14 years agoAlways use the SIGPIPE hack even if not needed, it cannot hurt
Rémi Denis-Courmont [Sun, 11 Apr 2010 09:07:46 +0000 (12:07 +0300)]
Always use the SIGPIPE hack even if not needed, it cannot hurt

14 years agoDeprecated --sdl-video-driver
Rémi Denis-Courmont [Sun, 11 Apr 2010 08:21:35 +0000 (11:21 +0300)]
Deprecated --sdl-video-driver

Refer to 7e5403d0e7b51043a008ad6d8c6a8f37adfe33e2 for rationale.

14 years agosnprintf() always puts a nul terminator...
Rémi Denis-Courmont [Sun, 11 Apr 2010 08:19:42 +0000 (11:19 +0300)]
snprintf() always puts a nul terminator...

...unless the buffer has zero size.
This is not to be confused with strncpy().

14 years agoQt4: use putenv() before any thread is created
Rémi Denis-Courmont [Sun, 11 Apr 2010 08:18:45 +0000 (11:18 +0300)]
Qt4: use putenv() before any thread is created

14 years agoObsolete --dvdread-css-method
Rémi Denis-Courmont [Sun, 11 Apr 2010 08:12:27 +0000 (11:12 +0300)]
Obsolete --dvdread-css-method

Changing the environment is not thread-safe, so it's best avoided. As a
replacement, users should set the variable in their shell startup
configuration (e.g. /etc/environment or ~/.bash_profile). Then all
applications using DVDCSS will be affected (which seems better).
This option was probably very seldom used anyway.

14 years agoCheck for missing LUAC in configure rather than make, make it precious
Rémi Denis-Courmont [Sun, 11 Apr 2010 06:46:52 +0000 (09:46 +0300)]
Check for missing LUAC in configure rather than make, make it precious

14 years agoDVB/BDA: add_safe bandwidth/frequency
Jean-Baptiste Kempf [Sat, 10 Apr 2010 20:34:34 +0000 (22:34 +0200)]
DVB/BDA: add_safe bandwidth/frequency

14 years agobuild the static VLC binary with $(make core)
Rémi Denis-Courmont [Sat, 10 Apr 2010 20:21:54 +0000 (23:21 +0300)]
build the static VLC binary with $(make core)

14 years agoFix dangerous use of qtu() on anonymous QString
Rémi Denis-Courmont [Sat, 10 Apr 2010 17:20:52 +0000 (20:20 +0300)]
Fix dangerous use of qtu() on anonymous QString

14 years agoExplicitly error message if LUAC is not set
Rémi Denis-Courmont [Sat, 10 Apr 2010 16:50:12 +0000 (19:50 +0300)]
Explicitly error message if LUAC is not set

14 years agoQt4: allow drag and drop of any URL, not just a local file
Rémi Denis-Courmont [Sat, 10 Apr 2010 16:43:37 +0000 (19:43 +0300)]
Qt4: allow drag and drop of any URL, not just a local file

14 years agofdopendir needs dirent.h
Rémi Denis-Courmont [Sat, 10 Apr 2010 15:19:20 +0000 (18:19 +0300)]
fdopendir needs dirent.h

14 years agoMozilla: More (final?) Win32 compile fixes for XulRunner 1.9.2
Jean-Baptiste Kempf [Sat, 10 Apr 2010 14:50:02 +0000 (16:50 +0200)]
Mozilla: More (final?) Win32 compile fixes for XulRunner 1.9.2

14 years agoMozilla: more fixes
Jean-Baptiste Kempf [Sat, 10 Apr 2010 14:22:30 +0000 (16:22 +0200)]
Mozilla: more fixes

14 years agoMozilla: More fixes for XulRunner 1.9.2
Jean-Baptiste Kempf [Sat, 10 Apr 2010 14:17:09 +0000 (16:17 +0200)]
Mozilla: More fixes for XulRunner 1.9.2

14 years agoutf8_lstat is called vlc_lstat nowadays
Rémi Denis-Courmont [Sat, 10 Apr 2010 14:35:40 +0000 (17:35 +0300)]
utf8_lstat is called vlc_lstat nowadays

14 years agoContribs: use XulRunner 1.9.2 on Win32
Jean-Baptiste Kempf [Sat, 10 Apr 2010 14:06:51 +0000 (16:06 +0200)]
Contribs: use XulRunner 1.9.2 on Win32

14 years agoMozilla plugin: try to fix some errors with XulRunner 1.9.2
Jean-Baptiste Kempf [Sat, 10 Apr 2010 14:06:18 +0000 (16:06 +0200)]
Mozilla plugin: try to fix some errors with XulRunner 1.9.2

14 years agoRequire xul >= 1.9.2 explicitly
Rémi Denis-Courmont [Sat, 10 Apr 2010 13:53:36 +0000 (16:53 +0300)]
Require xul >= 1.9.2 explicitly

14 years agoMozilla: do not hard-code autoconf file descriptors
Rémi Denis-Courmont [Sat, 10 Apr 2010 13:38:52 +0000 (16:38 +0300)]
Mozilla: do not hard-code autoconf file descriptors

14 years agoMozilla: do not check for "" pkg-config file
Rémi Denis-Courmont [Sat, 10 Apr 2010 13:37:08 +0000 (16:37 +0300)]
Mozilla: do not check for "" pkg-config file

14 years agoAllow MOZILLA_CFLAGS to be empty
Rémi Denis-Courmont [Sat, 10 Apr 2010 13:36:55 +0000 (16:36 +0300)]
Allow MOZILLA_CFLAGS to be empty

14 years agotypo
Rémi Denis-Courmont [Sat, 10 Apr 2010 13:25:33 +0000 (16:25 +0300)]
typo

14 years agoUntracked API change utf8 to UTF8
Nicolas Chauvet [Sat, 10 Apr 2010 13:10:20 +0000 (16:10 +0300)]
Untracked API change utf8 to UTF8

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoDo not hardcode libdl (fix #3506)
Rémi Denis-Courmont [Sat, 10 Apr 2010 10:48:34 +0000 (13:48 +0300)]
Do not hardcode libdl (fix #3506)

14 years agofdopendir does not imply openat (fix #3505)
Rémi Denis-Courmont [Sat, 10 Apr 2010 10:34:22 +0000 (13:34 +0300)]
fdopendir does not imply openat (fix #3505)

14 years agossize_t requires sys/types.h (fix #3504)
Rémi Denis-Courmont [Sat, 10 Apr 2010 10:16:44 +0000 (13:16 +0300)]
ssize_t requires sys/types.h (fix #3504)

14 years agolua_rc: fix pause (use the right function as it exist now).
Rémi Duraffort [Fri, 9 Apr 2010 16:23:38 +0000 (18:23 +0200)]
lua_rc: fix pause (use the right function as it exist now).

14 years agolua: fix my previous commit (missing '()').
Rémi Duraffort [Fri, 9 Apr 2010 16:07:10 +0000 (18:07 +0200)]
lua: fix my previous commit (missing '()').

14 years agolua_rc: print the item uri.
Rémi Duraffort [Fri, 9 Apr 2010 16:01:36 +0000 (18:01 +0200)]
lua_rc: print the item uri.

14 years agoLua: fix the remaining scripts.
Rémi Duraffort [Fri, 9 Apr 2010 15:50:16 +0000 (17:50 +0200)]
Lua: fix the remaining scripts.

14 years agolua_http: fix /art url
Rémi Duraffort [Fri, 9 Apr 2010 15:44:39 +0000 (17:44 +0200)]
lua_http: fix /art url

14 years agolua_rc: fix 'stats' and 'info' commands.
Rémi Duraffort [Fri, 9 Apr 2010 15:42:12 +0000 (17:42 +0200)]
lua_rc: fix 'stats' and 'info' commands.

14 years agol10n: Serbian update
Predrag Ljubenović [Thu, 8 Apr 2010 23:32:18 +0000 (00:32 +0100)]
l10n: Serbian update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoGrammar
Christophe Mutricy [Thu, 8 Apr 2010 22:30:56 +0000 (23:30 +0100)]
Grammar

14 years agoFix flac includes accordingly to libflac's pkgconfig defaults
Francois Cartegnie [Thu, 8 Apr 2010 16:15:58 +0000 (18:15 +0200)]
Fix flac includes accordingly to libflac's pkgconfig defaults

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoFix contrib automatic non-detection
Rémi Denis-Courmont [Thu, 8 Apr 2010 20:40:23 +0000 (23:40 +0300)]
Fix contrib automatic non-detection

14 years agoMissing quotes
Rémi Denis-Courmont [Thu, 8 Apr 2010 20:30:45 +0000 (23:30 +0300)]
Missing quotes

14 years agoHTTP old: use vlc_sd_GetNames(), fix #3490
Rémi Denis-Courmont [Thu, 8 Apr 2010 19:55:06 +0000 (22:55 +0300)]
HTTP old: use vlc_sd_GetNames(), fix #3490

14 years agoTypo in extension, fixes #3502
Rémi Denis-Courmont [Thu, 8 Apr 2010 19:16:42 +0000 (22:16 +0300)]
Typo in extension, fixes #3502

14 years agoReplacement for getdelim and getline - fixes #3503
Rémi Denis-Courmont [Thu, 8 Apr 2010 15:44:34 +0000 (18:44 +0300)]
Replacement for getdelim and getline - fixes #3503

14 years agolua_http: fix duration printing.
Rémi Duraffort [Thu, 8 Apr 2010 15:40:59 +0000 (17:40 +0200)]
lua_http: fix duration printing.

14 years agoLua_http: fix fullscreen.
Rémi Duraffort [Thu, 8 Apr 2010 15:28:44 +0000 (17:28 +0200)]
Lua_http: fix fullscreen.

14 years agolua_http: use playlist.pause as it's now available.
Rémi Duraffort [Thu, 8 Apr 2010 14:36:45 +0000 (16:36 +0200)]
lua_http: use playlist.pause as it's now available.

14 years agoLua_http: really fix the issue when trying to load some sd.
Rémi Duraffort [Thu, 8 Apr 2010 14:13:46 +0000 (16:13 +0200)]
Lua_http: really fix the issue when trying to load some sd.

14 years agoRevert "luahttp: fix service discovery loading."
Rémi Duraffort [Thu, 8 Apr 2010 13:59:52 +0000 (15:59 +0200)]
Revert "luahttp: fix service discovery loading."

This reverts commit a9e4799e43b57739786acf23efaa65e1379887ea.

14 years agolua_playlist: Use the title of the item and fallback to the name if this one is empty...
Rémi Duraffort [Thu, 8 Apr 2010 13:20:00 +0000 (15:20 +0200)]
lua_playlist: Use the title of the item and fallback to the name if this one is empty (better for some sd like icecast).

14 years agolua_http: fix the playlist listing if vlc is not playing anything and cleanup a bit.
Rémi Duraffort [Thu, 8 Apr 2010 13:18:32 +0000 (15:18 +0200)]
lua_http: fix the playlist listing if vlc is not playing anything and cleanup a bit.

14 years agol10n: Tweaks in Estonian translation
Mihkel [Wed, 7 Apr 2010 23:34:35 +0000 (00:34 +0100)]
l10n: Tweaks in Estonian translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Indonesian update
Luqman Hakim [Wed, 7 Apr 2010 23:31:56 +0000 (00:31 +0100)]
l10n: Indonesian update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Walloon update
Gaëtan Rousseaux [Wed, 7 Apr 2010 23:27:12 +0000 (00:27 +0100)]
l10n: Walloon update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Galician update
Gonçalo Cordeiro [Wed, 7 Apr 2010 23:25:01 +0000 (00:25 +0100)]
l10n: Galician update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Ukranian update
Oleksandr Natalenko [Wed, 7 Apr 2010 23:23:35 +0000 (00:23 +0100)]
l10n: Ukranian update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Japanese update
Fumio Nakayama [Wed, 7 Apr 2010 23:21:25 +0000 (00:21 +0100)]
l10n: Japanese update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Chinese update
Dean Lee [Wed, 7 Apr 2010 23:19:50 +0000 (00:19 +0100)]
l10n: Chinese update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Spanish translation update
David González [Wed, 7 Apr 2010 23:18:47 +0000 (00:18 +0100)]
l10n: Spanish translation update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Estonian translation update
Mihkel [Wed, 7 Apr 2010 23:16:48 +0000 (00:16 +0100)]
l10n: Estonian translation update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agolua: update the youtube script to the new version of their website
Pierre Ynard [Wed, 7 Apr 2010 21:07:10 +0000 (23:07 +0200)]
lua: update the youtube script to the new version of their website

14 years agoWin32: fix race between vlc_cancel() and vlc_threadvar_set()
Rémi Denis-Courmont [Wed, 7 Apr 2010 19:10:33 +0000 (22:10 +0300)]
Win32: fix race between vlc_cancel() and vlc_threadvar_set()

14 years agoWin32: inline vlc_cancel_self
Rémi Denis-Courmont [Wed, 7 Apr 2010 18:55:17 +0000 (21:55 +0300)]
Win32: inline vlc_cancel_self

14 years agoRemove the Werror stuff for good
Rémi Denis-Courmont [Wed, 7 Apr 2010 18:47:59 +0000 (21:47 +0300)]
Remove the Werror stuff for good

This is not portable across compilers and versions.
This belong in your own personal CFLAGS, not the build system.

14 years agoRevert "xcb_screen: fix compilation by ignoring errors for a type of warnings"
Rémi Denis-Courmont [Wed, 7 Apr 2010 18:27:17 +0000 (21:27 +0300)]
Revert "xcb_screen: fix compilation by ignoring errors for a type of warnings"

This reverts commit c4cb6db2105eda79b29410fd900b351d4c94c751.

Conflicts:

bindings/phonon
bindings/python
configure.ac

14 years agoskins2: add a way to hide Video/Audio/Misc popupmenus
Erwan Tulou [Wed, 7 Apr 2010 16:37:43 +0000 (18:37 +0200)]
skins2: add a way to hide Video/Audio/Misc popupmenus

when one of these three popupmenus is shown, there was no way to hide it
 without first executing an item in the menu. (see for instance, earthox skin)

This patch ensures that the usual way to hide the default PopupMenu is also
used to hide any one of these other three popupmenus.

14 years agoqt4: popupmenu (part2)
Erwan Tulou [Wed, 7 Apr 2010 15:57:40 +0000 (17:57 +0200)]
qt4: popupmenu (part2)

14 years agoqt4: rework popupmenus
Erwan Tulou [Wed, 7 Apr 2010 15:07:41 +0000 (17:07 +0200)]
qt4: rework popupmenus

This patch
   - ensures no accumulation of QMenus
   - removes the root Widget for dialog_provider
   - unifies all four popupmenus in term of API

For skins, it also fixes bugs when trying to hide popupmenus
(Video, Audio and Misc). These were never implemented at the
 qt4 level, but used at the skins level.

14 years agoqt4: fix another QMenu without parent
Erwan Tulou [Wed, 7 Apr 2010 09:40:18 +0000 (11:40 +0200)]
qt4: fix another QMenu without parent

14 years agoQt: correctly recreate the toolbar, taking care about the adv status
Jean-Baptiste Kempf [Wed, 7 Apr 2010 13:34:02 +0000 (15:34 +0200)]
Qt: correctly recreate the toolbar, taking care about the adv status

14 years agoQt: kill a fixme for Fullscreen Control recreation
Jean-Baptiste Kempf [Wed, 7 Apr 2010 13:28:50 +0000 (15:28 +0200)]
Qt: kill a fixme for Fullscreen Control recreation

14 years agoQt: updateSystrayTooltipStatus simplification
Jean-Baptiste Kempf [Wed, 7 Apr 2010 13:14:13 +0000 (15:14 +0200)]
Qt: updateSystrayTooltipStatus simplification

14 years agoQt: remove unuseful code.
Jean-Baptiste Kempf [Wed, 7 Apr 2010 13:03:34 +0000 (15:03 +0200)]
Qt: remove unuseful code.

14 years agoQt: fix switching to minimalView behaviour
Jean-Baptiste Kempf [Wed, 7 Apr 2010 13:02:42 +0000 (15:02 +0200)]
Qt: fix switching to minimalView behaviour

Especially when playlist is opened.

14 years agoNEWS: imem is an access and an access_demux
Jean-Baptiste Kempf [Wed, 7 Apr 2010 12:18:25 +0000 (14:18 +0200)]
NEWS: imem is an access and an access_demux

14 years agoSmem: update a comment.
Jean-Baptiste Kempf [Wed, 7 Apr 2010 09:38:28 +0000 (11:38 +0200)]
Smem: update a comment.

14 years agoDShow: alignment...
Jean-Baptiste Kempf [Wed, 7 Apr 2010 09:01:18 +0000 (11:01 +0200)]
DShow: alignment...

I know spaces are expensive in a source code...

14 years agoDShow: fix RGB24 Colouring
Jean-Baptiste Kempf [Wed, 7 Apr 2010 08:54:24 +0000 (10:54 +0200)]
DShow: fix RGB24 Colouring

Fix #3497
See http://msdn.microsoft.com/en-us/library/dd407253%28VS.85%29.aspx?ppud=4 for more information

14 years agoFixed seeking to I frames in mkv demuxer.
Laurent Aimar [Tue, 6 Apr 2010 18:27:52 +0000 (20:27 +0200)]
Fixed seeking to I frames in mkv demuxer.

14 years agoqt4: Don't create QMenu without parents
Erwan Tulou [Tue, 6 Apr 2010 14:40:11 +0000 (16:40 +0200)]
qt4: Don't create QMenu without parents

This patch ensures that _all_ menus/actions have got a parent widget that
is guaranteed to be deleted.

This patch
   - solves memory leaks for menus and action(children)
   - solves a side effect (crash) pointed out
     by 193e6eacddb63e8a5bda42395ee79b5b27db6408 where
     some vlc objects were no longer properly released for lack
     of a clean menus/actions release chain.

14 years agoQt: more settings fixes (undocked playlist size)
Jakob Leben [Tue, 6 Apr 2010 10:30:50 +0000 (12:30 +0200)]
Qt: more settings fixes (undocked playlist size)

14 years agoQt: use QStackedLayout for playlist views
Jakob Leben [Tue, 6 Apr 2010 09:51:25 +0000 (11:51 +0200)]
Qt: use QStackedLayout for playlist views

14 years agox264: b_vfr_input came in X264_BUILD >= 81
Ilkka Ollakka [Tue, 6 Apr 2010 10:40:06 +0000 (13:40 +0300)]
x264: b_vfr_input came in X264_BUILD >= 81

14 years agoQt: listView, fix and optimize artist and album display
Jakob Leben [Tue, 6 Apr 2010 00:40:41 +0000 (02:40 +0200)]
Qt: listView, fix and optimize artist and album display

Do not show ":" separator if album missing.
Show album even if artist missing.
Optimize a little bit.

14 years agoLua: use config_StringEscape.
Rémi Duraffort [Mon, 5 Apr 2010 20:46:36 +0000 (22:46 +0200)]
Lua: use config_StringEscape.

14 years agoLua: escape the lua modules names (fix #3492)
Rémi Duraffort [Mon, 5 Apr 2010 20:35:55 +0000 (22:35 +0200)]
Lua: escape the lua modules names (fix #3492)

14 years agoLua documentation: fix typos.
Rémi Duraffort [Mon, 5 Apr 2010 19:27:10 +0000 (21:27 +0200)]
Lua documentation: fix typos.

14 years agoFix Lua documentation (thanks to Dan Brickley)
Rémi Duraffort [Mon, 5 Apr 2010 18:15:48 +0000 (20:15 +0200)]
Fix Lua documentation (thanks to Dan Brickley)