TODO 1.3 KB

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