]> git.sesse.net Git - vlc/log
vlc
16 years agoMacOSX/Framework/VLC.h: Import VLCLibrary.h and VLCVideoLayer.h by default.
Faustino Osuna [Thu, 3 Jan 2008 20:49:40 +0000 (20:49 +0000)]
MacOSX/Framework/VLC.h: Import VLCLibrary.h and VLCVideoLayer.h by default.

16 years agoMacOSX/Framework/Examples/test: Ignore build directory.
Faustino Osuna [Thu, 3 Jan 2008 20:45:19 +0000 (20:45 +0000)]
MacOSX/Framework/Examples/test: Ignore build directory.

16 years agoMacOSX/Framework/Examples/test/Controller.m: Updated example to comply with latest...
Faustino Osuna [Thu, 3 Jan 2008 20:44:36 +0000 (20:44 +0000)]
MacOSX/Framework/Examples/test/Controller.m: Updated example to comply with latest framework improvements.

16 years agoMacOSX/Framework: Remove 'TODO' references/files.
Faustino Osuna [Thu, 3 Jan 2008 20:23:45 +0000 (20:23 +0000)]
MacOSX/Framework: Remove 'TODO' references/files.

16 years agobindings/python/vlc_input.c: update to match
Olivier Aubert [Thu, 3 Jan 2008 18:51:36 +0000 (18:51 +0000)]
bindings/python/vlc_input.c: update to match
libvlc_video_take_snapshot API change (it would be nice to grep the
VLC source, or at least the bindings directory, for the symbol when
doing such a change).

16 years agoMacOSX/Framework/VLCLibrary.h: Mark as public header.
Pierre d'Herbemont [Thu, 3 Jan 2008 14:27:42 +0000 (14:27 +0000)]
MacOSX/Framework/VLCLibrary.h: Mark as public header.

16 years agoMacOSX/Framework/VLCLibrary.m: Fix an exception leak.
Pierre d'Herbemont [Thu, 3 Jan 2008 14:22:54 +0000 (14:22 +0000)]
MacOSX/Framework/VLCLibrary.m: Fix an exception leak.

16 years agovideo_output/opengllayer.m: Revert previous commit, and attempt to get the resolution...
Pierre d'Herbemont [Thu, 3 Jan 2008 00:41:34 +0000 (00:41 +0000)]
video_output/opengllayer.m: Revert previous commit, and attempt to get the resolution fix working.

16 years agoMacOSX/Framework/VLCMediaPlayer.m: Missing a comment before the detach to match the...
Pierre d'Herbemont [Wed, 2 Jan 2008 23:58:25 +0000 (23:58 +0000)]
MacOSX/Framework/VLCMediaPlayer.m: Missing a comment before the detach to match the attach of libvlc_MediaInstancePositionChanged.

16 years agoStart splitting the ALSA and OSS code. The --v4l2-adev device will be tried first...
Antoine Cellerier [Wed, 2 Jan 2008 23:32:56 +0000 (23:32 +0000)]
Start splitting the ALSA and OSS code. The --v4l2-adev device will be tried first as an ALSA device, and then as OSS upon failure. If no audio device is specified, "default" is used for ALSA, "/dev/dsp" for OSS. You can disable/activate usage of ALSA and OSS using the --v4l2-audio-method option (see vlc -p v4l2 --advanced --help-verbose).
Next step will be to split the module in different source files, the current code is quite a mess.
Also fix compilation of the module if HAVE_ALSA isn't defined.

16 years agovideo_output/opengllayer.m: Don't use AGP texturing until we get a proper frames...
Pierre d'Herbemont [Wed, 2 Jan 2008 22:55:38 +0000 (22:55 +0000)]
video_output/opengllayer.m: Don't use AGP texturing until we get a proper frames lifo stack. Set to the layer synchronous, and call setNeedsDisplay when needed.

16 years agoMacOSX/Framework/VLCMediaPlayer.m: Fix KVO.
Pierre d'Herbemont [Wed, 2 Jan 2008 22:49:26 +0000 (22:49 +0000)]
MacOSX/Framework/VLCMediaPlayer.m: Fix KVO.

16 years agoMacOSX/VLC_app: Better naming scheme for the different UI elements.
Pierre d'Herbemont [Wed, 2 Jan 2008 22:14:01 +0000 (22:14 +0000)]
MacOSX/VLC_app: Better naming scheme for the different UI elements.

