]> git.sesse.net Git - vlc/log
vlc
14 years agoAvoid problems with srand() and speed up a bit (avoid dlsym)
Rémi Denis-Courmont [Fri, 16 Apr 2010 20:29:44 +0000 (23:29 +0300)]
Avoid problems with srand() and speed up a bit (avoid dlsym)

14 years agofluidsynth: implement system reset message
Rémi Denis-Courmont [Fri, 16 Apr 2010 18:50:45 +0000 (21:50 +0300)]
fluidsynth: implement system reset message

(Note that we have no demux capable of generating this. This one message
 cannot be found in Standard MIDI File.)

14 years agofluidsynth: parse SysEx messages
Rémi Denis-Courmont [Fri, 16 Apr 2010 18:49:44 +0000 (21:49 +0300)]
fluidsynth: parse SysEx messages

14 years agofluidsynth: implement channel aftertouch event
Rémi Denis-Courmont [Fri, 16 Apr 2010 18:18:55 +0000 (21:18 +0300)]
fluidsynth: implement channel aftertouch event

14 years agoRequire fluidsynth 1.1
Rémi Denis-Courmont [Fri, 16 Apr 2010 18:49:28 +0000 (21:49 +0300)]
Require fluidsynth 1.1

14 years agoSMF: demux SysEx messages
Rémi Denis-Courmont [Fri, 16 Apr 2010 18:48:42 +0000 (21:48 +0300)]
SMF: demux SysEx messages

14 years agofluidsynth: fix pitch bend value
Rémi Denis-Courmont [Fri, 16 Apr 2010 18:19:41 +0000 (21:19 +0300)]
fluidsynth: fix pitch bend value

14 years agoLUAC: fix error detection
Rémi Denis-Courmont [Fri, 16 Apr 2010 17:33:49 +0000 (20:33 +0300)]
LUAC: fix error detection

14 years agoWin32: vlc_rename() needs to erase target file first, fixes #3521
Rémi Denis-Courmont [Fri, 16 Apr 2010 17:02:06 +0000 (20:02 +0300)]
Win32: vlc_rename() needs to erase target file first, fixes #3521

14 years agoscene: use vlc_rename(), fixes use on non-UTF8 systems
Rémi Denis-Courmont [Fri, 16 Apr 2010 16:57:02 +0000 (19:57 +0300)]
scene: use vlc_rename(), fixes use on non-UTF8 systems

14 years agoGnuTLS: return WSAEWOULDBLOCK rather than WSAEINTR
Rémi Denis-Courmont [Fri, 16 Apr 2010 14:07:20 +0000 (17:07 +0300)]
GnuTLS: return WSAEWOULDBLOCK rather than WSAEINTR

14 years agoWin32: handle WSAEINTR correctly, should fix #3101
Rémi Denis-Courmont [Fri, 16 Apr 2010 13:54:55 +0000 (16:54 +0300)]
Win32: handle WSAEINTR correctly, should fix #3101

14 years agoFix segfault in preparser
Francois Cartegnie [Thu, 15 Apr 2010 20:51:19 +0000 (22:51 +0200)]
Fix segfault in preparser

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoCheck for avcodec version also in configure
Jean-Baptiste Kempf [Fri, 16 Apr 2010 13:38:56 +0000 (15:38 +0200)]
Check for avcodec version also in configure

14 years agoAvcodec: bump required version to 52.2.0
Jean-Baptiste Kempf [Fri, 16 Apr 2010 09:28:22 +0000 (11:28 +0200)]
Avcodec: bump required version to 52.2.0

This removes outdated code.
It isn't nice to FFmpeg programmers to allow people to keep such old versions of lavc
52.2.0 allows the Audio Channel Layout to be defined.

14 years agoint16 -> int16_t
David Menestrina [Wed, 14 Apr 2010 23:24:05 +0000 (16:24 -0700)]
int16 -> int16_t

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoUse the new xulrunner-sdk 1.9.2 on Mac OS.
David Menestrina [Wed, 14 Apr 2010 23:24:04 +0000 (16:24 -0700)]
Use the new xulrunner-sdk 1.9.2 on Mac OS.

