]> git.sesse.net Git - vlc/log
vlc
15 years agoUse libvlccore C flags for libvlccore
Rémi Denis-Courmont [Sat, 25 Apr 2009 21:02:29 +0000 (00:02 +0300)]
Use libvlccore C flags for libvlccore

15 years agoXCB: preliminary XVideo plugin
Rémi Denis-Courmont [Sun, 19 Apr 2009 10:11:22 +0000 (13:11 +0300)]
XCB: preliminary XVideo plugin

Allocation of U/V planes and unsupported chroma fallback are critically
missing. XvPort grabbing is not implemented. Also, full screen, scale,
zoom, A.R. and crop are missing as with the other XCB plugin.

15 years agoRemove no-op combination.
Rémi Denis-Courmont [Sat, 25 Apr 2009 20:39:26 +0000 (23:39 +0300)]
Remove no-op combination.

15 years agoAllow buggy glibc if Native Language Support _and_ Mozilla are off.
Rémi Denis-Courmont [Sat, 25 Apr 2009 20:39:04 +0000 (23:39 +0300)]
Allow buggy glibc if Native Language Support _and_ Mozilla are off.

15 years agoComplete review of clock.c to use VLC_TS_INVALID.
Laurent Aimar [Sat, 25 Apr 2009 20:31:36 +0000 (22:31 +0200)]
Complete review of clock.c to use VLC_TS_INVALID.

It has no functionnality changes.

15 years agoRenamed BLOCK_TS_INVALID to VLC_TS_INVALID and put it in vlc_config.h
Laurent Aimar [Sat, 25 Apr 2009 20:05:15 +0000 (22:05 +0200)]
Renamed BLOCK_TS_INVALID to VLC_TS_INVALID and put it in vlc_config.h

Sorry for the previous one.

15 years agoXCB: develop resize handling
Rémi Denis-Courmont [Sat, 25 Apr 2009 19:01:32 +0000 (22:01 +0300)]
XCB: develop resize handling

15 years agoXCB: Factor picture allocation
Rémi Denis-Courmont [Mon, 20 Apr 2009 10:01:58 +0000 (13:01 +0300)]
XCB: Factor picture allocation

15 years agoXCB: factor some code
Rémi Denis-Courmont [Sun, 19 Apr 2009 09:20:49 +0000 (12:20 +0300)]
XCB: factor some code

15 years agoRAOP needs gpg-error as it calls gpg_strerror()
Rémi Denis-Courmont [Sat, 25 Apr 2009 15:18:12 +0000 (18:18 +0300)]
RAOP needs gpg-error as it calls gpg_strerror()

15 years agoSeparate libvlccore and libvlc flags, fix pthread linking on Debian Sid
Rémi Denis-Courmont [Sat, 25 Apr 2009 15:07:38 +0000 (18:07 +0300)]
Separate libvlccore and libvlc flags, fix pthread linking on Debian Sid

15 years agoplaylist_sort: sort using the title and fallback to the name when the title is empty.
Rémi Duraffort [Sat, 25 Apr 2009 18:25:10 +0000 (20:25 +0200)]
playlist_sort: sort using the title and fallback to the name when the title is empty.
(this fix the sort which was buggy).

15 years agouse var_Get(Bool|Integer|...) when possible.
Rémi Duraffort [Sun, 19 Apr 2009 17:31:51 +0000 (19:31 +0200)]
use var_Get(Bool|Integer|...) when possible.
(and fix a memleak)

15 years agoaccess: compile warnings.
Rémi Duraffort [Sun, 19 Apr 2009 17:29:47 +0000 (19:29 +0200)]
access: compile warnings.

15 years agoinclude config.h before any other include.
Rémi Duraffort [Sun, 19 Apr 2009 17:14:26 +0000 (19:14 +0200)]
include config.h before any other include.

15 years agoAdded BLOCK_TS_INVALID define to check against unset/invalid timestamp.
Laurent Aimar [Sat, 25 Apr 2009 14:00:27 +0000 (16:00 +0200)]
Added BLOCK_TS_INVALID define to check against unset/invalid timestamp.

