]> git.sesse.net Git - vlc/log
vlc
16 years agovideo_output/opengllayer.m: Don't rely on CAOpenGLLayer when frames should be display...
Faustino Osuna [Sat, 5 Jan 2008 01:15:38 +0000 (01:15 +0000)]
video_output/opengllayer.m: Don't rely on CAOpenGLLayer when frames should be displayed. Display frame when vout tells us to do so.

16 years agoMacOSX/Framework/VLCEventManager: Forgot in previous commit. Code clean up/documentat...
Faustino Osuna [Sat, 5 Jan 2008 01:12:24 +0000 (01:12 +0000)]
MacOSX/Framework/VLCEventManager: Forgot in previous commit. Code clean up/documentation.  Standardized the way duplicate notifications are consolidated.

16 years agoMacOSX/Framework/VLCEventManager: Code clean up/documentation. Standardized the...
Faustino Osuna [Sat, 5 Jan 2008 01:11:47 +0000 (01:11 +0000)]
MacOSX/Framework/VLCEventManager: Code clean up/documentation.  Standardized the way duplicate notifications are consolidated.

16 years agoMacOSX/Framework/Examples/test: Don't waste time getting the length of the video...
Faustino Osuna [Sat, 5 Jan 2008 01:09:14 +0000 (01:09 +0000)]
MacOSX/Framework/Examples/test: Don't waste time getting the length of the video while we're doing a drag & drop operation.

16 years agoContris: try to use latest x264 ...
Jean-Baptiste Kempf [Sat, 5 Jan 2008 00:43:12 +0000 (00:43 +0000)]
Contris: try to use latest x264 ...

16 years agoContribs: clean some patches.
Jean-Baptiste Kempf [Sat, 5 Jan 2008 00:34:50 +0000 (00:34 +0000)]
Contribs: clean some patches.

16 years agoContribs - remove unnecessary action.
Jean-Baptiste Kempf [Fri, 4 Jan 2008 23:47:30 +0000 (23:47 +0000)]
Contribs - remove unnecessary action.

16 years agoContribs - live, less patches...
Jean-Baptiste Kempf [Fri, 4 Jan 2008 23:42:02 +0000 (23:42 +0000)]
Contribs - live, less patches...

16 years agoCOntribs: remove livedotcome.win32 patch, merged upstream (kudos to Ross)
Jean-Baptiste Kempf [Fri, 4 Jan 2008 23:29:05 +0000 (23:29 +0000)]
COntribs: remove livedotcome.win32 patch, merged upstream (kudos to Ross)

16 years agoremove b_header in packetizer so sps/pps are send with every keyframe,
Ilkka Ollakka [Fri, 4 Jan 2008 20:05:15 +0000 (20:05 +0000)]
remove b_header in packetizer so sps/pps are send with every keyframe,
shouldn't break anything (tested on mp4/ts files, rtp stream and http/ts
stream). Files play correctly and MP4Box/ffmpeg recognize them
correctly. should fix #1384

16 years agoMacOSX/Framework/VLCVideoView.m: Code clean up & implement Objective-C 2.0 @property.
Faustino Osuna [Fri, 4 Jan 2008 17:16:46 +0000 (17:16 +0000)]
MacOSX/Framework/VLCVideoView.m: Code clean up & implement Objective-C 2.0 @property.

16 years agoMacOSX/VLC_app: Make application responsible for window to fullscreen transition.
Faustino Osuna [Fri, 4 Jan 2008 16:26:52 +0000 (16:26 +0000)]
MacOSX/VLC_app: Make application responsible for window to fullscreen transition.

16 years agoMacOSX/Framework: Remove all references to fullscreen mode, it should be the host...
Faustino Osuna [Fri, 4 Jan 2008 16:23:53 +0000 (16:23 +0000)]
MacOSX/Framework: Remove all references to fullscreen mode, it should be the host application's responsibility to transition between fullscreen and window mode.

16 years agoMacOSX/Framework/Examples: Updatee example to properly scale video within window.
Faustino Osuna [Fri, 4 Jan 2008 15:58:32 +0000 (15:58 +0000)]
MacOSX/Framework/Examples: Updatee example to properly scale video within window.

16 years agoMakefile.am: Attempt to get hidutil attach working.
Pierre d'Herbemont [Fri, 4 Jan 2008 13:13:55 +0000 (13:13 +0000)]
Makefile.am: Attempt to get hidutil attach working.

16 years agoMacOSX/VLC_app/VLCMainWindow.m: Remove silly debug code.
Pierre d'Herbemont [Fri, 4 Jan 2008 10:39:09 +0000 (10:39 +0000)]
MacOSX/VLC_app/VLCMainWindow.m: Remove silly debug code.

