Commit History

Author SHA1 Message Date
  Pierre d'Herbemont 65aff2e937 MacOSX/Framework/VLCMedia: make the url property an NSURL. 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 e0e36ab879 MacOSX/Framework/VLCMedia: Documentation, code cleanup and and use Objective-C 2.0 @property. (Patch by Enrique Osuna). 17 years ago
  Pierre d'Herbemont 76ce734238 VLCMedia.m: Don't flood the event manager with unused meta change notification. Remove uneeded willChangeValueForKey: notification, as per Julien Robert suggestion. 17 years ago
  Pierre d'Herbemont 08b18dc1b8 MacOSX/Framework/VLCMedia.m: Update the subitems on sub item additions. 17 years ago
  Pierre d'Herbemont 6de31c5977 Sources/VLCMedia.m: Implement a KeyValueCoding enabled -state property. 17 years ago
  Pierre d'Herbemont f7bee5b2de MacOSX/Framework/VLCMedia.m: Implement mediaAsNodeWithName:. 17 years ago
  Pierre d'Herbemont 7a286c1566 Source/VLCMedia.m: No need to ask for more than one meta at the begining. 17 years ago
  Pierre d'Herbemont 49498e3383 MacOSX/Framework/VLCMedia.m: Speed a bit stringToMetaType. 17 years ago
  Pierre d'Herbemont 9ec826b844 MacOSX/Framework/VLCMedia.m: Don't forget to init the metaDictionary, when initing from a media_descriptor object. 17 years ago
  Pierre d'Herbemont 8443ee8f5b MacOSX/Framework/VLCMedia.m: Separate the different part by some nice comments. Remove uneeded and complicated code in meta information retrieval. Use stringWithUT8String instead of stringWithCString. 17 years ago
  Pierre d'Herbemont d92aabe3a5 MacOSX/Framework/VLCMedia.m: Remove not used code. 17 years ago
  Pierre d'Herbemont cd10b7d4dd MacOSX/Framework/VLCMedia.m: Use mediaWithURL:(NSURL*) instead of mediaWithURL:(NSString*). Add a mediaWithPath:(NSString*) constructor. 17 years ago
  Pierre d'Herbemont 660ad67433 MacOSX/Framework: No more rely on media_descriptor_(get/set)_user_data, now that we cache the media decriptor. (We may want to revert that back one day, but right now this doesn't work, and trigger some strange bugs here). 17 years ago
  Pierre d'Herbemont d60c874dc2 MacOSX/Framework/VLCMedia.m: Don't forget to retain the url. 17 years ago
  Pierre d'Herbemont 24f6a3becb MacOSX/Framework: Use mediaListWithLibVLCMediaList instead of media*l*istWithLibVLCMediaList, to match the VLCMediaList class name cases. 17 years ago
  Pierre d'Herbemont a86dbeb329 MacOSX/Framework/VLCMedia.m: Don't forget to store the media's url. 17 years ago
  Pierre d'Herbemont 5534065e67 MacOSX/Framework/VLCMedia.m: Don't forget to remove the user_data from the media_descriptor. 17 years ago
  Pierre d'Herbemont c69a5c6ecc MacOSX/Framework/Sources/VLCMedia.m: Minor cleanup. 17 years ago
  Pierre d'Herbemont 1d2ef2e2c5 MacOSX/Framework/VLCMedia.m: Remove the directory filter when opening a media. A directory can be seen as a VLCMedia, as it is a playlist, and playlists are media. 17 years ago
  Pierre d'Herbemont c3929661a0 MacOSX/Framework/VLCMedia.m: Re-enable libvlc_MediaDescriptorMetaChanged/libvlc_MediaDescriptorDurationChanged event listening. (Patch by Enrique Osuna). 18 years ago
  Pierre d'Herbemont 90cf166fa5 MacOSX/Framework: Very minor identation changes. 18 years ago
  Pierre d'Herbemont 69282c413a MacOSX/Framework: Minor various spaces/comment cleanup. 18 years ago
  Pierre d'Herbemont f185fbd14b MacOSX/Framework: s/PrivateAPI/Private/ 18 years ago
  Pierre d'Herbemont 107721354b MacOSX/Framework: Merge Enrique Osuna's work on the Framework. 18 years ago
  Pierre d'Herbemont f9ebe365a2 extra/MacOSX/Framework: Initial import of the Mac OS X Framework. 18 years ago