16 years agoMacOSX/Framework/VLC.xcodeproj: Fix the copy script again. SYMROOT is defined everywhere.
Pierre d'Herbemont [Wed, 2 Jan 2008 21:41:04 +0000 (21:41 +0000)]
MacOSX/Framework/VLC.xcodeproj: Fix the copy script again. SYMROOT is defined everywhere.

16 years agovideo_output/opengllayer.m: Rename the layer from VLCVideoLayer to VLCVoutLayer,...
Pierre d'Herbemont [Wed, 2 Jan 2008 18:57:22 +0000 (18:57 +0000)]
video_output/opengllayer.m: Rename the layer from VLCVideoLayer to VLCVoutLayer, to avoid name collision with the framework.

16 years agoMacOSX/Framework/VLC.xcodeproj: Properly behave with SYMROOT and Framework Copy Phase.
Pierre d'Herbemont [Wed, 2 Jan 2008 18:56:16 +0000 (18:56 +0000)]
MacOSX/Framework/VLC.xcodeproj: Properly behave with SYMROOT and Framework Copy Phase.

16 years agoMacOSX/Framework/project.pbxproj: Don't force the user to use 'build' as SYMROOT.
Pierre d'Herbemont [Wed, 2 Jan 2008 18:46:57 +0000 (18:46 +0000)]
MacOSX/Framework/project.pbxproj: Don't force the user to use 'build' as SYMROOT.

16 years agoMacOSX/Framework/project.pbxproj: Mark VLCVideoLayer.h as Public.
Pierre d'Herbemont [Wed, 2 Jan 2008 18:42:08 +0000 (18:42 +0000)]
MacOSX/Framework/project.pbxproj: Mark VLCVideoLayer.h as Public.

16 years agoMacOSX/Framework/VLCMediaPlayer.m: Use the newer form of trigger key for key changes.
Pierre d'Herbemont [Wed, 2 Jan 2008 18:34:43 +0000 (18:34 +0000)]
MacOSX/Framework/VLCMediaPlayer.m: Use the newer form of trigger key for key changes.

16 years agoMacOSX/Framework/VLCMediaPlayer: Expose -setVideoLayer: and -initWithVideoLayer:.
Pierre d'Herbemont [Wed, 2 Jan 2008 18:23:40 +0000 (18:23 +0000)]
MacOSX/Framework/VLCMediaPlayer: Expose -setVideoLayer: and -initWithVideoLayer:.

16 years agoMacOSX/Framework/VLCVideoLayer.m: Remove unuseful constructor.
Pierre d'Herbemont [Wed, 2 Jan 2008 18:17:15 +0000 (18:17 +0000)]
MacOSX/Framework/VLCVideoLayer.m: Remove unuseful constructor.

16 years agoMacOSX/Framework/VLCVideoLayer.m: Don't use any layout manager.
Pierre d'Herbemont [Wed, 2 Jan 2008 18:10:45 +0000 (18:10 +0000)]
MacOSX/Framework/VLCVideoLayer.m: Don't use any layout manager.

16 years agoMacOSX/Framework: Implement VLCVideoLayer.
Pierre d'Herbemont [Wed, 2 Jan 2008 18:07:32 +0000 (18:07 +0000)]
MacOSX/Framework: Implement VLCVideoLayer.

16 years agoMacOSX/Framework/VLCVideoView.m: Fix a potential segfault.
Pierre d'Herbemont [Wed, 2 Jan 2008 18:05:14 +0000 (18:05 +0000)]
MacOSX/Framework/VLCVideoView.m: Fix a potential segfault.

16 years agoMacOSX/VLC_app: Remove moved files.
Pierre d'Herbemont [Wed, 2 Jan 2008 17:35:53 +0000 (17:35 +0000)]
MacOSX/VLC_app: Remove moved files.

16 years agoMacOSX/VLC_app: Support drag and drop to the category view.
Pierre d'Herbemont [Wed, 2 Jan 2008 17:18:21 +0000 (17:18 +0000)]
MacOSX/VLC_app: Support drag and drop to the category view.

16 years agoMacOSX/Framework/VLCExceptionHandler.m: Log to the console the exception info and...
Pierre d'Herbemont [Wed, 2 Jan 2008 15:57:43 +0000 (15:57 +0000)]
MacOSX/Framework/VLCExceptionHandler.m: Log to the console the exception info and name.