16 years agoinput/input.c: Define DEMUX_CAN_SEEK and correctly set "seekable" accordingly. (This...
Pierre d'Herbemont [Fri, 4 Jan 2008 02:36:00 +0000 (02:36 +0000)]
input/input.c: Define DEMUX_CAN_SEEK and correctly set "seekable" accordingly. (This could introduce regression such as seekable item no more seekable, but I should have greped enough...).

16 years agovideo_output/opengllayer.m: Hopefully fix the tearing issues by correctly updating...
Pierre d'Herbemont [Fri, 4 Jan 2008 01:57:09 +0000 (01:57 +0000)]
video_output/opengllayer.m: Hopefully fix the tearing issues by correctly updating textures, and using a nice trick to save the current opengl context. (Note, we can't draw to it directly).

16 years agoMacOSX/Framework/VLCEventManager.m: s/msleep/usleep/.
Pierre d'Herbemont [Fri, 4 Jan 2008 01:40:45 +0000 (01:40 +0000)]
MacOSX/Framework/VLCEventManager.m: s/msleep/usleep/.

16 years agovideo_output/opengllayer.m: Remove unuseful NULL check.
Pierre d'Herbemont [Fri, 4 Jan 2008 00:42:50 +0000 (00:42 +0000)]
video_output/opengllayer.m: Remove unuseful NULL check.

16 years agovideo_output/opengllayer.m: Proper three-buffering, that should work if texture was...
Pierre d'Herbemont [Fri, 4 Jan 2008 00:32:29 +0000 (00:32 +0000)]
video_output/opengllayer.m: Proper three-buffering, that should work if texture was copied.

16 years agoMacOSX/VLC_app/VLCMainWindow.m: Set noAutoresizeColumn and MarkerFollowCell for the...
Pierre d'Herbemont [Fri, 4 Jan 2008 00:22:22 +0000 (00:22 +0000)]
MacOSX/VLC_app/VLCMainWindow.m: Set noAutoresizeColumn and MarkerFollowCell for the categories List.

16 years agoMacOSX/Framework/MainWindow.xib: Get rid of nib warnings.
Pierre d'Herbemont [Fri, 4 Jan 2008 00:21:09 +0000 (00:21 +0000)]
MacOSX/Framework/MainWindow.xib: Get rid of nib warnings.

16 years agovideo_output/opengllayer.m: Revert backbuffer resizing & code cleanup.
Faustino Osuna [Fri, 4 Jan 2008 00:07:34 +0000 (00:07 +0000)]
video_output/opengllayer.m: Revert backbuffer resizing & code cleanup.

16 years agoMacOSX/VLC_app/MainWindow.xib: Remove overlapping views.
Pierre d'Herbemont [Fri, 4 Jan 2008 00:04:28 +0000 (00:04 +0000)]
MacOSX/VLC_app/MainWindow.xib: Remove overlapping views.

16 years agoMacOSX/VLC_app/VLC_app: Rename File menu to Media.
Pierre d'Herbemont [Thu, 3 Jan 2008 22:09:03 +0000 (22:09 +0000)]
MacOSX/VLC_app/VLC_app: Rename File menu to Media.

16 years agoMacOSX/VLC_app/MainMenu.nib: Test a new Menu Layout.
Pierre d'Herbemont [Thu, 3 Jan 2008 22:06:20 +0000 (22:06 +0000)]
MacOSX/VLC_app/MainMenu.nib: Test a new Menu Layout.

16 years agoMacOSX/VLC_app: Only get stuck at the very bottom of the nav view.
Pierre d'Herbemont [Thu, 3 Jan 2008 21:51:14 +0000 (21:51 +0000)]
MacOSX/VLC_app: Only get stuck at the very bottom of the nav view.

16 years agoMacOSX/VLC_app: NSToolbar-ify our toolbar.
Pierre d'Herbemont [Thu, 3 Jan 2008 21:13:24 +0000 (21:13 +0000)]
MacOSX/VLC_app: NSToolbar-ify our toolbar.

16 years agoMacOSX/Framework: Added 'clean' target to Makefile.
Faustino Osuna [Thu, 3 Jan 2008 21:01:23 +0000 (21:01 +0000)]
MacOSX/Framework: Added 'clean' target to Makefile.

16 years agoMacOSX: Ignore build directories for Framework & VLC_app.
Faustino Osuna [Thu, 3 Jan 2008 20:55:32 +0000 (20:55 +0000)]
MacOSX: Ignore build directories for Framework & VLC_app.

16 years agoMacOSX/Framework/VLCLibrary.m: Clear potential memory leak & formatting clean up.
Faustino Osuna [Thu, 3 Jan 2008 20:54:02 +0000 (20:54 +0000)]
MacOSX/Framework/VLCLibrary.m: Clear potential memory leak & formatting clean up.

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).