Its current value is 0 because of historical reasons. Once all the code
has been reviewed and changed to use BLOCK_TS_INVALID, we can then lower it
to INT64_MIN for example.

15 years agoMake drawable-xid a config item, so VLC can be embedded from the CLI
Rémi Denis-Courmont [Sat, 25 Apr 2009 13:59:29 +0000 (16:59 +0300)]
Make drawable-xid a config item, so VLC can be embedded from the CLI

15 years agodeinterlace: Tag this option as safe
Anthony Loiseau [Fri, 24 Apr 2009 13:32:17 +0000 (15:32 +0200)]
deinterlace: Tag this option as safe

Deinterlace plugin seems safe enough to allow its usage, in web plugin
in my case.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years agoFixed direct3d open error handling.
Laurent Aimar [Sat, 25 Apr 2009 12:02:57 +0000 (14:02 +0200)]
Fixed direct3d open error handling.

At least a non allocated lock was released.

15 years agoQt4: fix a rare crash...
Jean-Baptiste Kempf [Fri, 24 Apr 2009 21:53:08 +0000 (23:53 +0200)]
Qt4: fix a rare crash...

To crash it:
- Uncheck preference all->Video->Embedded video
- save and exit vlc.
- open VLC
- Open a video file with vlc, turn on visualization.
- ReCheck preferences all->Video->Embedded video and save preferences.
- Press "N" at the keyboard

Close #2486.

15 years agoAuto probe BDA tuner when using dvb://
Laurent Aimar [Fri, 24 Apr 2009 19:47:18 +0000 (21:47 +0200)]
Auto probe BDA tuner when using dvb://

15 years agoUse the same frequency range for DVB-T/C than our linux dvb module.
Laurent Aimar [Fri, 24 Apr 2009 19:39:22 +0000 (21:39 +0200)]
Use the same frequency range for DVB-T/C than our linux dvb module.

It also makes it match the dvb-frequency option documentation.

15 years agoForce TS demuxer when using BDA access.
Laurent Aimar [Fri, 24 Apr 2009 19:32:05 +0000 (21:32 +0200)]
Force TS demuxer when using BDA access.

It seems that BDA does not filter out corrupted packets so our demuxer
detection can be fooled by bad reception.

15 years agoCleaned up the way BDA store data from the sample grabber.
Laurent Aimar [Fri, 24 Apr 2009 19:29:05 +0000 (21:29 +0200)]
Cleaned up the way BDA store data from the sample grabber.

15 years agoFixed BDA sample grabber connection.
Laurent Aimar [Fri, 24 Apr 2009 19:01:51 +0000 (21:01 +0200)]
Fixed BDA sample grabber connection.

It seems that two subtype are possible, so try both.
It fixes BDA playback.

15 years agoFixed segafult when stopping BDA.
Laurent Aimar [Fri, 24 Apr 2009 18:25:34 +0000 (20:25 +0200)]
Fixed segafult when stopping BDA.

15 years agoQt: fullscreen controller first position.
Jean-Baptiste Kempf [Fri, 24 Apr 2009 19:31:09 +0000 (21:31 +0200)]
Qt: fullscreen controller first position.

Close #2283.

15 years agoQt: fix some parsing of SOut options.
Jean-Baptiste Kempf [Fri, 24 Apr 2009 17:48:01 +0000 (19:48 +0200)]
Qt: fix some parsing of SOut options.

Close #1853

15 years agoQt: fix behaviour in F11 mode.
Jean-Baptiste Kempf [Fri, 24 Apr 2009 16:45:16 +0000 (18:45 +0200)]
Qt: fix behaviour in F11 mode.

Close #1717

15 years agoLibass: set more debug messages.
Jean-Baptiste Kempf [Fri, 24 Apr 2009 16:30:06 +0000 (18:30 +0200)]
Libass: set more debug messages.

15 years agoMerge branch 'master' of git@git.videolan.org:vlc
Jean-Baptiste Kempf [Fri, 24 Apr 2009 16:22:14 +0000 (18:22 +0200)]
Merge branch 'master' of git@git.videolan.org:vlc