16 years agoMacOSX/Framework/VLCExceptionHandler.m: Minor adjustement of the Exception window.
Pierre d'Herbemont [Wed, 2 Jan 2008 15:52:32 +0000 (15:52 +0000)]
MacOSX/Framework/VLCExceptionHandler.m: Minor adjustement of the Exception window.

16 years agoMacOSX/Framework/VLCExceptionHandler.m: Print a nice dialog when we catch an Exception.
Pierre d'Herbemont [Wed, 2 Jan 2008 15:44:31 +0000 (15:44 +0000)]
MacOSX/Framework/VLCExceptionHandler.m: Print a nice dialog when we catch an Exception.

16 years agoMacOSX/Framework/VLCLibrary.m: Remove a TODO.
Pierre d'Herbemont [Wed, 2 Jan 2008 15:39:24 +0000 (15:39 +0000)]
MacOSX/Framework/VLCLibrary.m: Remove a TODO.

16 years agoMacOSX/Framework: Properly convert libvlc Exception to NSException. Rename quit_on_ex...
Pierre d'Herbemont [Wed, 2 Jan 2008 15:37:47 +0000 (15:37 +0000)]
MacOSX/Framework: Properly convert libvlc Exception to NSException. Rename quit_on_exception to catch_exception.

16 years agoMacOSX/Framework: Fix grouped event sending, and remove a debugging assert that isn...
Pierre d'Herbemont [Wed, 2 Jan 2008 14:46:15 +0000 (14:46 +0000)]
MacOSX/Framework: Fix grouped event sending, and remove a debugging assert that isn't true anymore.

16 years agomisc/events.c: Fix a warning.
Pierre d'Herbemont [Wed, 2 Jan 2008 13:42:34 +0000 (13:42 +0000)]
misc/events.c: Fix a warning.

16 years agoLimit mouse-x and mouse-y in sdl video_output module.\nSame than [24031] but for sdl
Rémi Duraffort [Wed, 2 Jan 2008 13:30:44 +0000 (13:30 +0000)]
Limit mouse-x and mouse-y in sdl video_output module.\nSame than [24031] but for sdl

16 years agoFix signed int, unsigned int comparison.
Jean-Paul Saman [Wed, 2 Jan 2008 13:01:12 +0000 (13:01 +0000)]
Fix signed int, unsigned int comparison.