This just changes the package that is downloaded and extracted
in extras/contrib for Mac OS.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agofix unsupported compact ifelse syntax
Francois Cartegnie [Thu, 15 Apr 2010 19:57:28 +0000 (21:57 +0200)]
fix unsupported compact ifelse syntax

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoVLM : add a dedicated mutex for the manage thread. We must not del callback while...
Sébastien Escudier [Thu, 15 Apr 2010 06:16:46 +0000 (08:16 +0200)]
VLM : add a dedicated mutex for the manage thread. We must not del callback while mutex is locked.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agodvdnav: fully fix the still image assertion
Rémi Denis-Courmont [Thu, 15 Apr 2010 16:10:12 +0000 (19:10 +0300)]
dvdnav: fully fix the still image assertion

This completes 24ae7ed55e206a37571d0d39a3d21353936f9a64. Even if the
timer is removed from the schedule, there is no warranty that it's not
pending execution, or waiting on our mutex, at the very moment.
So there is a small window of opportunity for the assertion to fail.

This removes the assertion in favor of a safer if(likely()).

14 years agoDrop trailing semicolons
Francois Cartegnie [Wed, 14 Apr 2010 17:46:42 +0000 (10:46 -0700)]
Drop trailing semicolons

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoVisual: Center the vuMeter.
Jean-Baptiste Kempf [Thu, 15 Apr 2010 14:51:47 +0000 (16:51 +0200)]
Visual: Center the vuMeter.

Close #3534

14 years agoudev: move Discs SD under Devices category
Jakob Leben [Wed, 14 Apr 2010 21:40:04 +0000 (23:40 +0200)]
udev: move Discs SD under Devices category

14 years agoUse pragma packing for suncc
Francois Cartegnie [Wed, 14 Apr 2010 14:53:20 +0000 (16:53 +0200)]
Use pragma packing for suncc

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoDon't use solaris incompatible fstatfs(fd, struct, int, int)
Francois Cartegnie [Wed, 14 Apr 2010 14:53:17 +0000 (16:53 +0200)]
Don't use solaris incompatible fstatfs(fd, struct, int, int)

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agovoid function cannot return a value
Francois Cartegnie [Wed, 14 Apr 2010 14:53:15 +0000 (16:53 +0200)]
void function cannot return a value

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agotypedef va_arg function pointers to avoid compiler parse errors
Francois Cartegnie [Wed, 14 Apr 2010 14:53:14 +0000 (16:53 +0200)]
typedef va_arg function pointers to avoid compiler parse errors

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoContribs: deactivate DxVA2 on Win64
Jean-Baptiste Kempf [Wed, 14 Apr 2010 14:19:00 +0000 (16:19 +0200)]
Contribs: deactivate DxVA2 on Win64

14 years agoContribs: compile pthread on Win64
Jean-Baptiste Kempf [Wed, 14 Apr 2010 13:57:44 +0000 (15:57 +0200)]
Contribs: compile pthread on Win64

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoQt: Fix playlist sizing
Jean-Baptiste Kempf [Wed, 14 Apr 2010 12:44:51 +0000 (14:44 +0200)]
Qt: Fix playlist sizing

Close #3523

14 years agouse requested item for meta fetching instead of currently playing one
Ilkka Ollakka [Wed, 14 Apr 2010 10:08:39 +0000 (13:08 +0300)]
use requested item for meta fetching instead of currently playing one

Revert "lua: fix my previous commit (missing '()')."
Revert "Lua: fix the remaining scripts."

This reverts commit dd9997bcbff0665bfd74a92f9aed25a787b24680.
This reverts commit 5c29e5fc20816bf9d03600a557fead12a9ef716b.

14 years agohelp: fix semi-colon wrongly stated where colon or comma is expected
Erwan Tulou [Wed, 14 Apr 2010 09:41:46 +0000 (11:41 +0200)]
help: fix semi-colon wrongly stated where colon or comma is expected

14 years agohelp: fix comma wrongly stated when colon is actually the right delimiter
Erwan Tulou [Wed, 14 Apr 2010 08:44:17 +0000 (10:44 +0200)]
help: fix comma wrongly stated when colon is actually the right delimiter