15 years agoQt4: make the cdda-track option work from the GUI.
Jean-Baptiste Kempf [Fri, 24 Apr 2009 16:20:58 +0000 (18:20 +0200)]
Qt4: make the cdda-track option work from the GUI.

Ref #1800

15 years agoFFmpeg is now available at *.ffmpeg.org
Anthony Loiseau [Fri, 24 Apr 2009 12:48:09 +0000 (14:48 +0200)]
FFmpeg is now available at *.ffmpeg.org

This does not change many things since svn.mplayerhq.hu refers
to the same IP as svn.ffmpeg.org currently, but it may change
in the future.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoContrib: bump schro to 1.0.7, since 1.0.6 had many issues.
Jean-Baptiste Kempf [Thu, 23 Apr 2009 11:34:12 +0000 (13:34 +0200)]
Contrib: bump schro to 1.0.7, since 1.0.6 had many issues.

15 years agol10n: Italian update
Vincenzo Reale [Wed, 22 Apr 2009 21:56:42 +0000 (22:56 +0100)]
l10n: Italian update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
15 years agoUsed a better audio output frame size in avcodec depending on the codec.
Laurent Aimar [Wed, 22 Apr 2009 18:43:00 +0000 (20:43 +0200)]
Used a better audio output frame size in avcodec depending on the codec.

15 years agoFixed cmov error handling avoid a later NULL pointer use.
Laurent Aimar [Tue, 21 Apr 2009 19:14:32 +0000 (21:14 +0200)]
Fixed cmov error handling avoid a later NULL pointer use.

15 years agoAvoid MoveEvent action in Drag&Drop
Ludovic Fauvet [Wed, 22 Apr 2009 15:50:38 +0000 (17:50 +0200)]
Avoid MoveEvent action in Drag&Drop

Close #2672
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoQt4: Middle mouse click on the InputSlider cause a wrong behaviour
Ludovic Fauvet [Tue, 21 Apr 2009 17:34:44 +0000 (19:34 +0200)]
Qt4: Middle mouse click on the InputSlider cause a wrong behaviour

A mouse event was not correctly propagated.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoOpenBSD needs sys/types.h for net/if.h
Rémi Denis-Courmont [Tue, 21 Apr 2009 18:24:41 +0000 (21:24 +0300)]
OpenBSD needs sys/types.h for net/if.h

15 years agoUse POSIX TPS option only if present
Rémi Denis-Courmont [Tue, 21 Apr 2009 15:47:24 +0000 (18:47 +0300)]
Use POSIX TPS option only if present

15 years agoVCD OpenBSD build fix
Joris van Rooij [Tue, 21 Apr 2009 14:37:14 +0000 (16:37 +0200)]
VCD OpenBSD build fix

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years agovlc_pgettext is a gettext keyword
Rémi Denis-Courmont [Tue, 21 Apr 2009 09:05:48 +0000 (12:05 +0300)]
vlc_pgettext is a gettext keyword

15 years ago(p?)gettext -> vlc_\1gettext
Rémi Denis-Courmont [Tue, 21 Apr 2009 08:58:21 +0000 (11:58 +0300)]
(p?)gettext -> vlc_\1gettext

15 years agoContribs: live update merged the patch.
Jean-Baptiste Kempf [Mon, 20 Apr 2009 22:57:19 +0000 (00:57 +0200)]
Contribs: live update merged the patch.

15 years agoQt4: main_interface, cleaning
Jean-Baptiste Kempf [Mon, 20 Apr 2009 22:52:26 +0000 (00:52 +0200)]
Qt4: main_interface, cleaning

15 years agol10n: Dutch update
Myckel Habets [Mon, 20 Apr 2009 22:49:38 +0000 (23:49 +0100)]
l10n: Dutch update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
15 years agoImgresample has been removed
Christophe Mutricy [Mon, 20 Apr 2009 22:45:57 +0000 (23:45 +0100)]
Imgresample has been removed

