]> git.sesse.net Git - vlc/log
vlc
14 years agoMisc lua interface changes.
Antoine Cellerier [Sun, 27 Dec 2009 21:36:10 +0000 (22:36 +0100)]
Misc lua interface changes.

14 years agoAdd new rate command to rc.
Antoine Cellerier [Sun, 27 Dec 2009 21:14:10 +0000 (22:14 +0100)]
Add new rate command to rc.

Enables setting playback rate to a specific value.

14 years agoFix rc hotkey command.
Antoine Cellerier [Sun, 27 Dec 2009 21:04:10 +0000 (22:04 +0100)]
Fix rc hotkey command.

(accepts full hotkey names or hotkey names without the leading key-)

14 years agoAdd vlc_GetActionId().
Antoine Cellerier [Sun, 27 Dec 2009 20:53:02 +0000 (21:53 +0100)]
Add vlc_GetActionId().

vlc_GetActionId() is used to get an ACTIONID from the action's name, which is way better than getting the hotkey setting from the hotkey name and then, if the hotkey was set, looking up the corresponding action id ... since this also works if the hotkey isn't set. Export this function in lua and use in common.hotkey().

14 years agoDon't print welcome message if it's empty.
Antoine Cellerier [Sun, 27 Dec 2009 20:14:17 +0000 (21:14 +0100)]
Don't print welcome message if it's empty.

14 years agoImplement menu command. Disable eval command unless rc={eval=1} is set.
Antoine Cellerier [Sun, 27 Dec 2009 20:08:55 +0000 (21:08 +0100)]
Implement menu command. Disable eval command unless rc={eval=1} is set.

14 years agoSimplify lua http's custom.lua. Print any errors while loading custom.lua in the...
Antoine Cellerier [Mon, 21 Dec 2009 23:24:38 +0000 (00:24 +0100)]
Simplify lua http's custom.lua. Print any errors while loading custom.lua in the debug output.

14 years agoPrevent errors if item name is nil (I wonder why that happens though).
Antoine Cellerier [Mon, 21 Dec 2009 23:08:26 +0000 (00:08 +0100)]
Prevent errors if item name is nil (I wonder why that happens though).

14 years agoDirectSound: use DirectSoundEnumerateW iso DirectSoundEnumerateA
Jean-Baptiste Kempf [Sun, 27 Dec 2009 15:10:58 +0000 (16:10 +0100)]
DirectSound: use DirectSoundEnumerateW iso DirectSoundEnumerateA

And other alignment changes

14 years agoSDL_INIT_EVENTTHREAD is supported on Windows now.
Jean-Baptiste Kempf [Sun, 27 Dec 2009 14:55:51 +0000 (15:55 +0100)]
SDL_INIT_EVENTTHREAD is supported on Windows now.

14 years agoFix compilation under MinGW/MSYS on WinXP Remove an error about a missing symbol...
Paul Corke [Thu, 17 Dec 2009 17:30:18 +0000 (17:30 +0000)]
Fix compilation under MinGW/MSYS on WinXP Remove an error about a missing symbol WSA_QOS_EUNKNOWNPSOBJ

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoskins: update skins dtd (new loop parameter)
Erwan Tulou [Sun, 27 Dec 2009 12:20:08 +0000 (13:20 +0100)]
skins: update skins dtd (new loop parameter)

14 years agoskins2: add a 'loop' parameter for animated bitmaps
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

14 years agoskins2(Win): fix a timer issue
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.

14 years agoFixes a build error on OS X
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>
14 years agoDirectX/Waveout: new windows_audio_common.h file
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

14 years agoDirectSound: cosmetics
Jean-Baptiste Kempf [Sun, 27 Dec 2009 01:19:12 +0000 (02:19 +0100)]
DirectSound: cosmetics

14 years agoDirectSound: fix a warning
Jean-Baptiste Kempf [Sun, 27 Dec 2009 01:03:11 +0000 (02:03 +0100)]
DirectSound: fix a warning

14 years agoMSW vout: fix compilation since [76e8da0ff] change
Jean-Baptiste Kempf [Sun, 27 Dec 2009 00:40:38 +0000 (01:40 +0100)]
MSW vout: fix compilation since [76e8da0ff] change

14 years agoSkins: set the maximum volume to 1024, not 512
Geoffroy Couprie [Sat, 26 Dec 2009 23:39:10 +0000 (00:39 +0100)]
Skins: set the maximum volume to 1024, not 512