14 years agol10n: Polish update
Michał Trzebiatowski [Tue, 13 Apr 2010 23:09:26 +0000 (00:09 +0100)]
l10n: Polish update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Italian update
Vincenzo Reale [Tue, 13 Apr 2010 23:08:02 +0000 (00:08 +0100)]
l10n: Italian update

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

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Slovak update
Marian Hikanik [Tue, 13 Apr 2010 23:04:53 +0000 (00:04 +0100)]
l10n: Slovak update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoTypo
Christophe Mutricy [Tue, 13 Apr 2010 21:36:42 +0000 (22:36 +0100)]
Typo

14 years agoTypo
Christophe Mutricy [Tue, 13 Apr 2010 21:35:53 +0000 (22:35 +0100)]
Typo

14 years agoTypo
Christophe Mutricy [Tue, 13 Apr 2010 21:31:13 +0000 (22:31 +0100)]
Typo

14 years agolua: add art fetcher for last.fm
Ilkka Ollakka [Tue, 13 Apr 2010 20:15:23 +0000 (23:15 +0300)]
lua: add art fetcher for last.fm

This can commit bad code and bugs under your name into tree, so beware.

14 years agoMKV: fix compilation after vlc_codecs removal
Jean-Baptiste Kempf [Tue, 13 Apr 2010 17:08:37 +0000 (19:08 +0200)]
MKV: fix compilation after vlc_codecs removal

14 years agoQt: fix a crash when the option-list finished by 0, like the new x264_nal_nrd one
Jean-Baptiste Kempf [Tue, 13 Apr 2010 17:08:05 +0000 (19:08 +0200)]
Qt: fix a crash when the option-list finished by 0, like the new x264_nal_nrd one

14 years agoUseless vlc_codecs.h includes
Rémi Denis-Courmont [Tue, 13 Apr 2010 16:24:34 +0000 (19:24 +0300)]
Useless vlc_codecs.h includes

14 years agoFix flawed KDE4-config detection logic
Rémi Denis-Courmont [Tue, 13 Apr 2010 15:34:46 +0000 (18:34 +0300)]
Fix flawed KDE4-config detection logic

14 years agoTry to fix WinCE build
Jean-Baptiste Kempf [Tue, 13 Apr 2010 14:28:33 +0000 (16:28 +0200)]
Try to fix WinCE build

14 years agox264: hrd option should be in from X264_BUILD >= 89
Ilkka Ollakka [Tue, 13 Apr 2010 13:19:28 +0000 (16:19 +0300)]
x264: hrd option should be in from X264_BUILD >= 89

14 years agox264: add hrd-option
Ilkka Ollakka [Tue, 13 Apr 2010 13:10:47 +0000 (16:10 +0300)]
x264: add hrd-option

14 years agox264: remove upper limit for subme-value
Ilkka Ollakka [Tue, 13 Apr 2010 13:07:19 +0000 (16:07 +0300)]
x264: remove upper limit for subme-value

subme-value doesn't have any upper-limit in x264.h and libx264 seems to
handle that it doesn't go too high.

14 years agoNEWS: mention the changed 2009 Apple Remote behavior
Felix Paul Kühne [Tue, 13 Apr 2010 13:00:50 +0000 (15:00 +0200)]
NEWS: mention the changed 2009 Apple Remote behavior

14 years agocontribs: updated binary package for Darwin including latest libmodplug
Felix Paul Kühne [Tue, 13 Apr 2010 12:58:33 +0000 (14:58 +0200)]
contribs: updated binary package for Darwin including latest libmodplug

14 years agoUse the additional middle button on the new Apple Remote introduced in 2009 to toggle...
David K [Tue, 2 Feb 2010 13:04:52 +0000 (14:04 +0100)]
Use the additional middle button on the new Apple Remote introduced in 2009 to toggle fullscreen

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
14 years agoDistribute xcb_keysym.h.
Alexis Ballier [Tue, 13 Apr 2010 11:33:22 +0000 (13:33 +0200)]
Distribute xcb_keysym.h.

1.1.0-pre1 tarballs do not build because that file is missing. distcheck seems fine now.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoFR: fix errors in x264 translation
Jean-Baptiste Kempf [Tue, 13 Apr 2010 11:27:25 +0000 (13:27 +0200)]
FR: fix errors in x264 translation

14 years agoThe next major release of VLC after 1.1.0 will be 1.2.0
Jean-Baptiste Kempf [Tue, 13 Apr 2010 00:14:20 +0000 (02:14 +0200)]
The next major release of VLC after 1.1.0 will be 1.2.0

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