]> git.sesse.net Git - vlc/commitdiff
MacOSX/Framework: Remove 'TODO' references/files.
authorFaustino Osuna <riquedafreak@videolan.org>
Thu, 3 Jan 2008 20:23:45 +0000 (20:23 +0000)
committerFaustino Osuna <riquedafreak@videolan.org>
Thu, 3 Jan 2008 20:23:45 +0000 (20:23 +0000)
extras/MacOSX/Framework/TODO [deleted file]
extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj

diff --git a/extras/MacOSX/Framework/TODO b/extras/MacOSX/Framework/TODO
deleted file mode 100644 (file)
index d3860a4..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-TODO List:
-
-- Add user data into media_descriptor to reference internal VLC object -- fix not committed to SVN.
-
-- Fix stream.c to recognize VLC_ENOOBJECT
-- Easy way to tell the length of the movie without having to instiate the demuxer.  Maybe cached info?
-- Hook into "length" variable for media streams vs. using intf-change as a hook.
-- Figure out a better way to raise error messages versus quit_on_exception
-- Have VLCMedia search for playable files when directories are referenced.
-- Only fetch meta data that has been requested.  Just don't fetch it, just because.
-- md callback to notify VLCMedia that it is about to be destroyed.
-- add media_list_player
-
-Changelog
-- VLCMediaControl eliminated
-- setView/view renamed to setVideoView/videoView
-- VLCMediaPlayer NSView *view changed to VLCVideoView *videoView
-- VLCMediaPlayer initWithView changed to initWithVideoView:(VLCVideoView *)aVideoView
-- Updated VLCMediaPlayer.videoSize from NSRect to NSSize
-- Updated Pre-Compile.sh script to create symbolic links based on relative pathes
-- More issues with VLCTime length, released object by setting to nil
-- Added VLCMedia.h to VLCMediaPlayer.h.
-- Static linked libvlc-control.a and libvlc.a -- dynamically linked libiconv (system file) and vlc_libintl.dylib
-  eliminates errors and warning messages when framework linked against other applications.
index af810fc9d7180d5f04d91662ad675c9827af953a..38698cd6b563f55714f3b185d9dd897749adf838 100644 (file)
                EF78BD450CAEEFF600354E6E /* VLCVideoView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCVideoView.m; sourceTree = "<group>"; };
                EF8BB8CE0CAFA8D80038A613 /* VLCMediaPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaPlayer.h; path = Public/VLCMediaPlayer.h; sourceTree = "<group>"; };
                EF8BB8CF0CAFA8D80038A613 /* VLCMediaPlayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaPlayer.m; sourceTree = "<group>"; };
-               EF8BCECD0CB9339A004AA006 /* TODO */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TODO; sourceTree = "<group>"; };
                EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCLibVLCBridging.h; path = Internal/VLCLibVLCBridging.h; sourceTree = "<group>"; };
 /* End PBXFileReference section */
 
                0867D691FE84028FC02AAC07 /* VLC */ = {
                        isa = PBXGroup;
                        children = (
-                               EF8BCECD0CB9339A004AA006 /* TODO */,
                                EF78BD3B0CAEEFD000354E6E /* Headers */,
                                08FB77AEFE84172EC02AAC07 /* Sources */,
                                32C88DFF0371C24200C91783 /* Other Sources */,