]> git.sesse.net Git - vlc/log
vlc
14 years agoRefresh PO files 1.1.0-pre1
Christophe Mutricy [Mon, 12 Apr 2010 23:38:04 +0000 (00:38 +0100)]
Refresh PO files

14 years agol10n: Tamil update
Abdul Fousan [Mon, 12 Apr 2010 23:36:38 +0000 (00:36 +0100)]
l10n: Tamil update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Bengali update
Jamil Ahmed [Mon, 12 Apr 2010 23:35:50 +0000 (00:35 +0100)]
l10n: Bengali update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoAdd some more strings to the catalog
Christophe Mutricy [Mon, 12 Apr 2010 23:33:40 +0000 (00:33 +0100)]
Add some more strings to the catalog

Still generated with a kludged not-commitable POTFILES.in and Makefile.in.in
Proper commit this time

14 years agoQt: network open, fix caching and add more examples
Jean-Baptiste Kempf [Mon, 12 Apr 2010 23:21:35 +0000 (01:21 +0200)]
Qt: network open, fix caching and add more examples

Unfortunately, modules names are access_http access_mms but rtp and live555

14 years agoQt: do not resize if we were in fullscreen or maximized
Jean-Baptiste Kempf [Mon, 12 Apr 2010 22:48:50 +0000 (00:48 +0200)]
Qt: do not resize if we were in fullscreen or maximized

14 years agoNEWS updates
Jean-Baptiste Kempf [Mon, 12 Apr 2010 22:31:28 +0000 (00:31 +0200)]
NEWS updates

14 years agoMatroska demuxer: support for real atrac and real 28_8
Jean-Baptiste Kempf [Mon, 12 Apr 2010 22:34:55 +0000 (00:34 +0200)]
Matroska demuxer: support for real atrac and real 28_8

14 years agoQt: remove unnecessary debug message
Jean-Baptiste Kempf [Mon, 12 Apr 2010 21:31:36 +0000 (23:31 +0200)]
Qt: remove unnecessary debug message

14 years agoQt: fix sizing of the interface
Jean-Baptiste Kempf [Mon, 12 Apr 2010 21:18:56 +0000 (23:18 +0200)]
Qt: fix sizing of the interface

Store the stackWidget sizes in a QMap and restore the size when changing.
Of course, don't restore the size, if autoresize is off.

This restores the usual behaviour of VLC to go back to compact mode
by default at the end of a video.

14 years agoImprove signal/sigaction wrapper
Rémi Denis-Courmont [Mon, 12 Apr 2010 20:16:42 +0000 (23:16 +0300)]
Improve signal/sigaction wrapper

14 years agoAvoid a call to unsetenv/putenv on Qt4.6
Rémi Denis-Courmont [Mon, 12 Apr 2010 20:16:01 +0000 (23:16 +0300)]
Avoid a call to unsetenv/putenv on Qt4.6

This trick does not work with Qt <= 4.5 unfortunately.

14 years agoBlock setlocale()
Rémi Denis-Courmont [Mon, 12 Apr 2010 18:25:59 +0000 (21:25 +0300)]
Block setlocale()

This has already caused some problems (e.g. live555)

14 years agoPrint dynamic library error message if applicable
Rémi Denis-Courmont [Mon, 12 Apr 2010 16:22:30 +0000 (19:22 +0300)]
Print dynamic library error message if applicable

14 years agoMatroska: cleanup so that relevant methods are in their correct files
Jean-Baptiste Kempf [Mon, 12 Apr 2010 13:52:48 +0000 (15:52 +0200)]
Matroska: cleanup so that relevant methods are in their correct files

14 years agoMatroska: support for Cook
Jean-Baptiste Kempf [Mon, 12 Apr 2010 13:33:03 +0000 (15:33 +0200)]
Matroska: support for Cook

14 years agoContrib: update modplug to 0.8.8
Jean-Baptiste Kempf [Mon, 12 Apr 2010 13:18:12 +0000 (15:18 +0200)]
Contrib: update modplug to 0.8.8

14 years agoConfigure: Do not define -OJI all the time in mozilla.
Jean-Baptiste Kempf [Mon, 12 Apr 2010 13:15:44 +0000 (15:15 +0200)]
Configure: Do not define -OJI all the time in mozilla.

No idea what this is usefull about

14 years agoRefresh PO files with new vlc.pot
Christophe Mutricy [Sun, 11 Apr 2010 22:53:45 +0000 (23:53 +0100)]
Refresh PO files with new vlc.pot

14 years agoAdd some more strings to the catalog
Christophe Mutricy [Sun, 11 Apr 2010 22:48:17 +0000 (23:48 +0100)]
Add some more strings to the catalog

Still generated with a kludged not-commitable POTFILES.in and Makefile.in.in

14 years agoPromote lua_intf as the main module
Christophe Mutricy [Sat, 10 Apr 2010 21:31:53 +0000 (22:31 +0100)]
Promote lua_intf as the main module

As it's the one with options

14 years agoMark 2 options as volatile and avoid some "" in translatable strings
Christophe Mutricy [Fri, 9 Apr 2010 22:21:07 +0000 (23:21 +0100)]
Mark 2 options as volatile and avoid some "" in translatable strings

14 years agoQt4: i18n fixes
Christophe Mutricy [Fri, 9 Apr 2010 22:01:21 +0000 (23:01 +0100)]
Qt4: i18n fixes

14 years agoi18n: Don't use "" for translatable strings
Christophe Mutricy [Fri, 9 Apr 2010 21:59:51 +0000 (22:59 +0100)]
i18n: Don't use "" for translatable strings

14 years agoFixed some mp4/mov with ac3 audio tracks.
Laurent Aimar [Sun, 11 Apr 2010 21:26:22 +0000 (23:26 +0200)]
Fixed some mp4/mov with ac3 audio tracks.

It closes #3515.

14 years agoFixed compilation when disabling vlc_enable_override().
Laurent Aimar [Sun, 11 Apr 2010 21:02:56 +0000 (23:02 +0200)]
Fixed compilation when disabling vlc_enable_override().

14 years agoInterpolate audio date in flac decoder.
Laurent Aimar [Sun, 11 Apr 2010 20:16:03 +0000 (22:16 +0200)]
Interpolate audio date in flac decoder.

It closes #3509.

14 years agostrings: typo
Erwan Tulou [Sun, 11 Apr 2010 19:45:40 +0000 (21:45 +0200)]
strings: typo

14 years agoskins(Linux): add support for multiple files in drag&drap
Erwan Tulou [Sun, 11 Apr 2010 19:39:08 +0000 (21:39 +0200)]
skins(Linux): add support for multiple files in drag&drap

selection is made of several items separated with '\n' and terminated with a final '\0'. When selection is limited to one item, the '\n' is missing.

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>