]> git.sesse.net Git - vlc/blob - extras/MacOSX/Framework/TODO
d3860a418a966feed42a32de39f959affd028f15
[vlc] / extras / MacOSX / Framework / TODO
1 TODO List:
2
3 - Add user data into media_descriptor to reference internal VLC object -- fix not committed to SVN.
4
5 - Fix stream.c to recognize VLC_ENOOBJECT
6 - Easy way to tell the length of the movie without having to instiate the demuxer.  Maybe cached info?
7 - Hook into "length" variable for media streams vs. using intf-change as a hook.
8 - Figure out a better way to raise error messages versus quit_on_exception
9 - Have VLCMedia search for playable files when directories are referenced.
10 - Only fetch meta data that has been requested.  Just don't fetch it, just because.
11 - md callback to notify VLCMedia that it is about to be destroyed.
12 - add media_list_player
13
14 Changelog
15 - VLCMediaControl eliminated
16 - setView/view renamed to setVideoView/videoView
17 - VLCMediaPlayer NSView *view changed to VLCVideoView *videoView
18 - VLCMediaPlayer initWithView changed to initWithVideoView:(VLCVideoView *)aVideoView
19 - Updated VLCMediaPlayer.videoSize from NSRect to NSSize
20 - Updated Pre-Compile.sh script to create symbolic links based on relative pathes
21 - More issues with VLCTime length, released object by setting to nil
22 - Added VLCMedia.h to VLCMediaPlayer.h.
23 - Static linked libvlc-control.a and libvlc.a -- dynamically linked libiconv (system file) and vlc_libintl.dylib
24   eliminates errors and warning messages when framework linked against other applications.