Commit History

Author SHA1 Message Date
  Pierre d'Herbemont a42360a406 VLCMediaPlayer: Listen to error event as well. 16 years ago
  Pierre d'Herbemont 5c89651578 Make sure we don't use the deprecated get_drawable(), by using get_nsobject(). 16 years ago
  Pierre d'Herbemont f46fc89061 macosx/framework: Back in business. 16 years ago
  Derk-Jan Hartman 5be7ddd467 Mac OS X framework: libvlc_MediaPlayerPlayed -> libvlc_MediaPlayerPlaying. 17 years ago
  Faustino Osuna 63d26789d0 VLCKit.framework: Documentation updates and whitespace cleanup. 17 years ago
  Tanguy Krotoff 2e78dba9fd libvlc: rename all libvlc_MediaInstance in libvlc_MediaPlayer and libvlc_MediaDescriptor to libvlc_Media 17 years ago
  Tanguy Krotoff 2b900b19f6 libvlc: add libvlc_MediaInstanceStopped 17 years ago
  Pierre d'Herbemont 886ad866c2 libvlc: rename libvlc_media_descriptor to libvlc_media and libvlc_media_instance to libvlc_media_player. 17 years ago
  Rémi Denis-Courmont 42fd24d205 Don't include config.h from the headers - refs #297. 17 years ago
  Pierre d'Herbemont 7b9f9eb34d Fix previous commit. 17 years ago
  Pierre d'Herbemont c5b79384d6 MacOSX/Framework/VLCMediaPlayer: Publish -audio. 17 years ago
  Pierre d'Herbemont fb2de8afb1 MacOSX/Framework: Support streamin media list. 17 years ago
  Pierre d'Herbemont 4e1a0224f3 MacOSX/Framework: Publish @property id drawable. Make sure the KVO will be sent for isPlaying. 17 years ago
  Pierre d'Herbemont 8bcaef08b9 MacOSX/Framework/VLCMediaPlayer.m: Fix a wrong detach. 17 years ago
  Pierre d'Herbemont 6224f15848 MacOSX/Framework/VLCMediaPlayer.m: Don't put code that should be in libvlc in the framework. 17 years ago
  Pierre d'Herbemont f7c6bb3071 MacOSX/Framework/VLCMediaPlayer.m: Avoid some Mac OS X libvlc-specific deadlocks. 17 years ago
  Pierre d'Herbemont d03ca4fae8 MacOSX/Framework: Implement -canPause and the various setRate related functions. 17 years ago
  Pierre d'Herbemont b256f31dfd MacOSX/Framework/VLCMediaPlayer.m: Forgotten detach(). 17 years ago
  Pierre d'Herbemont ca8929abc5 MacOSX/Framework/VLCMediaPlayer.m: auto trigger KVO for @"description" key. 17 years ago
  Faustino Osuna 77af538f0d MacOSX/Framework: Remove all references to fullscreen mode, it should be the host application's responsibility to transition between fullscreen and window mode. 17 years ago
  Pierre d'Herbemont 1eb308e2d3 MacOSX/Framework/VLCMediaPlayer.m: Missing a comment before the detach to match the attach of libvlc_MediaInstancePositionChanged. 17 years ago
  Pierre d'Herbemont 5fe3eb1c1d MacOSX/Framework/VLCMediaPlayer.m: Fix KVO. 17 years ago
  Pierre d'Herbemont a7d980be46 MacOSX/Framework/VLCMediaPlayer.m: Use the newer form of trigger key for key changes. 17 years ago
  Pierre d'Herbemont 785ee52a8f MacOSX/Framework/VLCMediaPlayer: Expose -setVideoLayer: and -initWithVideoLayer:. 17 years ago
  Pierre d'Herbemont c7d758f812 MacOSX/Framework: Properly convert libvlc Exception to NSException. Rename quit_on_exception to catch_exception. 17 years ago
  Pierre d'Herbemont a63b32403a MacOSX/Framework/VLCMediaPlayer: Code cleanup and use Objective-C 2.0 @property. (Patch by Enrique Osuna). 17 years ago
  Pierre d'Herbemont d8c43b4672 VLCMediaPlayer.m: Be closer to libvlc. 17 years ago
  Pierre d'Herbemont ce1c05039f MacOSX/Framework/VLCMediaPlayer.m: -isSeekable. 17 years ago
  Pierre d'Herbemont ed10876ace Sources/VLCMediaPlayer.m: Position getters and setters. 17 years ago
  Pierre d'Herbemont a0a3c6eabf MacOSX/Framework/VLCMediaPlayer.m: Enable bindings uses on the @"time" key. 17 years ago