15 years agoFixed object type parsing in mpeg4 audio.
Laurent Aimar [Mon, 20 Apr 2009 20:10:18 +0000 (22:10 +0200)]
Fixed object type parsing in mpeg4 audio.

15 years agoWorkaround another swscale bug.
Laurent Aimar [Mon, 20 Apr 2009 20:06:57 +0000 (22:06 +0200)]
Workaround another swscale bug.

 Some RGB conversion are broken if SWS_ACCURATE_RND is not set.
This commit should be reverted when swscale is fixed (or at least a
check on the version is needed).

15 years agoQt: fix a crash ( #342332 on ubuntu)
Jean-Baptiste Kempf [Mon, 20 Apr 2009 19:25:27 +0000 (21:25 +0200)]
Qt: fix a crash ( #342332 on ubuntu)

15 years agoEnabled again timeout for win32 in live555.
Laurent Aimar [Fri, 17 Apr 2009 19:23:25 +0000 (21:23 +0200)]
Enabled again timeout for win32 in live555.

15 years agoAdded a live555 patch to try to fix the win32 port.
Laurent Aimar [Fri, 17 Apr 2009 19:19:35 +0000 (21:19 +0200)]
Added a live555 patch to try to fix the win32 port.

15 years agoNSV: use VP30 instead of VP31.
Jean-Baptiste Kempf [Mon, 20 Apr 2009 15:36:00 +0000 (17:36 +0200)]
NSV: use VP30 instead of VP31.

This will not change anything, since this is the same codec in FFmpeg, but seeing that VP30 is way more used than VP31, the codec display will be more oftenly accurate.

15 years agoQt: cosmetics.
Jean-Baptiste Kempf [Mon, 20 Apr 2009 15:35:20 +0000 (17:35 +0200)]
Qt: cosmetics.

15 years agoSupport for VP50 and Speex in NSV.
Jean-Baptiste Kempf [Mon, 20 Apr 2009 15:17:12 +0000 (17:17 +0200)]
Support for VP50 and Speex in NSV.

15 years agoQt: no need to restart VLC to get the new toolbars.
Jean-Baptiste Kempf [Mon, 20 Apr 2009 13:44:18 +0000 (15:44 +0200)]
Qt: no need to restart VLC to get the new toolbars.

15 years agoMKV wants to include libintl.h
Rémi Denis-Courmont [Mon, 20 Apr 2009 09:23:16 +0000 (12:23 +0300)]
MKV wants to include libintl.h

15 years agoQt: make the customize dialog a true Dialog.
Jean-Baptiste Kempf [Sun, 19 Apr 2009 16:06:05 +0000 (18:06 +0200)]
Qt: make the customize dialog a true Dialog.

15 years agoQt: apply big and flat attributes to all QToolButton, even if they are sub-children...
Jean-Baptiste Kempf [Sun, 19 Apr 2009 15:53:44 +0000 (17:53 +0200)]
Qt: apply big and flat attributes to all QToolButton, even if they are sub-children of a QFrame.

This apply to teletext and DVD menus buttons.
Close #2516.

15 years agoXCB: small simplification
Rémi Denis-Courmont [Mon, 20 Apr 2009 07:30:23 +0000 (10:30 +0300)]
XCB: small simplification

15 years agoXCB: memory leak with --no-x11-shm
Rémi Denis-Courmont [Mon, 20 Apr 2009 07:17:41 +0000 (10:17 +0300)]
XCB: memory leak with --no-x11-shm

15 years agoFix precompilation
Rémi Denis-Courmont [Mon, 20 Apr 2009 06:27:47 +0000 (09:27 +0300)]
Fix precompilation

15 years agoClean up (with a little help from clang)
Felix Paul Kühne [Sun, 19 Apr 2009 22:14:11 +0000 (00:14 +0200)]
Clean up (with a little help from clang)

15 years agoclang compilation fix
Felix Paul Kühne [Sun, 19 Apr 2009 21:36:28 +0000 (23:36 +0200)]
clang compilation fix

15 years agoUse ANSI/POSIX float notation uniformly for the command line
Rémi Denis-Courmont [Sun, 19 Apr 2009 21:30:28 +0000 (00:30 +0300)]
Use ANSI/POSIX float notation uniformly for the command line

This is consistent with the vlcrc syntax. Shell scripts et al. are
unlikely to be aware of the locale decimal separator anyway.

15 years agoXCB: do not set the background to black
Rémi Denis-Courmont [Sun, 19 Apr 2009 18:14:21 +0000 (21:14 +0300)]
XCB: do not set the background to black

This avoids the ugly blinking while resizing.
The embedding window should set the proper background in any case.

15 years agoxosd: requiere a not so old version.
Rémi Duraffort [Sun, 19 Apr 2009 16:30:48 +0000 (18:30 +0200)]
xosd: requiere a not so old version.

15 years agoAllocated up to VOUT_MAX_PICTURES when direct mode can be available (xv).
Laurent Aimar [Sun, 19 Apr 2009 12:20:04 +0000 (14:20 +0200)]
Allocated up to VOUT_MAX_PICTURES when direct mode can be available (xv).

It will avoid some useless copy in video_output.

15 years agoAlways link/unlink picture in ffmpeg_GetFrame/ReleaseBuf.
Laurent Aimar [Sun, 19 Apr 2009 12:07:53 +0000 (14:07 +0200)]
Always link/unlink picture in ffmpeg_GetFrame/ReleaseBuf.

It seems that the field AVFrame::reference may change between the 2 calls.

15 years agoWrap
Rémi Denis-Courmont [Sun, 19 Apr 2009 10:23:24 +0000 (13:23 +0300)]
Wrap

15 years agoAC_MSG_ERROR for configure errors
Rémi Denis-Courmont [Sun, 19 Apr 2009 10:21:27 +0000 (13:21 +0300)]
AC_MSG_ERROR for configure errors

AC_MSG_FAILURE is solely meant for configure check unexpected failure,
not for "normal" errors whereby a check detects a missing dependency.

15 years agoRemove imgresample
Rémi Denis-Courmont [Sun, 19 Apr 2009 10:20:52 +0000 (13:20 +0300)]
Remove imgresample

15 years agoxosd: some cleaning and fix compilation for version(libxosd) < 2
Rémi Duraffort [Sun, 19 Apr 2009 10:19:21 +0000 (12:19 +0200)]
xosd: some cleaning and fix compilation for version(libxosd) < 2

15 years agoTranslate meta data category properly
Rémi Denis-Courmont [Sat, 18 Apr 2009 20:23:03 +0000 (23:23 +0300)]
Translate meta data category properly

15 years agoDon't call gettext for stuff that's not translated
Rémi Denis-Courmont [Sat, 18 Apr 2009 20:22:44 +0000 (23:22 +0300)]
Don't call gettext for stuff that's not translated

15 years agoUse gettext() as per gettext standard for non-constant parameters
Rémi Denis-Courmont [Sat, 18 Apr 2009 20:21:38 +0000 (23:21 +0300)]
Use gettext() as per gettext standard for non-constant parameters

15 years agoXCB: get rid of -lxcb_image
Rémi Denis-Courmont [Sat, 18 Apr 2009 20:10:12 +0000 (23:10 +0300)]
XCB: get rid of -lxcb_image

It made things more complicated for MIT-SHM.

15 years agoXCB: move xcb_flush to more appropriate place
Rémi Denis-Courmont [Sat, 18 Apr 2009 19:03:30 +0000 (22:03 +0300)]
XCB: move xcb_flush to more appropriate place

15 years agoTypo
Rémi Denis-Courmont [Sat, 18 Apr 2009 18:41:40 +0000 (21:41 +0300)]
Typo

15 years agoXCB: keep the same window through resizing
Rémi Denis-Courmont [Sat, 18 Apr 2009 17:11:27 +0000 (20:11 +0300)]
XCB: keep the same window through resizing

15 years agoXCB: output does not need -lxcb_aux anymore
Rémi Denis-Courmont [Sat, 18 Apr 2009 16:29:18 +0000 (19:29 +0300)]
XCB: output does not need -lxcb_aux anymore

15 years agoXCB: select the screen from parent window rather than from DISPLAY
Rémi Denis-Courmont [Sat, 18 Apr 2009 16:27:47 +0000 (19:27 +0300)]
XCB: select the screen from parent window rather than from DISPLAY

15 years agomacosx: fixed a few bugs found by clang's code analysis
Felix Paul Kühne [Sat, 18 Apr 2009 14:35:41 +0000 (16:35 +0200)]
macosx: fixed a few bugs found by clang's code analysis

15 years agoTypo
Rémi Denis-Courmont [Sat, 18 Apr 2009 13:43:42 +0000 (16:43 +0300)]
Typo

15 years agoXCB: subscribe to parent window resize event only once
Rémi Denis-Courmont [Sat, 18 Apr 2009 09:07:15 +0000 (12:07 +0300)]
XCB: subscribe to parent window resize event only once

15 years agoXCB: translate
Rémi Denis-Courmont [Sat, 18 Apr 2009 08:36:15 +0000 (11:36 +0300)]
XCB: translate

15 years agoRemoved file from libmpeg2
Rémi Denis-Courmont [Sat, 18 Apr 2009 08:32:11 +0000 (11:32 +0300)]
Removed file from libmpeg2

(Those should not have been in POTFILES in the first place)

15 years agox264: handle obsolete parameters (fix #2667)
Rémi Denis-Courmont [Sat, 18 Apr 2009 07:40:24 +0000 (10:40 +0300)]
x264: handle obsolete parameters (fix #2667)

15 years agol10n: Italian update
Vincenzo Reale [Sat, 18 Apr 2009 00:35:25 +0000 (01:35 +0100)]
l10n: Italian update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
15 years agol10n: Slovak update
Marián Hikaník [Sat, 18 Apr 2009 00:34:28 +0000 (01:34 +0100)]
l10n: Slovak update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
15 years agoAdd the comment on why and how we translate "C" in vlc.pot
Christophe Mutricy [Sat, 18 Apr 2009 00:32:46 +0000 (01:32 +0100)]
Add the comment on why and how we translate "C" in vlc.pot

15 years agoAllow to pass comments to translators
Christophe Mutricy [Sat, 18 Apr 2009 00:30:57 +0000 (01:30 +0100)]
Allow to pass comments to translators

Comment blocks starting by 'xgettext:' will find there way to vlc.pot and
the .po. You can use it to pass instructions or context to the translators

15 years agoProvide at least a short text and don't translate ""
Christophe Mutricy [Fri, 17 Apr 2009 23:01:46 +0000 (00:01 +0100)]
Provide at least a short text and don't translate ""

It's a special case and print the metadata of the l10n

15 years agomacosx: add respective popup menu item to save HTML playlists
Felix Paul Kühne [Fri, 17 Apr 2009 22:30:25 +0000 (00:30 +0200)]
macosx: add respective popup menu item to save HTML playlists

15 years agomacosx: add the possibility to export the playlist as HTML (already possible using...
Rémi Duraffort [Fri, 17 Apr 2009 21:16:23 +0000 (23:16 +0200)]
macosx: add the possibility to export the playlist as HTML (already possible using qt interface).

15 years agoImplement VOUT_SET_STAY_ON_TOP
Rémi Denis-Courmont [Fri, 17 Apr 2009 20:39:30 +0000 (23:39 +0300)]
Implement VOUT_SET_STAY_ON_TOP

15 years agoMemory leak
Rémi Denis-Courmont [Fri, 17 Apr 2009 20:05:16 +0000 (23:05 +0300)]
Memory leak

15 years agoXCB: do not render, we always use the native server format
Rémi Denis-Courmont [Fri, 17 Apr 2009 19:22:18 +0000 (22:22 +0300)]
XCB: do not render, we always use the native server format

15 years agoXCB: declare the same byte sex as the server wants
Rémi Denis-Courmont [Fri, 17 Apr 2009 19:21:23 +0000 (22:21 +0300)]
XCB: declare the same byte sex as the server wants