]> git.sesse.net Git - vlc/log
vlc
12 years agoLua SD: add methods to item object to change metadata
Edward Wang [Thu, 12 Jan 2012 20:54:39 +0000 (15:54 -0500)]
Lua SD: add methods to item object to change metadata

Close #3474

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoFix the subtitles loss at MKV segment changes
Denis Charmet [Thu, 12 Jan 2012 20:22:43 +0000 (21:22 +0100)]
Fix the subtitles loss at MKV segment changes

This patch add the new es before deleting the old ones which causes
the default sub track to be used according to user preferences.

Fix #5625.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoinclude: minor ui string improvement to match INPUT_TITLE
Felix Paul Kühne [Fri, 13 Jan 2012 13:03:27 +0000 (14:03 +0100)]
include: minor ui string improvement to match INPUT_TITLE

12 years agomacosx: fixed crash when opening the simple preferences introduced in [f69cdcd31f4c95...
Felix Paul Kühne [Fri, 13 Jan 2012 12:46:48 +0000 (13:46 +0100)]
macosx: fixed crash when opening the simple preferences introduced in [f69cdcd31f4c95257871db04e9616b731e4b10a7]

12 years agoauhal: always set audio device callback
David Fuhrmann [Thu, 12 Jan 2012 16:41:36 +0000 (17:41 +0100)]
auhal: always set audio device callback

Previously, the audio device callback was only set when you call probe.
But in the case you reload the module (for example when switching from
encoded to unencoded output over the UI menu) probe was not called again.
This resulted in a crash when we want to delete the callback while closing.

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agomacosx: proper menu validation for all menus
David Fuhrmann [Thu, 12 Jan 2012 16:01:26 +0000 (17:01 +0100)]
macosx: proper menu validation for all menus

Especially this fixes validation for audio and playback menus.

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agoDoc: QtPlayer example: fix MacOS build with Qt4.8
Jean-Baptiste Kempf [Fri, 13 Jan 2012 08:40:16 +0000 (09:40 +0100)]
Doc: QtPlayer example: fix MacOS build with Qt4.8

Close #5835

12 years agoQt: seekpoints: don't use qtu() shorcut in this header
Francois Cartegnie [Fri, 13 Jan 2012 02:57:50 +0000 (03:57 +0100)]
Qt: seekpoints: don't use qtu() shorcut in this header

12 years agoQt: seekpoints: assume chapter name is utf8
Francois Cartegnie [Fri, 13 Jan 2012 02:30:11 +0000 (03:30 +0100)]
Qt: seekpoints: assume chapter name is utf8

12 years agoFixed out of bound writes in grain filter for non mod 8 video.
Laurent Aimar [Thu, 12 Jan 2012 21:14:55 +0000 (22:14 +0100)]
Fixed out of bound writes in grain filter for non mod 8 video.

12 years agoVLCKit: move building/packaging to project folder
Rafaël Carré [Thu, 12 Jan 2012 20:53:45 +0000 (15:53 -0500)]
VLCKit: move building/packaging to project folder

12 years agoVLCKit: fix bootstrap
Rafaël Carré [Thu, 12 Jan 2012 20:51:07 +0000 (15:51 -0500)]
VLCKit: fix bootstrap

the script was not only invalid but it wouldn't call bootstrap either

12 years agoFixed a potential integer overflow in MemToBlock().
Laurent Aimar [Thu, 12 Jan 2012 20:31:13 +0000 (21:31 +0100)]
Fixed a potential integer overflow in MemToBlock().

When the integer overflow happens, the block_t returned will be smaller
than requested.
It fixes the second half of #5841.

12 years agoFixed a potential integer overflow in block_Alloc().
Laurent Aimar [Thu, 12 Jan 2012 20:23:25 +0000 (21:23 +0100)]
Fixed a potential integer overflow in block_Alloc().

When the integer overflow happens, the block_t returned will be smaller
than requested.
It partially fixes #5841.

12 years agoVLCKit: use darwin9 for i386 contribs
Rafaël Carré [Thu, 12 Jan 2012 15:56:58 +0000 (10:56 -0500)]
VLCKit: use darwin9 for i386 contribs

12 years agoVLCKit: fixed compilation for x86_64
Felix Paul Kühne [Thu, 12 Jan 2012 12:32:04 +0000 (13:32 +0100)]
VLCKit: fixed compilation for x86_64

12 years agoAudio channel remapping filter
Cheng Sun [Wed, 21 Dec 2011 16:37:11 +0000 (16:37 +0000)]
Audio channel remapping filter

This filter allows channels to be remapped. Potential uses include
downmixing, or to correct non-standard channel orders.

Modified-by: Jean-Baptiste Kempf <jb@videolan.org>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoUsing strings 3 times, defining each only once
Christoph Miebach [Thu, 12 Jan 2012 00:46:00 +0000 (01:46 +0100)]
Using strings 3 times, defining each only once

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoLUA SD: Rename node:add_node to node:add_subnode for consistency
Edward Wang [Wed, 11 Jan 2012 21:26:32 +0000 (16:26 -0500)]
LUA SD: Rename node:add_node to node:add_subnode for consistency

Close #3475

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: prevent ugly rendering artifacts when resizing the black main window on a...
Felix Paul Kühne [Wed, 11 Jan 2012 20:40:38 +0000 (21:40 +0100)]
macosx: prevent ugly rendering artifacts when resizing the black main window on a slow CPU by adding a black backdrop on top of the clear window background

12 years agomacosx: only enable Lion's fullscreen mode in case VLC was linked against the 10...
Felix Paul Kühne [Wed, 11 Jan 2012 20:16:15 +0000 (21:16 +0100)]
macosx: only enable Lion's fullscreen mode in case VLC was linked against the 10.7 SDK

plus some other fixes

12 years agomacosx: reimplement 'fullscreen video device' (fixes #5831)
Felix Paul Kühne [Wed, 11 Jan 2012 18:53:27 +0000 (19:53 +0100)]
macosx: reimplement 'fullscreen video device' (fixes #5831)

12 years agoQt4: restore search in SD
Jean-Baptiste Kempf [Wed, 11 Jan 2012 17:42:09 +0000 (18:42 +0100)]
Qt4: restore search in SD

Close #5545

12 years agoAVI: add an automatic decision choice for AVI index
Jean-Baptiste Kempf [Tue, 10 Jan 2012 17:48:39 +0000 (18:48 +0100)]
AVI: add an automatic decision choice for AVI index

Propose a choice to automatically rebuild the index when broken...

12 years agoBump plugin version to small ABI changes in decoder_t
Jean-Baptiste Kempf [Wed, 11 Jan 2012 14:39:22 +0000 (15:39 +0100)]
Bump plugin version to small ABI changes in decoder_t

12 years agomacosx: re-written the messages panel to use a table view instead of a text view...
Felix Paul Kühne [Wed, 11 Jan 2012 14:09:17 +0000 (15:09 +0100)]
macosx: re-written the messages panel to use a table view instead of a text view. this vastly improves its performance and prevents any related crashes known to me so far

thanks to poldi for the idea

12 years agoDetermine psz_vlcpath in according to a location of DLL not the executable on OS/2
KO Myung-Hun [Tue, 10 Jan 2012 12:07:05 +0000 (21:07 +0900)]
Determine psz_vlcpath in according to a location of DLL not the executable on OS/2

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoQt: Reusing the titles from the simple preferences submenu as tooltip for the simple...
Christoph Miebach [Tue, 10 Jan 2012 19:52:15 +0000 (20:52 +0100)]
Qt: Reusing the titles from the simple preferences submenu as tooltip for the simple preferences

Should reduce number of strings for translation.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoUse force_align_arg_pointer for yadif crash on Windows XP
Naohiro KORIYAMA [Tue, 10 Jan 2012 06:11:04 +0000 (15:11 +0900)]
Use force_align_arg_pointer for yadif crash on Windows XP

This patch affects only on MinGW win32 builds.
Fixes #5793.

Signed-off-by: Rafaël Carré <funman@videolan.org>
12 years agoImproved default threads count when using automatic mode in avcodec.
Laurent Aimar [Tue, 10 Jan 2012 22:26:33 +0000 (23:26 +0100)]
Improved default threads count when using automatic mode in avcodec.

12 years agoClip number of thread to 16 when using threaded decoding in avcodec.
Laurent Aimar [Tue, 10 Jan 2012 22:10:48 +0000 (23:10 +0100)]
Clip number of thread to 16 when using threaded decoding in avcodec.

It workarounds an avcodec issue.

12 years agoSet decoder_t::i_extra_picture_buffers in avcodec decoder.
Laurent Aimar [Tue, 10 Jan 2012 21:55:29 +0000 (22:55 +0100)]
Set decoder_t::i_extra_picture_buffers in avcodec decoder.

It should fix #5753.
There can still be an issue with an insufficient input caching.

12 years agoAdded decoder_t::i_extra_picture_buffers field.
Laurent Aimar [Tue, 10 Jan 2012 21:45:46 +0000 (22:45 +0100)]
Added decoder_t::i_extra_picture_buffers field.

It will allow to specify the number of needed extra picture buffers due
to decoder latency.

12 years agoAvoid potential integer overflow when computing AR when transcoding.
Laurent Aimar [Tue, 10 Jan 2012 19:58:15 +0000 (20:58 +0100)]
Avoid potential integer overflow when computing AR when transcoding.

It was introduced by [45ee0e5c08f3ace0cb314f9108839ce856ba3f4e].

12 years agoFixed the format used for subtitles blending when transcoding.
Laurent Aimar [Tue, 10 Jan 2012 19:50:42 +0000 (20:50 +0100)]
Fixed the format used for subtitles blending when transcoding.

With [447719222b4a2496482571f1725aaf36b3d2d19e], it closes #5755 and #5756.

12 years agoFixed video AR given to the encoder when transcoding.
Laurent Aimar [Tue, 10 Jan 2012 19:48:40 +0000 (20:48 +0100)]
Fixed video AR given to the encoder when transcoding.

12 years agoIgnore files without their beginning in RAR archive.
Laurent Aimar [Sun, 8 Jan 2012 21:09:55 +0000 (22:09 +0100)]
Ignore files without their beginning in RAR archive.

12 years agoDo not error out on empty rar file.
Laurent Aimar [Sun, 8 Jan 2012 21:09:10 +0000 (22:09 +0100)]
Do not error out on empty rar file.

It avoids trying to play the file.

12 years agoImproved detection of splitted RAR archives.
Laurent Aimar [Sun, 8 Jan 2012 21:07:08 +0000 (22:07 +0100)]
Improved detection of splitted RAR archives.

Some rar archives doesn't have an end block.

12 years agoASF: macro removal for ASF_FindObject
Jean-Baptiste Kempf [Tue, 10 Jan 2012 17:08:46 +0000 (18:08 +0100)]
ASF: macro removal for ASF_FindObject

12 years agoASF: macro removal in ASF_CountObject
Jean-Baptiste Kempf [Tue, 10 Jan 2012 17:05:26 +0000 (18:05 +0100)]
ASF: macro removal in ASF_CountObject

12 years agoASF: macro removal
Jean-Baptiste Kempf [Tue, 10 Jan 2012 16:50:20 +0000 (17:50 +0100)]
ASF: macro removal

12 years agoASF: remove unneeded define
Jean-Baptiste Kempf [Tue, 10 Jan 2012 16:31:50 +0000 (17:31 +0100)]
ASF: remove unneeded define

12 years agocompat: always compile getdelim on Darwin
Felix Paul Kühne [Tue, 10 Jan 2012 10:48:41 +0000 (11:48 +0100)]
compat: always compile getdelim on Darwin

same rationale as in 679830ea6062dcfb7184c084f5787a8b6f436a3c

12 years agoRevert "Fixed a crash caused by yadif on Windows XP (again #5793)"
Rafaël Carré [Tue, 10 Jan 2012 04:26:08 +0000 (23:26 -0500)]
Revert "Fixed a crash caused by yadif on Windows XP (again #5793)"

This reverts commit 577b183d295adbea85e03502d73d04fd3f90ef90.

This breaks compilation on FreeBSD8 and OSX (both x86)

12 years agofixups.h: added an explicit hack so binaries created on OS X Lion can be executed...
Felix Paul Kühne [Mon, 9 Jan 2012 23:50:13 +0000 (00:50 +0100)]
fixups.h: added an explicit hack so binaries created on OS X Lion can be executed correctly on Snow Leopard

12 years agoMP4: debug the Matrix parameters for the tkhd atom
Jean-Baptiste Kempf [Mon, 9 Jan 2012 23:42:26 +0000 (00:42 +0100)]
MP4: debug the Matrix parameters for the tkhd atom

Ref #2882

12 years ago2012 Release Key
Christophe Mutricy [Mon, 9 Jan 2012 23:17:03 +0000 (23:17 +0000)]
2012 Release Key

12 years agoOnly allow clearing playlist if current item can be edited
Edward Wang [Mon, 9 Jan 2012 22:09:15 +0000 (17:09 -0500)]
Only allow clearing playlist if current item can be edited

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoQt: avoid a crash on displaying the chapters for some mp4
Jean-Baptiste Kempf [Mon, 9 Jan 2012 21:08:24 +0000 (22:08 +0100)]
Qt: avoid a crash on displaying the chapters for some mp4

12 years agoRemoved a space in front of questionmark. 2 Findings
Christoph Miebach [Mon, 9 Jan 2012 14:42:24 +0000 (15:42 +0100)]
Removed a space in front of questionmark. 2 Findings

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
12 years agomacosx: fixed crash when log window is open while progress window is closing
David Fuhrmann [Mon, 9 Jan 2012 12:35:16 +0000 (13:35 +0100)]
macosx: fixed crash when log window is open while progress window is closing

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agoWin32: Merge direct3d-desktop and video-wallpaper to fix usability issue
Jean-Baptiste Kempf [Mon, 9 Jan 2012 13:42:16 +0000 (14:42 +0100)]
Win32: Merge direct3d-desktop and video-wallpaper to fix usability issue

12 years agoQt4: remove wallpaper from simple prefs and allow it on the video menu
Jean-Baptiste Kempf [Mon, 9 Jan 2012 13:36:02 +0000 (14:36 +0100)]
Qt4: remove wallpaper from simple prefs and allow it on the video menu

12 years agoContribs: build gettext with llvm
Jean-Baptiste Kempf [Mon, 9 Jan 2012 10:53:22 +0000 (11:53 +0100)]
Contribs: build gettext with llvm

Close #5801

12 years agoyoutube.lua: partial fix for format matching
Pierre Ynard [Mon, 9 Jan 2012 01:25:51 +0000 (02:25 +0100)]
youtube.lua: partial fix for format matching

Stereoscopic formats would get mistakenly selected

12 years agomacosx: fix auto play when adding a new file with file dialogs
David Fuhrmann [Sun, 8 Jan 2012 20:05:25 +0000 (21:05 +0100)]
macosx: fix auto play when adding a new file with file dialogs

The issue was that we had 2 VLCPlaylist objects although they should be only one. Therefore this commit removes the wrong one in Open.xib

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agomacosx: respect b_enqueue value when adding items to the playlist
David Fuhrmann [Sun, 8 Jan 2012 20:05:24 +0000 (21:05 +0100)]
macosx: respect b_enqueue value when adding items to the playlist

also adds forgotten PL_LOCK and removes a commented out code block which should not be needed anymore

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agomacosx: fix DVD menu control and usage of hotkeys with modifiers
Felix Paul Kühne [Sun, 8 Jan 2012 17:03:36 +0000 (18:03 +0100)]
macosx: fix DVD menu control and usage of hotkeys with modifiers

fixes both #5733 and #5806

12 years agocue.lua: fix file path concatenation
Pierre Ynard [Sat, 7 Jan 2012 12:41:19 +0000 (13:41 +0100)]
cue.lua: fix file path concatenation

Use the same approach as in the playlist module

This should fix #5398

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoFixed a crash caused by yadif on Windows XP (again #5793)
Naohiro KORIYAMA [Sun, 8 Jan 2012 04:59:33 +0000 (13:59 +0900)]
Fixed a crash caused by yadif on Windows XP (again #5793)

Align stack variables manually in yadif x86 code.
This is fixed for the issue that yadif crashes VLC on Windows XP.
This issue happens win32 build on Windows 32bit.
This issue doesn't happen win32 build on Windows 64bit.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: always expand all sidebar nodes on launch (fixes #5811) and make sure that...
Felix Paul Kühne [Sun, 8 Jan 2012 13:18:35 +0000 (14:18 +0100)]
macosx: always expand all sidebar nodes on launch (fixes #5811) and make sure that the sidebar isn't editable by the user

12 years agomacosx: fixed pl counter and make sure we pause the input on minimaturize (closes...
Felix Paul Kühne [Sun, 8 Jan 2012 13:05:52 +0000 (14:05 +0100)]
macosx: fixed pl counter and make sure we pause the input on minimaturize (closes #5809)

12 years agomacosx: fix the window menu's close and minimize commands when using the black window...
Felix Paul Kühne [Sat, 7 Jan 2012 20:53:38 +0000 (21:53 +0100)]
macosx: fix the window menu's close and minimize commands when using the black window style

12 years agoContribs: update crystalHD to the latest headers
Jean-Baptiste Kempf [Sun, 8 Jan 2012 00:15:17 +0000 (01:15 +0100)]
Contribs: update crystalHD to the latest headers

And removed our patch that has been applied upstream.
Close #5795

Pointed by Mangled Deutz

12 years agolua: fix sign errors in us_tonumber()
Pierre Ynard [Sat, 7 Jan 2012 18:36:09 +0000 (19:36 +0100)]
lua: fix sign errors in us_tonumber()

12 years agomacosx: really fixed compilation on 10.5
Felix Paul Kühne [Sat, 7 Jan 2012 18:11:35 +0000 (19:11 +0100)]
macosx: really fixed compilation on 10.5

12 years agomacosx: fixed compilation issue on Leopard
Felix Paul Kühne [Sat, 7 Jan 2012 17:52:48 +0000 (18:52 +0100)]
macosx: fixed compilation issue on Leopard

12 years agomacosx: improve handling the mute action in the main window. disable slider and fullv...
Felix Paul Kühne [Sat, 7 Jan 2012 17:24:08 +0000 (18:24 +0100)]
macosx: improve handling the mute action in the main window. disable slider and fullvolume button in case mute is active. (fixes #5800)

12 years agomacosx: make sure that the bottombar controls don't respond in Lion's native fullscre...
Felix Paul Kühne [Sat, 7 Jan 2012 17:02:19 +0000 (18:02 +0100)]
macosx: make sure that the bottombar controls don't respond in Lion's native fullscreen mode (fixes #5799)

12 years agomacosx: fixed trivial appearance issue with the time slider's gray gradient
Felix Paul Kühne [Sat, 7 Jan 2012 16:44:29 +0000 (17:44 +0100)]
macosx: fixed trivial appearance issue with the time slider's gray gradient

12 years agomacosx: some improvements to the non-embedded vout window
Felix Paul Kühne [Sat, 7 Jan 2012 16:12:37 +0000 (17:12 +0100)]
macosx: some improvements to the non-embedded vout window

12 years agolua: add and use us_tonumber() for decimal numbers
Pierre Ynard [Sat, 7 Jan 2012 16:58:09 +0000 (17:58 +0100)]
lua: add and use us_tonumber() for decimal numbers

Closes #5705

12 years agomacosx: re-add the 'Reset' button to the image adjust filter, since it used be presen...
Felix Paul Kühne [Sat, 7 Jan 2012 13:45:57 +0000 (14:45 +0100)]
macosx: re-add the 'Reset' button to the image adjust filter, since it used be present in the past

12 years agocue.lua: simplify pattern matching
Pierre Ynard [Sat, 7 Jan 2012 12:36:27 +0000 (13:36 +0100)]
cue.lua: simplify pattern matching

12 years agoFixed a crash caused by yadif deinterlacer on Windows XP
Naohiro KORIYAMA [Sat, 7 Jan 2012 11:15:24 +0000 (20:15 +0900)]
Fixed a crash caused by yadif deinterlacer on Windows XP

I did incorrect modification moving [16] out of DECLARE_ALIGNED(),
and it caused a crash.

Fixes #5793.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoQt: use "normvol" instead of "volnorm" in Simple Preferences
Jean-Baptiste Kempf [Sat, 7 Jan 2012 00:53:06 +0000 (01:53 +0100)]
Qt: use "normvol" instead of "volnorm" in Simple Preferences

Close #5792

12 years agoFixed jamendo playlist demuxer.
Laurent Aimar [Sat, 7 Jan 2012 00:43:03 +0000 (01:43 +0100)]
Fixed jamendo playlist demuxer.

The check is a bit less strict to adapt to the various URL we can get.
It closes #5661.

12 years agoFixed a possible NULL dereference in the GME demuxer.
Laurent Aimar [Sat, 7 Jan 2012 00:25:36 +0000 (01:25 +0100)]
Fixed a possible NULL dereference in the GME demuxer.

It was added by [5e0e7978ffa0ad34c780c08caf518efcc4082127].

12 years agoLoad files to memory when needed for loading GME files.
Laurent Aimar [Sat, 7 Jan 2012 00:15:42 +0000 (01:15 +0100)]
Load files to memory when needed for loading GME files.

It happens when the size information is missing.
It closes #5766.

12 years agoAdded stream_BlockRemaining() helper.
Laurent Aimar [Sat, 7 Jan 2012 00:14:03 +0000 (01:14 +0100)]
Added stream_BlockRemaining() helper.

It is usefull to load a whole file to memory.

12 years agoFactorized the Filter() function of motiondetect.
Laurent Aimar [Fri, 6 Jan 2012 23:58:40 +0000 (00:58 +0100)]
Factorized the Filter() function of motiondetect.

12 years agoFixed motiondetect packed YUV filter function.
Laurent Aimar [Fri, 6 Jan 2012 23:35:15 +0000 (00:35 +0100)]
Fixed motiondetect packed YUV filter function.

A filter shall not return an input buffer.
It closes #5748.

12 years agoFixed a typo "Elasped" -> "Elapsed".
Laurent Aimar [Fri, 6 Jan 2012 22:02:45 +0000 (23:02 +0100)]
Fixed a typo "Elasped" -> "Elapsed".

12 years agoFixed ICY metadata support when HTTP chunked transfer is used.
Laurent Aimar [Fri, 6 Jan 2012 21:43:18 +0000 (22:43 +0100)]
Fixed ICY metadata support when HTTP chunked transfer is used.

It closes #5628.

12 years agoExecute EOF when an error occurs while reading the chunk header (HTTP).
Laurent Aimar [Fri, 6 Jan 2012 21:20:56 +0000 (22:20 +0100)]
Execute EOF when an error occurs while reading the chunk header (HTTP).

12 years agoFixed potential overread in the rawvideo decoder.
Laurent Aimar [Fri, 6 Jan 2012 20:00:10 +0000 (21:00 +0100)]
Fixed potential overread in the rawvideo decoder.

The plane size of the pictures given to a decoder can be a bit larger than
necessary. It can happens when the video size is incompatible with the
colorspace.

It closes #5770.

12 years agomacosx: fixed volume range (fix #5790)
Felix Paul Kühne [Fri, 6 Jan 2012 21:20:54 +0000 (22:20 +0100)]
macosx: fixed volume range (fix #5790)

12 years agoOSX: build relocatable VLC.app by default
Rafaël Carré [Fri, 6 Jan 2012 04:39:48 +0000 (23:39 -0500)]
OSX: build relocatable VLC.app by default

Use VLC-dev.app when developing and rebuilding frequently

12 years agomacosx: clarify window style option
David Fuhrmann [Fri, 6 Jan 2012 19:52:59 +0000 (20:52 +0100)]
macosx: clarify window style option

otherwise it makes no sense for a check box

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agomacosx: fixed interface crash on quit
Felix Paul Kühne [Fri, 6 Jan 2012 19:42:05 +0000 (20:42 +0100)]
macosx: fixed interface crash on quit

 fixes #5779

12 years agomacosx: fixed rare crash when reshaping the video view (fixes #5740)
Felix Paul Kühne [Fri, 6 Jan 2012 19:14:58 +0000 (20:14 +0100)]
macosx: fixed rare crash when reshaping the video view (fixes #5740)

12 years agomacosx: fixed border styles of playlist table and sidebar when using the gray main...
Felix Paul Kühne [Fri, 6 Jan 2012 19:03:12 +0000 (20:03 +0100)]
macosx: fixed border styles of playlist table and sidebar when using the gray main window style (finally fixes #5742)

12 years agomacosx: don't draw the time slider's 'fancy gradient effect' on Leopard, since this...
Felix Paul Kühne [Fri, 6 Jan 2012 18:49:41 +0000 (19:49 +0100)]
macosx: don't draw the time slider's 'fancy gradient effect' on Leopard, since this leads to ugly artifacts due to the outdated CoreAnimation version

12 years agomacosx: make sure we update the menu from the main thread only (fixes #5737)
Felix Paul Kühne [Fri, 6 Jan 2012 18:39:36 +0000 (19:39 +0100)]
macosx: make sure we update the menu from the main thread only (fixes #5737)

12 years agomacosx: really fix the messages panel (fixes #5541) and added a 'live update' checkbo...
Felix Paul Kühne [Fri, 6 Jan 2012 18:32:40 +0000 (19:32 +0100)]
macosx: really fix the messages panel (fixes #5541) and added a 'live update' checkbox to turn off frequent updates since this is quite load intensive

12 years agomacosx: speed-up loading the open panel by loading its xib once VLC is finished with...
Felix Paul Kühne [Fri, 6 Jan 2012 14:55:08 +0000 (15:55 +0100)]
macosx: speed-up loading the open panel by loading its xib once VLC is finished with launching instead of prior to showing the panel

12 years agomacosx: open panel: fixed cmd-R if no QTKit compatible device is connected, hide...
Felix Paul Kühne [Fri, 6 Jan 2012 14:50:09 +0000 (15:50 +0100)]
macosx: open panel: fixed cmd-R if no QTKit compatible device is connected, hide the screen input module on Lion, optimizations

12 years agodash: Removing empty IAdaptionLogic implementation.
Hugo Beauzée-Luyssen [Fri, 6 Jan 2012 10:25:47 +0000 (11:25 +0100)]
dash: Removing empty IAdaptionLogic implementation.

This is crash prone, and makes us maintain another implementation if we
ever edit the interface.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodash: Adding an implementation for UrlTemplate
Hugo Beauzée-Luyssen [Thu, 5 Jan 2012 13:35:10 +0000 (14:35 +0100)]
dash: Adding an implementation for UrlTemplate

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>