]>
git.sesse.net Git - vlc/log
Erwan Tulou [Sat, 26 Dec 2009 12:54:16 +0000 (13:54 +0100)]
skins2: add a 'loop' parameter for animated bitmaps
This loop parameter is intended to run animated images for a given time
In addition, animation is started again in the following cases :
- when visibility changes
- when active layout changes
Erwan Tulou [Sun, 27 Dec 2009 10:55:30 +0000 (11:55 +0100)]
skins2(Win): fix a timer issue
Win32 API SetTimer is not a oneshot timer.
Brian Weaver [Sun, 27 Dec 2009 00:52:58 +0000 (19:52 -0500)]
Fixes a build error on OS X
Build problem in the modules/video_output directory
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Jean-Baptiste Kempf [Sun, 27 Dec 2009 01:41:54 +0000 (02:41 +0100)]
DirectX/Waveout: new windows_audio_common.h file
So we stop duplicating the code if we try to improve it later on :D
Jean-Baptiste Kempf [Sun, 27 Dec 2009 01:19:12 +0000 (02:19 +0100)]
DirectSound: cosmetics
Jean-Baptiste Kempf [Sun, 27 Dec 2009 01:03:11 +0000 (02:03 +0100)]
DirectSound: fix a warning
Jean-Baptiste Kempf [Sun, 27 Dec 2009 00:40:38 +0000 (01:40 +0100)]
MSW vout: fix compilation since [
76e8da0ff ] change
Geoffroy Couprie [Sat, 26 Dec 2009 23:39:10 +0000 (00:39 +0100)]
Skins: set the maximum volume to 1024, not 512
close #2089
Erwan Tulou [Sun, 20 Dec 2009 09:00:35 +0000 (10:00 +0100)]
skins2(Windows): add a black windows for fullscreen and manage z-order
Erwan Tulou [Sat, 26 Dec 2009 20:54:45 +0000 (21:54 +0100)]
skins(Win32): add hotkeys support in fullscreen mode
Erwan Tulou [Sat, 19 Dec 2009 18:30:23 +0000 (19:30 +0100)]
skins2(Win32): prepare for typified windows
Erwan Tulou [Sat, 26 Dec 2009 20:31:06 +0000 (21:31 +0100)]
skins2: optimize refresh
skins2 manages a cache for building layouts. Yet, on each redraw/expose,
it rebuilds the whole layout. This patch avoids these unnecessary rebuilds.
It results in dramatic improvement, especially on Linux, where refresh was a real issue.
Erwan Tulou [Thu, 24 Dec 2009 08:36:37 +0000 (09:36 +0100)]
skins(Linux) : fix crash with a few skins (e.g Orangeade) and xcb_x11
On X11, windows are created with a 1x1 size and updated later on.
In some context, vout_display can catch this 1x1 size before the size is updated.
This results in a crash in swcaler.c which gets a 1x0 size (division by zero)
Changing default to 10x10 solves the problem.
Erwan Tulou [Sat, 26 Dec 2009 10:56:32 +0000 (11:56 +0100)]
msw: typo
Rémi Denis-Courmont [Sat, 26 Dec 2009 20:09:49 +0000 (22:09 +0200)]
XCB/XVideo: skip completely if overlay is disabled
Rémi Denis-Courmont [Sat, 26 Dec 2009 20:07:52 +0000 (22:07 +0200)]
XCB/window: hackish implementation of video wallpaper
Rémi Denis-Courmont [Sat, 26 Dec 2009 19:58:31 +0000 (21:58 +0200)]
Rename directx-wallpaper to video-wallpaper
Jean-Baptiste Kempf [Sat, 26 Dec 2009 19:54:11 +0000 (20:54 +0100)]
ASF: remove unused variables
Jean-Baptiste Kempf [Sat, 26 Dec 2009 19:00:32 +0000 (20:00 +0100)]
Typo in previous commit
Jean-Baptiste Kempf [Sat, 26 Dec 2009 18:56:17 +0000 (19:56 +0100)]
DC1394: use SCNx64 instead of llx in sscanf
Jean-Baptiste Kempf [Sat, 26 Dec 2009 18:46:40 +0000 (19:46 +0100)]
http access: use SCN instead of PRI with sscanf
Jean-Baptiste Kempf [Sat, 26 Dec 2009 18:39:59 +0000 (19:39 +0100)]
SAP SD: Use SCN in scanf instrad of PRI
Felix Paul Kühne [Sat, 26 Dec 2009 18:30:51 +0000 (19:30 +0100)]
osx/framework: propagate NSInteger and NSUInteger
Felix Paul Kühne [Sat, 26 Dec 2009 18:29:56 +0000 (19:29 +0100)]
updated NEWS for OS X
Rémi Denis-Courmont [Sat, 26 Dec 2009 18:02:25 +0000 (20:02 +0200)]
Typo
Rémi Denis-Courmont [Sat, 26 Dec 2009 18:00:58 +0000 (20:00 +0200)]
Really make a valid URI for '-'
Rémi Denis-Courmont [Sat, 26 Dec 2009 17:59:02 +0000 (19:59 +0200)]
Revert "Win32: fix #2592 (stdin file input). It may impact other platforms, so please test, and fix/revert if you see a bug."
This reverts commit
e33a82dbd7ef005de310f67f7cc83a1bf0c71269 .
This broke opening any file starting with a dash.
Rémi Denis-Courmont [Sat, 26 Dec 2009 17:50:19 +0000 (19:50 +0200)]
Pass full window state to window providers
Rémi Denis-Courmont [Sat, 26 Dec 2009 17:46:46 +0000 (19:46 +0200)]
XCB/window: implement below state
Rémi Denis-Courmont [Sat, 26 Dec 2009 17:46:21 +0000 (19:46 +0200)]
Qt4: do not implement below state
Rémi Denis-Courmont [Sat, 26 Dec 2009 17:36:37 +0000 (19:36 +0200)]
vout: expand stacking mode from boolean to unsigned
This enables passing a below state in addition to currently supported
always-on-top (above) and normal. (However, none of the window provider
support it just yet).
Rémi Denis-Courmont [Sat, 26 Dec 2009 12:14:18 +0000 (14:14 +0200)]
VOUT_WINDOW_SET_ON_TOP -> VOUT_WINDOW_SET_STATE
Rémi Denis-Courmont [Sat, 26 Dec 2009 12:29:08 +0000 (14:29 +0200)]
freetype: NULL for %s is not portable
Felix Paul Kühne [Sat, 26 Dec 2009 16:43:35 +0000 (17:43 +0100)]
osx dialog provider: make sure we can actually quit VLC
Ilkka Ollakka [Sat, 26 Dec 2009 16:42:15 +0000 (18:42 +0200)]
transcode: change default scaling factor to 0 -> no scaling
Ilkka Ollakka [Sat, 26 Dec 2009 14:23:33 +0000 (16:23 +0200)]
transcode/video: fit sar-calculation
Should fix aspect-ratio issues and fixes #2793
Pierre Ynard [Sat, 26 Dec 2009 16:19:04 +0000 (17:19 +0100)]
contrib: use real prefix when hacking libintl headers
Geoffroy Couprie [Sat, 26 Dec 2009 13:45:03 +0000 (14:45 +0100)]
Qt4: add the verbose-objects option to the messages window
Geoffroy Couprie [Sat, 26 Dec 2009 13:36:34 +0000 (14:36 +0100)]
DirectX aout: select the output device by its name instead of its number in preferences
Geoffroy Couprie [Fri, 25 Dec 2009 15:25:54 +0000 (16:25 +0100)]
while I'm at it: don't crash either if I select something in getOpenFileNames
Geoffroy Couprie [Fri, 25 Dec 2009 15:20:42 +0000 (16:20 +0100)]
Don't crash if I click "cancel" in getOpenFileNames
Geoffroy Couprie [Fri, 25 Dec 2009 12:57:57 +0000 (13:57 +0100)]
Win32: fix #2592 (stdin file input). It may impact other platforms, so please test, and fix/revert if you see a bug.
Pierre d'Herbemont [Sat, 26 Dec 2009 15:10:43 +0000 (16:10 +0100)]
macosx/framework: Remove unneeded configure flags.
Pierre d'Herbemont [Sat, 26 Dec 2009 15:08:54 +0000 (16:08 +0100)]
configure: Make sure independant Mac OS X-related modules can be activated/deactivated individually.
Pierre d'Herbemont [Sat, 26 Dec 2009 14:18:06 +0000 (15:18 +0100)]
input: With --play-and-pause don't pause non pausable stream.
Else, this results in triggering the timeshift module.
Felix Paul Kühne [Sat, 26 Dec 2009 14:37:40 +0000 (15:37 +0100)]
osx/framework: use the OS X dialog provider as interface module
Felix Paul Kühne [Sat, 26 Dec 2009 14:36:11 +0000 (15:36 +0100)]
osx dialog provider: implemented the progress bar dialog
Rémi Denis-Courmont [Sat, 26 Dec 2009 11:44:00 +0000 (13:44 +0200)]
Remove unused lock
Brian Weaver [Sat, 26 Dec 2009 06:37:54 +0000 (01:37 -0500)]
Modified the main OS X interface module to remove the use of setjmp() and longjmp(). The MainMenu.nib file was modified to invoke the stop selector instead of the terminate selector on the NSApp object. This allows the OS X framework to return from the call [NSApp run] instead of using setjmp()/longjmp() in a managed framework.
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
Sebastien Zwickert [Fri, 25 Dec 2009 20:23:00 +0000 (21:23 +0100)]
gui/macosx: Do not automatically resize the video view by calling scaleWindowWithFactor:animate: when it is embedded.
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
Sebastien Zwickert [Fri, 25 Dec 2009 20:22:24 +0000 (21:22 +0100)]
gui/macosx: fix a side effect when the playlist's splitview is resizing in embedded window.
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
Sebastien Zwickert [Fri, 25 Dec 2009 20:21:37 +0000 (21:21 +0100)]
gui/macosx: uses the superview object for swapping between the video view and the temporary view.
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
Sebastien Zwickert [Fri, 25 Dec 2009 20:20:49 +0000 (21:20 +0100)]
gui/macosx: try a fix of validateMenuItem: that avoid to fail on __vlc_object_release() assertion (internals->i_children==0).
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
Rémi Denis-Courmont [Sat, 26 Dec 2009 09:29:30 +0000 (11:29 +0200)]
Remove unused string
Pointed-out-by: Fumio Nakayama
Felix Paul Kühne [Sat, 26 Dec 2009 03:20:19 +0000 (04:20 +0100)]
osx dialog provider: minor cleanup
Felix Paul Kühne [Sat, 26 Dec 2009 03:16:30 +0000 (04:16 +0100)]
added a Minimal Dialog Provider for Mac OS X
Currently only used to display the question, login, error and critical core dialogs whenever VLC runs with a GUI on a Mac.
Disabled by default. The login dialog's layout will need some more love.
Pierre d'Herbemont [Sat, 26 Dec 2009 01:42:13 +0000 (02:42 +0100)]
configure: Fix Mac OS X audio detection.
Pierre d'Herbemont [Sat, 26 Dec 2009 00:10:57 +0000 (01:10 +0100)]
macosx/framework: Bring back --play-and-pause.
Hugo Beauzee-Luyssen [Mon, 21 Dec 2009 14:31:36 +0000 (15:31 +0100)]
Qt: Use the singleton class, to simplify the code
Use the generic singleton for Bookmarks, ErrorsDialog, extended dialog, GotoTime dialog, every help class, MediaInfo, Messages, OpenURL, Playlist, Plugin, Podcast configuration and VLM. Also fix some memleaks when quitting
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Hugo Beauzee-Luyssen [Mon, 21 Dec 2009 14:10:05 +0000 (15:10 +0100)]
Adding a generic singleton pattern implementation
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Pierre d'Herbemont [Thu, 24 Dec 2009 17:24:27 +0000 (18:24 +0100)]
vout_macosx: Fix a typo.
Pierre d'Herbemont [Thu, 24 Dec 2009 17:05:04 +0000 (18:05 +0100)]
macosx/framework: Factorization.
Pierre d'Herbemont [Thu, 24 Dec 2009 09:04:54 +0000 (10:04 +0100)]
macosx/framework: Use the new "vout display".
Pierre d'Herbemont [Thu, 24 Dec 2009 09:04:16 +0000 (10:04 +0100)]
libvlc: Fix documentation regarding drawable-nsobject.
Pierre d'Herbemont [Thu, 24 Dec 2009 09:01:11 +0000 (10:01 +0100)]
New "vout display" for macosx.
It is non blocking regarding Main Thread.
It is compatible with minimal_macosx in term of drawable-nsobject.
It will only work if a drawable-nsobject is provided.
It removes the glitches there was with minimal_macosx (and gui/macosx) when:
- Displaying the first frames
- Resizing the view.
Pierre d'Herbemont [Wed, 23 Dec 2009 18:20:42 +0000 (19:20 +0100)]
macosx/framework: Renamed all the targets to be more explicit.
Pierre Ynard [Wed, 23 Dec 2009 20:36:20 +0000 (21:36 +0100)]
vod: removing more unused stuff
Ilkka Ollakka [Wed, 23 Dec 2009 20:27:04 +0000 (22:27 +0200)]
x264: remove unneeded p_buffer
Ilkka Ollakka [Wed, 23 Dec 2009 20:13:54 +0000 (22:13 +0200)]
mp4: fix sar_num calculation
Ilkka Ollakka [Sun, 20 Dec 2009 14:51:00 +0000 (16:51 +0200)]
x264: avoid one memcpy
Rémi Denis-Courmont [Wed, 23 Dec 2009 19:22:30 +0000 (21:22 +0200)]
SAP: try to improve playlist category name as earlier
Rémi Denis-Courmont [Wed, 23 Dec 2009 19:20:15 +0000 (21:20 +0200)]
--list: do not use colors if stdout is not a TTY
This is consistent with --help behaviour.
Rémi Denis-Courmont [Wed, 23 Dec 2009 19:17:27 +0000 (21:17 +0200)]
Revert "sap: Rename to "Network Streams (SAP)""
This reverts commit
a1ab6ede05ac74a1ab75ba8a10b3c4802ae0c14e .
This is not anymore needed with the probe rework.
Rémi Denis-Courmont [Wed, 23 Dec 2009 19:16:57 +0000 (21:16 +0200)]
Revert "No need to show service probes in the module list"
This reverts commit
b2ee1bcfbc8ebbf08c816bb6b18b1e321b7723bb .
This is an ugly and confusing hack.
Fabio Ritrovato [Wed, 23 Dec 2009 16:47:18 +0000 (17:47 +0100)]
No need to show service probes in the module list
Pierre d'Herbemont [Wed, 23 Dec 2009 16:15:44 +0000 (17:15 +0100)]
macosx/framework: Change the name of the default target to "Build Everything"
Pierre d'Herbemont [Tue, 22 Dec 2009 19:59:28 +0000 (20:59 +0100)]
macosx/framework: Make sure remainingTime is KVO.
Pierre d'Herbemont [Tue, 22 Dec 2009 19:50:14 +0000 (20:50 +0100)]
macosx/framework: Handle media changed events.
Pierre d'Herbemont [Tue, 22 Dec 2009 19:49:31 +0000 (20:49 +0100)]
media_player: Emit an event when the root media is changed.
Rémi Denis-Courmont [Wed, 23 Dec 2009 12:55:28 +0000 (14:55 +0200)]
XCB/XVideo: ignore ARGB picture format
Christophe Mutricy [Tue, 22 Dec 2009 20:59:41 +0000 (20:59 +0000)]
Ball uses sqrt() and roundf() and so needs -lm
Pierre Ynard [Tue, 22 Dec 2009 19:15:29 +0000 (20:15 +0100)]
ps demux: fix overlook when fixing timestamps
Rémi Denis-Courmont [Tue, 22 Dec 2009 16:46:29 +0000 (18:46 +0200)]
Remove module_GetModulesNamesForCapability
Fabio Ritrovato [Tue, 22 Dec 2009 17:34:24 +0000 (18:34 +0100)]
Don't use color when listing modules on Windows
Pierre d'Herbemont [Tue, 22 Dec 2009 16:55:09 +0000 (17:55 +0100)]
macosx/framework: Bring back default logging value to -1.
We could probably expose some function to let the client change that on the fly as well. And/Or fix the logging API.
Pierre d'Herbemont [Mon, 21 Dec 2009 14:17:24 +0000 (15:17 +0100)]
macosx/framework: Disable the media library since it is not exposed.
Pierre d'Herbemont [Mon, 21 Dec 2009 14:16:52 +0000 (15:16 +0100)]
macosx/framework: improve comments in VLCMediaPlayer.h.
Pierre d'Herbemont [Mon, 21 Dec 2009 10:58:38 +0000 (11:58 +0100)]
macosx/framework: Simplify the API for audio tracks, chapters, titles, and subtitles.
Erwan Tulou [Tue, 22 Dec 2009 16:45:51 +0000 (17:45 +0100)]
skins2(Linux): enable transparency since setOpacity is now available (to be tested)
Erwan Tulou [Tue, 22 Dec 2009 15:26:32 +0000 (16:26 +0100)]
qt4 and skins2: fix resizing issue when zooming in/out and is_display_filled is enabled
returning VLC_EGENERIC is no problem, since the vout system is an observer of the change in size and will report the real situation.
returning VLC_SUCCESS is wrong in an asynchronous environmenent, as resizing is only performed later on (or not) depending on GUI configuration.
Erwan Tulou [Sun, 20 Dec 2009 19:24:58 +0000 (20:24 +0100)]
vlc core: remove a hack that seems no longer needed
On the other hand, it allows intf-show to really perform its goal
(react on user interaction via hotkey or mouse)
Erwan Tulou [Mon, 21 Dec 2009 12:01:06 +0000 (13:01 +0100)]
skins(x11): use EWMH when possible (especially for fullscreen)
Antoine Cellerier [Tue, 22 Dec 2009 11:31:10 +0000 (12:31 +0100)]
Second (blind) attempt at fixing win and mac.
Antoine Cellerier [Tue, 22 Dec 2009 10:37:34 +0000 (11:37 +0100)]
Revert "Probably fix LoadMessages() on windows. (Untested ... I'm not even sure that the config is initialised when we're called. But that shouldn't matter, we'll just fallback to the default data directory)"
This reverts commit
4c5f93c1dd02cd2d79102c256f43cff4c7f9cb99 .
Rémi Denis-Courmont [Tue, 22 Dec 2009 10:51:01 +0000 (12:51 +0200)]
vlc_probe need not be exported at the moment (fix check)
Antoine Cellerier [Tue, 22 Dec 2009 10:08:59 +0000 (11:08 +0100)]
Probably fix LoadMessages() on windows. (Untested ... I'm not even sure that the config is initialised when we're called. But that shouldn't matter, we'll just fallback to the default data directory)
Rémi Denis-Courmont [Tue, 22 Dec 2009 09:49:47 +0000 (11:49 +0200)]
shoutcast: dummy probe support for Internet entries
TODO: Freebox
Rémi Denis-Courmont [Tue, 22 Dec 2009 09:44:18 +0000 (11:44 +0200)]
mediadirs: dummy probing support
Maybe we should check the directories do exist first?
Antoine Cellerier [Mon, 21 Dec 2009 22:54:41 +0000 (23:54 +0100)]
Bump a few copyright dates.
Antoine Cellerier [Mon, 21 Dec 2009 22:52:47 +0000 (23:52 +0100)]
Only skip \r or \n.