close #2089

14 years agoskins2(Windows): add a black windows for fullscreen and manage z-order
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

14 years agoskins(Win32): add hotkeys support in fullscreen mode
Erwan Tulou [Sat, 26 Dec 2009 20:54:45 +0000 (21:54 +0100)]
skins(Win32): add hotkeys support in fullscreen mode

14 years agoskins2(Win32): prepare for typified windows
Erwan Tulou [Sat, 19 Dec 2009 18:30:23 +0000 (19:30 +0100)]
skins2(Win32): prepare for typified windows

14 years agoskins2: optimize refresh
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.

14 years agoskins(Linux) : fix crash with a few skins (e.g Orangeade) and xcb_x11
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.

14 years agomsw: typo
Erwan Tulou [Sat, 26 Dec 2009 10:56:32 +0000 (11:56 +0100)]
msw: typo

14 years agoXCB/XVideo: skip completely if overlay is disabled
Rémi Denis-Courmont [Sat, 26 Dec 2009 20:09:49 +0000 (22:09 +0200)]
XCB/XVideo: skip completely if overlay is disabled

14 years agoXCB/window: hackish implementation of video wallpaper
Rémi Denis-Courmont [Sat, 26 Dec 2009 20:07:52 +0000 (22:07 +0200)]
XCB/window: hackish implementation of video wallpaper

14 years agoRename directx-wallpaper to video-wallpaper
Rémi Denis-Courmont [Sat, 26 Dec 2009 19:58:31 +0000 (21:58 +0200)]
Rename directx-wallpaper to video-wallpaper

14 years agoASF: remove unused variables
Jean-Baptiste Kempf [Sat, 26 Dec 2009 19:54:11 +0000 (20:54 +0100)]
ASF: remove unused variables

14 years agoTypo in previous commit
Jean-Baptiste Kempf [Sat, 26 Dec 2009 19:00:32 +0000 (20:00 +0100)]
Typo in previous commit

14 years agoDC1394: use SCNx64 instead of llx in sscanf
Jean-Baptiste Kempf [Sat, 26 Dec 2009 18:56:17 +0000 (19:56 +0100)]
DC1394: use SCNx64 instead of llx in sscanf

14 years agohttp access: use SCN instead of PRI with sscanf
Jean-Baptiste Kempf [Sat, 26 Dec 2009 18:46:40 +0000 (19:46 +0100)]
http access: use SCN instead of PRI with sscanf

14 years agoSAP SD: Use SCN in scanf instrad of PRI
Jean-Baptiste Kempf [Sat, 26 Dec 2009 18:39:59 +0000 (19:39 +0100)]
SAP SD: Use SCN in scanf instrad of PRI

14 years agoosx/framework: propagate NSInteger and NSUInteger
Felix Paul Kühne [Sat, 26 Dec 2009 18:30:51 +0000 (19:30 +0100)]
osx/framework: propagate NSInteger and NSUInteger

14 years agoupdated NEWS for OS X
Felix Paul Kühne [Sat, 26 Dec 2009 18:29:56 +0000 (19:29 +0100)]
updated NEWS for OS X

14 years agoTypo
Rémi Denis-Courmont [Sat, 26 Dec 2009 18:02:25 +0000 (20:02 +0200)]
Typo

14 years agoReally make a valid URI for '-'
Rémi Denis-Courmont [Sat, 26 Dec 2009 18:00:58 +0000 (20:00 +0200)]
Really make a valid URI for '-'

14 years agoRevert "Win32: fix #2592 (stdin file input). It may impact other platforms, so please...
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.

14 years agoPass full window state to window providers
Rémi Denis-Courmont [Sat, 26 Dec 2009 17:50:19 +0000 (19:50 +0200)]
Pass full window state to window providers

14 years agoXCB/window: implement below state
Rémi Denis-Courmont [Sat, 26 Dec 2009 17:46:46 +0000 (19:46 +0200)]
XCB/window: implement below state

14 years agoQt4: do not implement below state
Rémi Denis-Courmont [Sat, 26 Dec 2009 17:46:21 +0000 (19:46 +0200)]
Qt4: do not implement below state

14 years agovout: expand stacking mode from boolean to unsigned
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).

14 years agoVOUT_WINDOW_SET_ON_TOP -> VOUT_WINDOW_SET_STATE
Rémi Denis-Courmont [Sat, 26 Dec 2009 12:14:18 +0000 (14:14 +0200)]
VOUT_WINDOW_SET_ON_TOP -> VOUT_WINDOW_SET_STATE

