]> git.sesse.net Git - vlc/log
vlc
14 years agoFix release doc for update file:
Rafaël Carré [Tue, 3 Nov 2009 21:09:17 +0000 (22:09 +0100)]
Fix release doc for update file:

It's not named update .xml since 0.9

14 years agoskins2: add a --[no]-skinned-video parameter (enabled by default)
Erwan Tulou [Tue, 3 Nov 2009 20:22:08 +0000 (21:22 +0100)]
skins2: add a --[no]-skinned-video parameter (enabled by default)

This parameter is intended to give old skins a chance to play back video even
though no video tag is provided in the theme.xml file.

14 years agoUpdate: correctly handle different line endings
Rafaël Carré [Tue, 3 Nov 2009 20:59:47 +0000 (21:59 +0100)]
Update: correctly handle different line endings

14 years agoUpdate: make sure 1.1.0 > 1.1.0-git
Rafaël Carré [Tue, 3 Nov 2009 20:22:30 +0000 (21:22 +0100)]
Update: make sure 1.1.0 >  1.1.0-git

Also remove unneeded prototypes

14 years agoXCB global hotkeys: fix X11 connection failure handling
Rémi Denis-Courmont [Tue, 3 Nov 2009 19:28:26 +0000 (21:28 +0200)]
XCB global hotkeys: fix X11 connection failure handling

14 years agoQt4: fix faulty playlist show / hide logic
Jakob Leben [Tue, 3 Nov 2009 11:15:03 +0000 (12:15 +0100)]
Qt4: fix faulty playlist show / hide logic

Fixes #2899, at least on Linux. Can somebody test on Windows, please?

14 years agoQt4: playlist popup menu enhancement
Jakob Leben [Tue, 3 Nov 2009 10:44:10 +0000 (11:44 +0100)]
Qt4: playlist popup menu enhancement

14 years agoLUA playlist: add support for pinkbike videos.
Konstantin Pavlov [Tue, 3 Nov 2009 09:15:36 +0000 (12:15 +0300)]
LUA playlist: add support for pinkbike videos.

14 years agostream_out_bridge: Fix [7c790ca]
Rafaël Carré [Tue, 3 Nov 2009 04:59:27 +0000 (05:59 +0100)]
stream_out_bridge: Fix [7c790ca]

bridge variables need to be attached to global libvlc object to be
common to all bridge instances

14 years agovlm object is needed early, store it when it's allocated
Rafaël Carré [Tue, 3 Nov 2009 04:03:29 +0000 (05:03 +0100)]
vlm object is needed early, store it when it's allocated

14 years agoCosmetic
Christophe Mutricy [Mon, 2 Nov 2009 22:36:52 +0000 (22:36 +0000)]
Cosmetic

14 years agoDefault enable libass module
Christophe Mutricy [Mon, 2 Nov 2009 22:18:33 +0000 (22:18 +0000)]
Default enable libass module

14 years agoFix help string
Christophe Mutricy [Mon, 2 Nov 2009 22:12:25 +0000 (22:12 +0000)]
Fix help string

14 years agofaad: NeAACDecFrameInfo.sbr is not a boolean
Rafaël Carré [Mon, 2 Nov 2009 19:30:12 +0000 (20:30 +0100)]
faad: NeAACDecFrameInfo.sbr is not a boolean

from the header:
SBR: 0: off, 1: on; upsample, 2: on; downsampled, 3: off; upsampled

14 years agoDisable errors by default
Rémi Denis-Courmont [Mon, 2 Nov 2009 19:17:47 +0000 (21:17 +0200)]
Disable errors by default

This breaks pretty much everybody's build. Thus it's completely
inadequate as a default setting (think of new devs...).

14 years agoAdded CommonDisplay for msw.
Laurent Aimar [Mon, 2 Nov 2009 19:05:51 +0000 (20:05 +0100)]
Added CommonDisplay for msw.

14 years agoPrefer direct3d over SDL.
Laurent Aimar [Mon, 2 Nov 2009 19:00:05 +0000 (20:00 +0100)]
Prefer direct3d over SDL.