16 years agoLimit the mouse-x and mouse-y beetween 0 and p_vout->fmt_in.i_visible_(width\|height...
Rémi Duraffort [Wed, 2 Jan 2008 11:36:40 +0000 (11:36 +0000)]
Limit the mouse-x and mouse-y beetween 0 and p_vout->fmt_in.i_visible_(width\|height) to avoid unsigned overflow. Feel free to revert if this commit is stupid.

16 years agoRemove useless test
Rémi Duraffort [Wed, 2 Jan 2008 11:32:54 +0000 (11:32 +0000)]
Remove useless test

16 years agoRevert [19071] because it is broken. It doesn't allow channel or samplerate changes...
Jean-Paul Saman [Wed, 2 Jan 2008 09:59:06 +0000 (09:59 +0000)]
Revert [19071] because it is broken. It doesn't allow channel or samplerate changes for fourcc mp4a even when explicitly requested by the user. Specify channels=2 and samplerate=NNNN for fourcc mp4a if you want AAC SBR.

16 years agoFix an error in key handling with sdl
Rémi Duraffort [Wed, 2 Jan 2008 09:54:25 +0000 (09:54 +0000)]
Fix an error in key handling with sdl

16 years agoSpecial case for fourcc samr and sawb in transcode_audio_new()
Jean-Paul Saman [Wed, 2 Jan 2008 09:50:41 +0000 (09:50 +0000)]
Special case for fourcc samr and sawb in transcode_audio_new()

16 years agoUse id->p_decoder->fmt_out as input for id->p_encoder->fmt_in. Removes double initial...
Jean-Paul Saman [Wed, 2 Jan 2008 09:46:40 +0000 (09:46 +0000)]
Use id->p_decoder->fmt_out as input for id->p_encoder->fmt_in. Removes double initialisation of id->p_encoder->fmt_in (es_format_Init()).

16 years agoRevert [23694] because the fix was bad.
Jean-Paul Saman [Wed, 2 Jan 2008 09:44:31 +0000 (09:44 +0000)]
Revert [23694] because the fix was bad.

16 years agoMacOSX/Framework/VLCTime.h: Fix typo in comment.
Pierre d'Herbemont [Wed, 2 Jan 2008 02:55:09 +0000 (02:55 +0000)]
MacOSX/Framework/VLCTime.h: Fix typo in comment.

16 years agoMacOSX/Framework/VLCVideoView.m: Code cleanup. (Patch by Enrique Osuna).
Pierre d'Herbemont [Wed, 2 Jan 2008 02:52:35 +0000 (02:52 +0000)]
MacOSX/Framework/VLCVideoView.m: Code cleanup. (Patch by Enrique Osuna).

16 years agoMacOSX/Framework/VLCTime: Code cleanup and use Objective-C 2.0 @property. (Patch...
Pierre d'Herbemont [Wed, 2 Jan 2008 02:51:42 +0000 (02:51 +0000)]
MacOSX/Framework/VLCTime: Code cleanup and use Objective-C 2.0 @property. (Patch by Enrique Osuna).

16 years agoMacOSX/Framework/VLCMediaPlayer: Code cleanup and use Objective-C 2.0 @property....
Pierre d'Herbemont [Wed, 2 Jan 2008 02:50:11 +0000 (02:50 +0000)]
MacOSX/Framework/VLCMediaPlayer: Code cleanup and use Objective-C 2.0 @property. (Patch by Enrique Osuna).

16 years agoMacOSX/Framework/VLCMediaListAspect: Code cleanup and use Objective-C 2.0 @property...
Pierre d'Herbemont [Wed, 2 Jan 2008 02:48:55 +0000 (02:48 +0000)]
MacOSX/Framework/VLCMediaListAspect: Code cleanup and use Objective-C 2.0 @property. (Patch by Enrique Osuna).

16 years agoMacOSX/Framework/VLCMediaList.m: Code cleanup and use Objective-C 2.0 @property....
Pierre d'Herbemont [Wed, 2 Jan 2008 02:47:07 +0000 (02:47 +0000)]
MacOSX/Framework/VLCMediaList.m: Code cleanup and use Objective-C 2.0 @property. (Patch by Enrique Osuna).

16 years agoMacOSX/Framework/VLCMediaLibrary: Code cleanup and use Objective-C 2.0 @property...
Pierre d'Herbemont [Wed, 2 Jan 2008 02:44:08 +0000 (02:44 +0000)]
MacOSX/Framework/VLCMediaLibrary: Code cleanup and use Objective-C 2.0 @property. (Patch by Enrique Osuna).

16 years agoMacOSX/Framework/VLCMediaDiscoverer: Code cleanup and use Objective-C 2.0 @property...
Pierre d'Herbemont [Wed, 2 Jan 2008 02:42:44 +0000 (02:42 +0000)]
MacOSX/Framework/VLCMediaDiscoverer: Code cleanup and use Objective-C 2.0 @property. (Patch by Enrique Osuna).

16 years agoMacOSX/Framework/VLCMedia: Documentation, code cleanup and and use Objective-C 2...
Pierre d'Herbemont [Wed, 2 Jan 2008 02:38:35 +0000 (02:38 +0000)]
MacOSX/Framework/VLCMedia: Documentation, code cleanup and and use Objective-C 2.0 @property. (Patch by Enrique Osuna).

16 years agoMacOSX/Framework/VLCLibVLCBridging.h: Documentation and use Objective-C 2.0 @property...
Pierre d'Herbemont [Wed, 2 Jan 2008 02:36:23 +0000 (02:36 +0000)]
MacOSX/Framework/VLCLibVLCBridging.h: Documentation and use Objective-C 2.0 @property. (Patch by Enrique Osuna).

16 years agoMacOSX/Framework/VLCLibrary: Code cleanup and use Objective-C 2.0 @property. (Patch...
Pierre d'Herbemont [Wed, 2 Jan 2008 02:34:32 +0000 (02:34 +0000)]
MacOSX/Framework/VLCLibrary: Code cleanup and use Objective-C 2.0 @property. (Patch by Enrique Osuna).

16 years agoMacOSX/Framework/VLCEventManager: Code cleanup. (Patch by Enrique Osuna).
Pierre d'Herbemont [Wed, 2 Jan 2008 02:32:56 +0000 (02:32 +0000)]
MacOSX/Framework/VLCEventManager: Code cleanup. (Patch by Enrique Osuna).

16 years agoMacOSX/Framework/VLCAudio: Code cleanup and use Objective-C 2.0 @property. (Patch...
Pierre d'Herbemont [Wed, 2 Jan 2008 02:27:59 +0000 (02:27 +0000)]
MacOSX/Framework/VLCAudio: Code cleanup and use Objective-C 2.0 @property. (Patch by Enrique Osuna).

16 years agoMacOSX/Framework: Rename the test2 app to test.
Pierre d'Herbemont [Wed, 2 Jan 2008 02:24:38 +0000 (02:24 +0000)]
MacOSX/Framework: Rename the test2 app to test.

16 years agoMacOSX/Framework: Delete the old test app.
Pierre d'Herbemont [Wed, 2 Jan 2008 02:22:28 +0000 (02:22 +0000)]
MacOSX/Framework: Delete the old test app.

16 years agoMacOSX/Framework: Updated the test project to conform with the latest changes in...
Pierre d'Herbemont [Wed, 2 Jan 2008 02:20:11 +0000 (02:20 +0000)]
MacOSX/Framework: Updated the test project to conform with the latest changes in VLC.framework. Patch by Enrique Osuna.

16 years agoMacOSX/VLC_App: Fix the framework Copy Phase. Patch by Enrique Osuna.
Pierre d'Herbemont [Wed, 2 Jan 2008 02:18:30 +0000 (02:18 +0000)]
MacOSX/VLC_App: Fix the framework Copy Phase. Patch by Enrique Osuna.

16 years agoMacOSX: set the pbxproj file type to text and the right eol.
Pierre d'Herbemont [Tue, 1 Jan 2008 22:26:33 +0000 (22:26 +0000)]
MacOSX: set the pbxproj file type to text and the right eol.

16 years agoMacOSX: Default the Debug configuration variant.
Pierre d'Herbemont [Tue, 1 Jan 2008 22:00:20 +0000 (22:00 +0000)]
MacOSX: Default the Debug configuration variant.

16 years agoMacOSX/VLC_app/VLC.xcodeproj: Create three different targets to have more grain contr...
Pierre d'Herbemont [Tue, 1 Jan 2008 21:57:48 +0000 (21:57 +0000)]
MacOSX/VLC_app/VLC.xcodeproj: Create three different targets to have more grain control over the dependencies. And fix the framework installation script. Default the use of the vlc-contrib-core-framework-app Target.

16 years agoMacOSX/Framework/VLC.xcodeproj: Don't show the env var when executing scripts. (2nd).
Pierre d'Herbemont [Tue, 1 Jan 2008 21:49:30 +0000 (21:49 +0000)]
MacOSX/Framework/VLC.xcodeproj: Don't show the env var when executing scripts. (2nd).

16 years agoMacOSX/VLC_app/VLC.xcodeproj: Work around what seems to be a Xcode bug. We can't...
Pierre d'Herbemont [Tue, 1 Jan 2008 21:42:10 +0000 (21:42 +0000)]
MacOSX/VLC_app/VLC.xcodeproj: Work around what seems to be a Xcode bug. We can't use the VLC.framework in the Copy Phase.

16 years agoMacOSX/Framework/VLC.xcodeproj: Remove debug print of the variables when launching...
Pierre d'Herbemont [Tue, 1 Jan 2008 21:41:18 +0000 (21:41 +0000)]
MacOSX/Framework/VLC.xcodeproj: Remove debug print of the variables when launching our scripts.

16 years agoMacOSX/Framework/VLC.xcodeproj: Allow one-click build for the whole contrib-core...
Pierre d'Herbemont [Tue, 1 Jan 2008 21:31:51 +0000 (21:31 +0000)]
MacOSX/Framework/VLC.xcodeproj: Allow one-click build for the whole contrib-core-module-framework.

16 years agoMacOSX/VLC_app/VLCController.m: Remove dead category.
Pierre d'Herbemont [Tue, 1 Jan 2008 21:28:24 +0000 (21:28 +0000)]
MacOSX/VLC_app/VLCController.m: Remove dead category.

16 years agoVLC_app/VLC.xcodeproj: Correctly add a dependancy for the VLC.framework. (Thanks...
Pierre d'Herbemont [Tue, 1 Jan 2008 20:38:24 +0000 (20:38 +0000)]
VLC_app/VLC.xcodeproj: Correctly add a dependancy for the VLC.framework. (Thanks to Julien Robert).

16 years agoextras/MacOSX: Dead code removal. Not working code removal.
Pierre d'Herbemont [Tue, 1 Jan 2008 19:24:58 +0000 (19:24 +0000)]
extras/MacOSX: Dead code removal. Not working code removal.

16 years agoVLCController.m: Remove unneeded code.
Pierre d'Herbemont [Tue, 1 Jan 2008 19:16:38 +0000 (19:16 +0000)]
VLCController.m: Remove unneeded code.

16 years agoconfigure: reworked MacOS X SDK options, now use --with-macosx-sdk=DIR and --with...
Damien Fouilleul [Tue, 1 Jan 2008 18:48:24 +0000 (18:48 +0000)]
configure: reworked MacOS X SDK options, now use --with-macosx-sdk=DIR and --with-macosx-version-min=VERSION

16 years agomacosx: fixed on-the-fly-changing of the adjust filter. code cleanup. Thanks to Antoi...
Felix Paul Kühne [Tue, 1 Jan 2008 18:26:08 +0000 (18:26 +0000)]
macosx: fixed on-the-fly-changing of the adjust filter. code cleanup. Thanks to Antoine for pointing in the correct direction

16 years agoRevert [23949].
Pierre d'Herbemont [Tue, 1 Jan 2008 18:03:56 +0000 (18:03 +0000)]
Revert [23949].

16 years agosvn:keywords.
Pierre d'Herbemont [Tue, 1 Jan 2008 17:06:40 +0000 (17:06 +0000)]
svn:keywords.

16 years agoVLCExceptionHandler.m: -initialize to -load. initialize gets called to late or never.
Pierre d'Herbemont [Tue, 1 Jan 2008 16:46:55 +0000 (16:46 +0000)]
VLCExceptionHandler.m: -initialize to -load. initialize gets called to late or never.

16 years agoLittle correction of the double-clicks detection under sdl
Rémi Duraffort [Tue, 1 Jan 2008 16:43:09 +0000 (16:43 +0000)]
Little correction of the double-clicks detection under sdl

16 years agoMacOSX/VLC_app: Add MainWindow.xib.
Pierre d'Herbemont [Tue, 1 Jan 2008 16:23:38 +0000 (16:23 +0000)]
MacOSX/VLC_app: Add MainWindow.xib.

16 years agoHappy new year (2)
Christophe Mutricy [Tue, 1 Jan 2008 16:19:50 +0000 (16:19 +0000)]
Happy new year (2)

16 years agoHappy new year
Christophe Mutricy [Tue, 1 Jan 2008 16:19:02 +0000 (16:19 +0000)]
Happy new year

16 years agoFix the video controls extended panels (make extensive use of the object's name).
Antoine Cellerier [Tue, 1 Jan 2008 16:17:42 +0000 (16:17 +0000)]
Fix the video controls extended panels (make extensive use of the object's name).

16 years agoFix previous commit.
Pierre d'Herbemont [Tue, 1 Jan 2008 16:15:23 +0000 (16:15 +0000)]
Fix previous commit.

16 years agoVLC_app/VLCMainWindow.h: Fix a warning, about the wrong type of the slider outlet.
Pierre d'Herbemont [Tue, 1 Jan 2008 16:13:58 +0000 (16:13 +0000)]
VLC_app/VLCMainWindow.h: Fix a warning, about the wrong type of the slider outlet.

16 years agoVLCMediaList.m: Don't mess between node hierachical and hierarchical cached copy...
Pierre d'Herbemont [Tue, 1 Jan 2008 16:08:00 +0000 (16:08 +0000)]
VLCMediaList.m: Don't mess between node hierachical and hierarchical cached copy of the MediaListAspect.

16 years agoUse the screen resolution in fullscreen
Rémi Duraffort [Tue, 1 Jan 2008 15:50:01 +0000 (15:50 +0000)]
Use the screen resolution in fullscreen

16 years agoMacOSX/VLC_app: Initial import. Big playlist still causes memory and cpu high load...
Pierre d'Herbemont [Tue, 1 Jan 2008 15:34:28 +0000 (15:34 +0000)]
MacOSX/VLC_app: Initial import. Big playlist still causes memory and cpu high load. Interface is ugly. Miss many functionality. But code is light. Supports multiple player. Fullscreen a-la frontrow interface (yet a bit ugly).

16 years agoMacOSX/Framework: Support event collapsing, and save the media list thats own the...
Pierre d'Herbemont [Tue, 1 Jan 2008 15:29:05 +0000 (15:29 +0000)]
MacOSX/Framework: Support event collapsing, and save the media list thats own the media list aspect.

16 years agoVLCMedia.m: Don't flood the event manager with unused meta change notification. Remov...
Pierre d'Herbemont [Tue, 1 Jan 2008 15:26:55 +0000 (15:26 +0000)]
VLCMedia.m: Don't flood the event manager with unused meta change notification. Remove uneeded willChangeValueForKey: notification, as per Julien Robert suggestion.

16 years agoVLCEventManager.m: Support event collapsing.
Pierre d'Herbemont [Tue, 1 Jan 2008 15:21:45 +0000 (15:21 +0000)]
VLCEventManager.m: Support event collapsing.

16 years agoVLCMediaPlayer.m: Be closer to libvlc.
Pierre d'Herbemont [Tue, 1 Jan 2008 15:17:15 +0000 (15:17 +0000)]
VLCMediaPlayer.m: Be closer to libvlc.

16 years agoinput/item.c: Move SetMeta into a non static exported function.
Pierre d'Herbemont [Tue, 1 Jan 2008 14:55:21 +0000 (14:55 +0000)]
input/item.c: Move SetMeta into a non static exported function.

16 years agov4l2: Factorize code, fix the video controls init, add Dennis Lou's contributions...
Antoine Cellerier [Tue, 1 Jan 2008 14:54:42 +0000 (14:54 +0000)]
v4l2: Factorize code, fix the video controls init, add Dennis Lou's contributions to the v4l2 module in THANKS.

16 years agomacosx: forgot a corner case in the previous commit
Felix Paul Kühne [Tue, 1 Jan 2008 14:54:06 +0000 (14:54 +0000)]
macosx: forgot a corner case in the previous commit

16 years agomacosx: if an input item includes a NowPlaying meta item, display it in our controlle...
Felix Paul Kühne [Tue, 1 Jan 2008 14:48:25 +0000 (14:48 +0000)]
macosx: if an input item includes a NowPlaying meta item, display it in our controller window instead some bogus MRL parsing stuff nobody can understand

16 years agomisc/events.c: Fix event sending, by properly supporting event_manager edition (event...
Pierre d'Herbemont [Tue, 1 Jan 2008 14:33:18 +0000 (14:33 +0000)]
misc/events.c: Fix event sending, by properly supporting event_manager edition (event_detach) while executing a callback (vlc_event_send). This is done through a recursive lock.

16 years agoadd mutex to the sdl video_output
Rémi Duraffort [Tue, 1 Jan 2008 14:15:03 +0000 (14:15 +0000)]
add mutex to the sdl video_output

16 years ago typo
Felix Paul Kühne [Mon, 31 Dec 2007 16:29:40 +0000 (16:29 +0000)]
 typo

16 years agocontrib: mirror the packages by GNUPG on ganesh as their server is constantly unreachable
Felix Paul Kühne [Mon, 31 Dec 2007 14:24:21 +0000 (14:24 +0000)]
contrib: mirror the packages by GNUPG on ganesh as their server is constantly unreachable

16 years agomacosx: added an option to disable the 'Recent Items' list as requested by multiple...
Felix Paul Kühne [Mon, 31 Dec 2007 14:08:05 +0000 (14:08 +0000)]
macosx: added an option to disable the 'Recent Items' list as requested by multiple forum users (closes #1340)

16 years agoadd artChanged signal to inputmanager and change backgroundwidget to use
Ilkka Ollakka [Mon, 31 Dec 2007 12:16:53 +0000 (12:16 +0000)]
add artChanged signal to inputmanager and change backgroundwidget to use
it.

16 years agoosx-proj: fix ogg format descriptions and add media types (refs #1279). Patch by...
Felix Paul Kühne [Mon, 31 Dec 2007 10:01:24 +0000 (10:01 +0000)]
osx-proj: fix ogg format descriptions and add media types (refs #1279). Patch by Saoshyant