14 years agofreetype: NULL for %s is not portable
Rémi Denis-Courmont [Sat, 26 Dec 2009 12:29:08 +0000 (14:29 +0200)]
freetype: NULL for %s is not portable

14 years agoosx dialog provider: make sure we can actually quit VLC
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

14 years agotranscode: change default scaling factor to 0 -> no scaling
Ilkka Ollakka [Sat, 26 Dec 2009 16:42:15 +0000 (18:42 +0200)]
transcode: change default scaling factor to 0 -> no scaling

14 years agotranscode/video: fit sar-calculation
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

14 years agocontrib: use real prefix when hacking libintl headers
Pierre Ynard [Sat, 26 Dec 2009 16:19:04 +0000 (17:19 +0100)]
contrib: use real prefix when hacking libintl headers

14 years agoQt4: add the verbose-objects option to the messages window
Geoffroy Couprie [Sat, 26 Dec 2009 13:45:03 +0000 (14:45 +0100)]
Qt4: add the verbose-objects option to the messages window

14 years agoDirectX aout: select the output device by its name instead of its number in preferences
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

14 years agowhile I'm at it: don't crash either if I select something in getOpenFileNames
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

14 years agoDon't crash if I click "cancel" in getOpenFileNames
Geoffroy Couprie [Fri, 25 Dec 2009 15:20:42 +0000 (16:20 +0100)]
Don't crash if I click "cancel" in getOpenFileNames

14 years agoWin32: fix #2592 (stdin file input). It may impact other platforms, so please test...
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.

14 years agomacosx/framework: Remove unneeded configure flags.
Pierre d'Herbemont [Sat, 26 Dec 2009 15:10:43 +0000 (16:10 +0100)]
macosx/framework: Remove unneeded configure flags.

14 years agoconfigure: Make sure independant Mac OS X-related modules can be activated/deactivate...
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.

14 years agoinput: With --play-and-pause don't pause non pausable stream.
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.

14 years agoosx/framework: use the OS X dialog provider as interface 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

14 years agoosx dialog provider: implemented the progress bar dialog
Felix Paul Kühne [Sat, 26 Dec 2009 14:36:11 +0000 (15:36 +0100)]
osx dialog provider: implemented the progress bar dialog

14 years agoRemove unused lock
Rémi Denis-Courmont [Sat, 26 Dec 2009 11:44:00 +0000 (13:44 +0200)]
Remove unused lock

14 years agoModified the main OS X interface module to remove the use of setjmp() and longjmp...
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>
14 years agogui/macosx: Do not automatically resize the video view by calling scaleWindowWithFact...
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>
14 years agogui/macosx: fix a side effect when the playlist's splitview is resizing in embedded...
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>
14 years agogui/macosx: uses the superview object for swapping between the video view and the...
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>
14 years agogui/macosx: try a fix of validateMenuItem: that avoid to fail on __vlc_object_release...
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>
14 years agoRemove unused string
Rémi Denis-Courmont [Sat, 26 Dec 2009 09:29:30 +0000 (11:29 +0200)]
Remove unused string

Pointed-out-by: Fumio Nakayama
14 years agoosx dialog provider: minor cleanup
Felix Paul Kühne [Sat, 26 Dec 2009 03:20:19 +0000 (04:20 +0100)]
osx dialog provider: minor cleanup

14 years agoadded a Minimal Dialog Provider for Mac OS X
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.

14 years agoconfigure: Fix Mac OS X audio detection.
Pierre d'Herbemont [Sat, 26 Dec 2009 01:42:13 +0000 (02:42 +0100)]
configure: Fix Mac OS X audio detection.

14 years agomacosx/framework: Bring back --play-and-pause.
Pierre d'Herbemont [Sat, 26 Dec 2009 00:10:57 +0000 (01:10 +0100)]
macosx/framework: Bring back --play-and-pause.

14 years agoQt: Use the singleton class, to simplify the code
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>
14 years agoAdding a generic singleton pattern implementation
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>
14 years agovout_macosx: Fix a typo.
Pierre d'Herbemont [Thu, 24 Dec 2009 17:24:27 +0000 (18:24 +0100)]
vout_macosx: Fix a typo.

14 years agomacosx/framework: Factorization.
Pierre d'Herbemont [Thu, 24 Dec 2009 17:05:04 +0000 (18:05 +0100)]
macosx/framework: Factorization.