14 years agoEnabled direct3d in "vout display" wrapper.
Laurent Aimar [Mon, 2 Nov 2009 18:48:36 +0000 (19:48 +0100)]
Enabled direct3d in "vout display" wrapper.

14 years agoConverted direct3d to vout display.
Laurent Aimar [Fri, 23 Oct 2009 23:34:53 +0000 (01:34 +0200)]
Converted direct3d to vout display.

It also fixes a few remaining race conditions.

14 years agoCosmetics.
Laurent Aimar [Tue, 20 Oct 2009 14:54:43 +0000 (16:54 +0200)]
Cosmetics.

14 years agoPrepare for vout display conversion.
Laurent Aimar [Tue, 20 Oct 2009 14:11:39 +0000 (16:11 +0200)]
Prepare for vout display conversion.

14 years agoRemoved useless includes (msw).
Laurent Aimar [Thu, 1 Oct 2009 20:42:04 +0000 (22:42 +0200)]
Removed useless includes (msw).

14 years agoAdded alang option to transcode (update)
Mathew King [Mon, 2 Nov 2009 15:49:30 +0000 (10:49 -0500)]
Added alang option to transcode (update)

When using the transcode output filter there is now the option of
setting the language of the audio stream.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agopodcast: missing initialization
Jakob Leben [Mon, 2 Nov 2009 15:37:25 +0000 (16:37 +0100)]
podcast: missing initialization

14 years agoQt4: don't "leak" playlist items
Jakob Leben [Sun, 1 Nov 2009 19:14:25 +0000 (20:14 +0100)]
Qt4: don't "leak" playlist items

There was opportunity for playlist items not showing up in Qt playlist due to race between playlist rebuilding and item-added, item-removed callbacks
Maybe also fixes some aspects of #2297 or completely - to test.

14 years agoi18n: remove deleted file
Pierre Ynard [Mon, 2 Nov 2009 02:23:08 +0000 (03:23 +0100)]
i18n: remove deleted file

14 years agonokia770 arm_colorconv : save 1 word of the stack
Rafaël Carré [Mon, 2 Nov 2009 01:39:43 +0000 (02:39 +0100)]
nokia770 arm_colorconv : save 1 word of the stack

r12 is a scratch register so use it

14 years agoRemove MAINTAINERS.
Rémi Denis-Courmont [Sun, 1 Nov 2009 07:32:55 +0000 (09:32 +0200)]
Remove MAINTAINERS.

It's so out-of-date that it's not even funny anymore.

Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
14 years agopodcast: implement "live" podcast item removal
Jakob Leben [Sun, 1 Nov 2009 17:30:54 +0000 (18:30 +0100)]
podcast: implement "live" podcast item removal

14 years agoQt4: correct parent when duplicating a PL item
Jakob Leben [Sun, 1 Nov 2009 14:51:50 +0000 (15:51 +0100)]
Qt4: correct parent when duplicating a PL item

14 years agoQt4: disable removing service discovery items
Jakob Leben [Sun, 1 Nov 2009 14:45:19 +0000 (15:45 +0100)]
Qt4: disable removing service discovery items

14 years agoUninitialized variable
Rémi Denis-Courmont [Sun, 1 Nov 2009 12:12:56 +0000 (14:12 +0200)]
Uninitialized variable

14 years agoXCB SD: use window manager names for items
Rémi Denis-Courmont [Sun, 1 Nov 2009 12:03:28 +0000 (14:03 +0200)]
XCB SD: use window manager names for items

14 years agoDo not filter out mouse coordinates (caca).
Laurent Aimar [Sun, 1 Nov 2009 11:41:33 +0000 (12:41 +0100)]
Do not filter out mouse coordinates (caca).

14 years agoDo not filter out mouse coordinates (sdl).
Laurent Aimar [Sun, 1 Nov 2009 11:39:36 +0000 (12:39 +0100)]
Do not filter out mouse coordinates (sdl).