14 years agomacosx/framework: Use the new "vout display".
Pierre d'Herbemont [Thu, 24 Dec 2009 09:04:54 +0000 (10:04 +0100)]
macosx/framework: Use the new "vout display".

14 years agolibvlc: Fix documentation regarding drawable-nsobject.
Pierre d'Herbemont [Thu, 24 Dec 2009 09:04:16 +0000 (10:04 +0100)]
libvlc: Fix documentation regarding drawable-nsobject.

14 years agoNew "vout display" for macosx.
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.

14 years agomacosx/framework: Renamed all the targets to be more explicit.
Pierre d'Herbemont [Wed, 23 Dec 2009 18:20:42 +0000 (19:20 +0100)]
macosx/framework: Renamed all the targets to be more explicit.

14 years agovod: removing more unused stuff
Pierre Ynard [Wed, 23 Dec 2009 20:36:20 +0000 (21:36 +0100)]
vod: removing more unused stuff

14 years agox264: remove unneeded p_buffer
Ilkka Ollakka [Wed, 23 Dec 2009 20:27:04 +0000 (22:27 +0200)]
x264: remove unneeded p_buffer

14 years agomp4: fix sar_num calculation
Ilkka Ollakka [Wed, 23 Dec 2009 20:13:54 +0000 (22:13 +0200)]
mp4: fix sar_num calculation

14 years agox264: avoid one memcpy
Ilkka Ollakka [Sun, 20 Dec 2009 14:51:00 +0000 (16:51 +0200)]
x264: avoid one memcpy

14 years agoSAP: try to improve playlist category name as earlier
Rémi Denis-Courmont [Wed, 23 Dec 2009 19:22:30 +0000 (21:22 +0200)]
SAP: try to improve playlist category name as earlier

14 years ago--list: do not use colors if stdout is not a TTY
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.

14 years agoRevert "sap: Rename to "Network Streams (SAP)""
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.

14 years agoRevert "No need to show service probes in the module list"
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.

14 years agoNo need to show service probes in the module list
Fabio Ritrovato [Wed, 23 Dec 2009 16:47:18 +0000 (17:47 +0100)]
No need to show service probes in the module list

14 years agomacosx/framework: Change the name of the default target to "Build Everything"
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"

14 years agomacosx/framework: Make sure remainingTime is KVO.
Pierre d'Herbemont [Tue, 22 Dec 2009 19:59:28 +0000 (20:59 +0100)]
macosx/framework: Make sure remainingTime is KVO.

14 years agomacosx/framework: Handle media changed events.
Pierre d'Herbemont [Tue, 22 Dec 2009 19:50:14 +0000 (20:50 +0100)]
macosx/framework: Handle media changed events.

14 years agomedia_player: Emit an event when the root media is changed.
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.

14 years agoXCB/XVideo: ignore ARGB picture format
Rémi Denis-Courmont [Wed, 23 Dec 2009 12:55:28 +0000 (14:55 +0200)]
XCB/XVideo: ignore ARGB picture format

14 years agoBall uses sqrt() and roundf() and so needs -lm
Christophe Mutricy [Tue, 22 Dec 2009 20:59:41 +0000 (20:59 +0000)]
Ball uses sqrt() and roundf() and so needs -lm

14 years agops demux: fix overlook when fixing timestamps
Pierre Ynard [Tue, 22 Dec 2009 19:15:29 +0000 (20:15 +0100)]
ps demux: fix overlook when fixing timestamps

14 years agoRemove module_GetModulesNamesForCapability
Rémi Denis-Courmont [Tue, 22 Dec 2009 16:46:29 +0000 (18:46 +0200)]
Remove module_GetModulesNamesForCapability

14 years agoDon't use color when listing modules on Windows
Fabio Ritrovato [Tue, 22 Dec 2009 17:34:24 +0000 (18:34 +0100)]
Don't use color when listing modules on Windows

14 years agomacosx/framework: Bring back default logging value to -1.
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.

14 years agomacosx/framework: Disable the media library since it is not exposed.
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.

14 years agomacosx/framework: improve comments in VLCMediaPlayer.h.
Pierre d'Herbemont [Mon, 21 Dec 2009 14:16:52 +0000 (15:16 +0100)]
macosx/framework: improve comments in VLCMediaPlayer.h.

14 years agomacosx/framework: Simplify the API for audio tracks, chapters, titles, and subtitles.
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.