14 years agoFixed VOUT_DISPLAY_RESET_PICTURES support in wrapper.
Laurent Aimar [Sun, 1 Nov 2009 11:35:30 +0000 (12:35 +0100)]
Fixed VOUT_DISPLAY_RESET_PICTURES support in wrapper.

Picture resources where not released when VOUT_DISPLAY_RESET_PICTURES
was called while direct rendering was used.

14 years agoFixed typo in msw.
Laurent Aimar [Sun, 1 Nov 2009 11:32:14 +0000 (12:32 +0100)]
Fixed typo in msw.

14 years agoXCB: allow mouse coordinates out rendering source area
Rémi Denis-Courmont [Sun, 1 Nov 2009 11:27:55 +0000 (13:27 +0200)]
XCB: allow mouse coordinates out rendering source area

This fixes problems with hiding the cursor while it is within the
"black bars". This should also improve gestures usability.

14 years agoXCB screen capture discovery plugin
Rémi Denis-Courmont [Sun, 1 Nov 2009 10:06:44 +0000 (12:06 +0200)]
XCB screen capture discovery plugin

TODO:
 - use application names for input items
 - add an item for the whole desktop,
 - add items for XRandR outputs.

14 years agoXCB: implement --screen-follow-mouse (closes #2977)
Rémi Denis-Courmont [Sun, 1 Nov 2009 08:50:49 +0000 (10:50 +0200)]
XCB: implement --screen-follow-mouse (closes #2977)

14 years agoWe need --binary flags to *sum utilities (closes #3138)
Rémi Denis-Courmont [Sun, 1 Nov 2009 07:35:53 +0000 (09:35 +0200)]
We need --binary flags to *sum utilities (closes #3138)

14 years agoAdd missing 'environ' declaration (fix build on FreeBSD)
Rafaël Carré [Sat, 31 Oct 2009 21:47:53 +0000 (22:47 +0100)]
Add missing 'environ' declaration (fix build on FreeBSD)

14 years agoFix potential crash on Windows (assumed)
Rémi Denis-Courmont [Sat, 31 Oct 2009 16:41:16 +0000 (18:41 +0200)]
Fix potential crash on Windows (assumed)

14 years agoRefuse to proceed with --disable-shared.
Rémi Denis-Courmont [Sat, 31 Oct 2009 15:22:04 +0000 (17:22 +0200)]
Refuse to proceed with --disable-shared.

This cannot work the way VLC links its plugins. Too many people shot
themselves in the foot with this option.

14 years agoQt4: remove privacy dialog on Qt4
Rémi Denis-Courmont [Sat, 31 Oct 2009 15:12:45 +0000 (17:12 +0200)]
Qt4: remove privacy dialog on Qt4

Unparented dialogs are not supported by the window manager. This was
causing a deadlock during VLC startup (There may be other cases left).

14 years agoQt4: remove unsuppotted system tray on Maemo
Rémi Denis-Courmont [Sat, 31 Oct 2009 15:11:20 +0000 (17:11 +0200)]
Qt4: remove unsuppotted system tray on Maemo

QSystremTray class does not exist at all.

14 years agoDVB: force m3u8 demux in scan mode
Rémi Denis-Courmont [Sat, 31 Oct 2009 13:10:13 +0000 (15:10 +0200)]
DVB: force m3u8 demux in scan mode

14 years agoRemove old playlist format export
Rémi Denis-Courmont [Sat, 31 Oct 2009 12:58:05 +0000 (14:58 +0200)]
Remove old playlist format export

Nothing has been using this for a while (how long?). We still have
import for old VLC playlists, though I'm not sure if anybody uses it
either.

14 years agoRecognize .m3u8 extension
Rémi Denis-Courmont [Sat, 31 Oct 2009 12:55:59 +0000 (14:55 +0200)]
Recognize .m3u8 extension

14 years agoQt4: add M3U8 export
Rémi Denis-Courmont [Sat, 31 Oct 2009 12:54:57 +0000 (14:54 +0200)]
Qt4: add M3U8 export

14 years agoExport: add support for normal M3U, move UTF-8 mode to M3U8
Rémi Denis-Courmont [Sat, 31 Oct 2009 12:52:57 +0000 (14:52 +0200)]
Export: add support for normal M3U, move UTF-8 mode to M3U8

14 years agoM3U: add support for .m3u8 files (Apple invention)
Rémi Denis-Courmont [Sat, 31 Oct 2009 12:43:39 +0000 (14:43 +0200)]
M3U: add support for .m3u8 files (Apple invention)

14 years agoM3U: add shortcut
Rémi Denis-Courmont [Sat, 31 Oct 2009 12:42:41 +0000 (14:42 +0200)]
M3U: add shortcut

Otherwise, checking for forced demux does not make much sense.

14 years agoQt4: remove SD menu from Media menu
Jakob Leben [Fri, 30 Oct 2009 21:48:26 +0000 (22:48 +0100)]
Qt4: remove SD menu from Media menu

14 years agoQt4: media selector beautification
Jakob Leben [Fri, 30 Oct 2009 21:43:35 +0000 (22:43 +0100)]
Qt4: media selector beautification

14 years agodvb: set demux=ts only if we didn't do scan
Ilkka Ollakka [Fri, 30 Oct 2009 15:44:35 +0000 (17:44 +0200)]
dvb: set demux=ts only if we didn't do scan

Without this when scanning, we would force demuxer to ts but outputted m3u-playlist.

14 years ago__vout_AllocatePicture() : check all possibilities of integer overflow
Rafaël Carré [Fri, 30 Oct 2009 12:35:52 +0000 (13:35 +0100)]
__vout_AllocatePicture() : check all possibilities of integer overflow

Thanks to nefrir and mfwitten on irc for their help

14 years agoFixed fullscreen size with multiple display
Laurent Aimar [Fri, 30 Oct 2009 10:56:37 +0000 (11:56 +0100)]
Fixed fullscreen size with multiple display

The fix from quality in [8d8844adcd8e44d58291a2e8d025ca3ca3c89067] introduced a weird artefact with dual screens, where the video didn't fill the complete screen. This fixes it.

14 years agoFix integer overflow in picture size calculation
Rafaël Carré [Fri, 30 Oct 2009 08:36:09 +0000 (09:36 +0100)]
Fix integer overflow in picture size calculation

Closes #2885

14 years agoQt4: remove the SD menu (all but Podcast configuration action)
Jakob Leben [Fri, 30 Oct 2009 00:42:18 +0000 (01:42 +0100)]
Qt4: remove the SD menu (all but Podcast configuration action)

14 years agopodcast: fix crash in demuxer
Jakob Leben [Fri, 30 Oct 2009 01:25:37 +0000 (02:25 +0100)]
podcast: fix crash in demuxer

14 years agoLibVLC: add functions to control mouse and keyboard events
Rémi Denis-Courmont [Thu, 29 Oct 2009 21:14:31 +0000 (23:14 +0200)]
LibVLC: add functions to control mouse and keyboard events

14 years agoXCB: follow mouse-events variable
Rémi Denis-Courmont [Thu, 29 Oct 2009 21:14:13 +0000 (23:14 +0200)]
XCB: follow mouse-events variable

14 years agoXCB-Window: use keyboard-events variable
Rémi Denis-Courmont [Thu, 29 Oct 2009 21:08:34 +0000 (23:08 +0200)]
XCB-Window: use keyboard-events variable

14 years agoXlib: use mouse-events variable and fix event mask
Rémi Denis-Courmont [Thu, 29 Oct 2009 21:07:52 +0000 (23:07 +0200)]
Xlib: use mouse-events variable and fix event mask

14 years agoReplace vout-event with keyboard-events and mouse-events
Rémi Denis-Courmont [Thu, 29 Oct 2009 21:05:08 +0000 (23:05 +0200)]
Replace vout-event with keyboard-events and mouse-events

14 years agoAdd audio/mp4 mimetype
Fathi Boudra [Thu, 29 Oct 2009 20:55:16 +0000 (21:55 +0100)]
Add audio/mp4 mimetype

14 years agoMention Blu-Ray PGS in NEWS
Jean-Baptiste Kempf [Thu, 29 Oct 2009 20:28:45 +0000 (21:28 +0100)]
Mention Blu-Ray PGS in NEWS

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoNEWS: synchronise with 1.0.3
Jean-Baptiste Kempf [Thu, 29 Oct 2009 19:13:55 +0000 (20:13 +0100)]
NEWS: synchronise with 1.0.3

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoContribs: update to taglib 1.6
Jean-Baptiste Kempf [Wed, 28 Oct 2009 12:12:34 +0000 (13:12 +0100)]
Contribs: update to taglib 1.6

Brings nice improvements, especially with .wma

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoMore raw FourCC
Jean-Baptiste Kempf [Wed, 28 Oct 2009 12:01:16 +0000 (13:01 +0100)]
More raw FourCC

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoCDDA: Typo
Jean-Baptiste Kempf [Tue, 27 Oct 2009 08:47:40 +0000 (09:47 +0100)]
CDDA: Typo

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoDefine XCB_CURSOR_NONE if missing
Rémi Denis-Courmont [Thu, 29 Oct 2009 18:59:07 +0000 (20:59 +0200)]
Define XCB_CURSOR_NONE if missing

14 years agoXCB: use xproto for xcb_window, not xcb_x11 and xcb_xv
Rémi Denis-Courmont [Thu, 29 Oct 2009 18:47:41 +0000 (20:47 +0200)]
XCB: use xproto for xcb_window, not xcb_x11 and xcb_xv

14 years agoMJPEG: fix boundary condition, off-by-one (closes #3128)
Rémi Denis-Courmont [Thu, 29 Oct 2009 17:57:19 +0000 (19:57 +0200)]
MJPEG: fix boundary condition, off-by-one (closes #3128)

14 years agoWin32 installer: change "I agree" button to "Next" in license page
Pauline Castets [Mon, 4 Aug 2008 16:03:11 +0000 (18:03 +0200)]
Win32 installer: change "I agree" button to "Next" in license page

Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
14 years agoqt4: don't crash when sd is selected in playlist and unloaded from menu
Ilkka Ollakka [Thu, 29 Oct 2009 17:15:53 +0000 (19:15 +0200)]
qt4: don't crash when sd is selected in playlist and unloaded from menu

Currently doesn't yet reset view to default playlist. Atleast worked for me

14 years agoDon't release an object that was not held, fix crash
Rémi Denis-Courmont [Thu, 29 Oct 2009 16:52:32 +0000 (18:52 +0200)]
Don't release an object that was not held, fix crash

This piece of code (transparent UTF-16 to UTF-8 conversion) is wrong in
many ways though. This really does NOT belong here, and should be done
in the subsdec plugin instead.

This fixes a regression from [0d1f966a0b3581d3e96423ce34f32b4da7725c31]

14 years agoFix typos. Thanks xtophe for spotting that.
Marian Ďurkovič [Thu, 29 Oct 2009 16:02:55 +0000 (17:02 +0100)]
Fix typos. Thanks xtophe for spotting that.

14 years agoMake the buildbot happy until it gets newer libdvbpsi
Marian Ďurkovič [Thu, 29 Oct 2009 15:12:32 +0000 (16:12 +0100)]
Make the buildbot happy until it gets newer libdvbpsi

14 years agoImplement TDT parsing in TS demux.
Marian Ďurkovič [Thu, 29 Oct 2009 14:54:52 +0000 (15:54 +0100)]
Implement TDT parsing in TS demux.

14 years agoen50221: Provide compile-time option for slow CAMs
Marian Ďurkovič [Thu, 29 Oct 2009 07:26:04 +0000 (08:26 +0100)]
en50221: Provide compile-time option for slow CAMs

14 years agoPulse: don't spam if PulseAudio is not running
Rémi Denis-Courmont [Wed, 28 Oct 2009 21:34:15 +0000 (23:34 +0200)]
Pulse: don't spam if PulseAudio is not running

14 years agocontribs: apply the libiconv hack for Snow Leopard also when using the binary bundle
Felix Paul Kühne [Wed, 28 Oct 2009 21:26:26 +0000 (22:26 +0100)]
contribs: apply the libiconv hack for Snow Leopard also when using the binary bundle

14 years agoXCB: remove debug
Rémi Denis-Courmont [Wed, 28 Oct 2009 21:04:41 +0000 (23:04 +0200)]
XCB: remove debug

14 years agoXCB: make the "blank" cursor really transparent
Rémi Denis-Courmont [Wed, 28 Oct 2009 19:19:08 +0000 (21:19 +0200)]
XCB: make the "blank" cursor really transparent

14 years agoXCB-XVideo: auto hide mouse cursor
Rémi Denis-Courmont [Wed, 28 Oct 2009 19:11:43 +0000 (21:11 +0200)]
XCB-XVideo: auto hide mouse cursor

14 years agoXCB-X11: auto hide mouse cursor
Rémi Denis-Courmont [Wed, 28 Oct 2009 19:11:26 +0000 (21:11 +0200)]
XCB-X11: auto hide mouse cursor

14 years agoXCB: unset the cursor when we detect pointer motion
Rémi Denis-Courmont [Wed, 28 Oct 2009 19:07:09 +0000 (21:07 +0200)]
XCB: unset the cursor when we detect pointer motion

14 years agoXCB: CreateBlankCursor common helper
Rémi Denis-Courmont [Wed, 28 Oct 2009 19:06:14 +0000 (21:06 +0200)]
XCB: CreateBlankCursor common helper

14 years agoXCB: follow pointer motion in the parent window
Rémi Denis-Courmont [Wed, 28 Oct 2009 19:03:11 +0000 (21:03 +0200)]
XCB: follow pointer motion in the parent window

This ensures events are delivered when the mouse moves outside the
rendering area but within the embedding drawable. This is necessary to
autonatically unhide the cursor. As a side effect, we need to adjust
the pointer coordinates.

14 years agoAdd .sdp to reconized extensions
Vicente Jimenez Aguilar [Tue, 27 Oct 2009 16:49:59 +0000 (17:49 +0100)]
Add .sdp to reconized extensions

Inspired by Marian Durkovic's commit [80f9f8734a9e5d1fb68ee1e2102aecfbf91c613a]

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoudev: remove remaining items at exit
Rémi Denis-Courmont [Wed, 28 Oct 2009 16:27:56 +0000 (18:27 +0200)]
udev: remove remaining items at exit

14 years agoQt4: fix #3113: crash after a playlist item is removed by another plugin
Jakob Leben [Tue, 27 Oct 2009 21:04:34 +0000 (22:04 +0100)]
Qt4: fix #3113: crash after a playlist item is removed by another plugin

14 years agocontribs/ffmpeg: removed outdated patch which prevented proper compilation
Felix Paul Kühne [Tue, 27 Oct 2009 21:33:29 +0000 (22:33 +0100)]
contribs/ffmpeg: removed outdated patch which prevented proper compilation

14 years agoen50221: Increase MAX_CASYSTEM_IDS to 64 and fix inverted logic
Marian Ďurkovič [Tue, 27 Oct 2009 18:26:45 +0000 (19:26 +0100)]
en50221: Increase MAX_CASYSTEM_IDS to 64 and fix inverted logic
As reported on forum, Powercam Pro returns 38 system IDs

14 years agocontribs/libass: updated download location
Felix Paul Kühne [Tue, 27 Oct 2009 18:11:56 +0000 (19:11 +0100)]
contribs/libass: updated download location

14 years agocontrib/x264: removed no-longer needed patch
Felix Paul Kühne [Tue, 27 Oct 2009 17:47:25 +0000 (18:47 +0100)]
contrib/x264: removed no-longer needed patch

14 years agocontrib/theora: compilation fix
Felix Paul Kühne [Tue, 27 Oct 2009 15:28:24 +0000 (16:28 +0100)]
contrib/theora: compilation fix

14 years agocontrib/libcaca: removed no longer needed patches
Felix Paul Kühne [Tue, 27 Oct 2009 17:21:55 +0000 (18:21 +0100)]
contrib/libcaca: removed no longer needed patches