Историја ревизија

Аутор SHA1 Порука Датум
  Malte Tancred 2fc280a9bf VLCKit: url support for VLCMedia пре 16 година
  Faustino Osuna 63d26789d0 VLCKit.framework: Documentation updates and whitespace cleanup. пре 17 година
  Tanguy Krotoff 2e78dba9fd libvlc: rename all libvlc_MediaInstance in libvlc_MediaPlayer and libvlc_MediaDescriptor to libvlc_Media пре 17 година
  Pierre d'Herbemont 886ad866c2 libvlc: rename libvlc_media_descriptor to libvlc_media and libvlc_media_instance to libvlc_media_player. пре 17 година
  Pierre d'Herbemont 094189db0d macosx/framework/VLCMedia: Rely on artFetched and not on the metaDictionary value. пре 17 година
  Pierre d'Herbemont 99c09d83f1 macosx/framework: Only fetch meta when needed. пре 17 година
  Pierre d'Herbemont 75dce6c347 framework: Fix the configure script. Fix a bunch of warnings. пре 17 година
  Pierre d'Herbemont e2bb892d1b VLCKit/VLCMedia.m: Fix the compare: function. пре 17 година
  Pierre d'Herbemont a5221c58c3 MacOSX/Framework/VLCMedia.m: Make sure we compare the media_descriptor and not the url, as we can have two perfect different media (different meta, different option), but with the same url. пре 17 година
  Pierre d'Herbemont fa91ce4757 MacOSX/Framework: Don't attempt to set a value of a dictionary that is being monitored by KVO on non-main thread. That's not thread-safe. пре 17 година
  Pierre d'Herbemont 9f84d217b7 MacOSX/Framework: Add VLCStreamSession, VLCStreamOutput to allow streaming/exporting. пре 17 година
  Pierre d'Herbemont 74a2aecaf1 MacOSX/Framework/VLCMedia.m: Fix previous commit's warnings. пре 17 година
  Pierre d'Herbemont 739e9c1db0 MacOSX/Framework/VLCMedia.m: Make sure the KVO notification will be sent for the @"state" key. пре 17 година
  Pierre d'Herbemont 65aff2e937 MacOSX/Framework/VLCMedia: make the url property an NSURL. пре 17 година
  Pierre d'Herbemont c7d758f812 MacOSX/Framework: Properly convert libvlc Exception to NSException. Rename quit_on_exception to catch_exception. пре 17 година
  Pierre d'Herbemont e0e36ab879 MacOSX/Framework/VLCMedia: Documentation, code cleanup and and use Objective-C 2.0 @property. (Patch by Enrique Osuna). пре 17 година
  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 година
  Pierre d'Herbemont 08b18dc1b8 MacOSX/Framework/VLCMedia.m: Update the subitems on sub item additions. пре 17 година
  Pierre d'Herbemont 6de31c5977 Sources/VLCMedia.m: Implement a KeyValueCoding enabled -state property. пре 17 година
  Pierre d'Herbemont f7bee5b2de MacOSX/Framework/VLCMedia.m: Implement mediaAsNodeWithName:. пре 17 година
  Pierre d'Herbemont 7a286c1566 Source/VLCMedia.m: No need to ask for more than one meta at the begining. пре 17 година
  Pierre d'Herbemont 49498e3383 MacOSX/Framework/VLCMedia.m: Speed a bit stringToMetaType. пре 17 година
  Pierre d'Herbemont 9ec826b844 MacOSX/Framework/VLCMedia.m: Don't forget to init the metaDictionary, when initing from a media_descriptor object. пре 17 година
  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 година
  Pierre d'Herbemont d92aabe3a5 MacOSX/Framework/VLCMedia.m: Remove not used code. пре 17 година
  Pierre d'Herbemont cd10b7d4dd MacOSX/Framework/VLCMedia.m: Use mediaWithURL:(NSURL*) instead of mediaWithURL:(NSString*). Add a mediaWithPath:(NSString*) constructor. пре 17 година
  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). пре 18 година
  Pierre d'Herbemont d60c874dc2 MacOSX/Framework/VLCMedia.m: Don't forget to retain the url. пре 18 година
  Pierre d'Herbemont 24f6a3becb MacOSX/Framework: Use mediaListWithLibVLCMediaList instead of media*l*istWithLibVLCMediaList, to match the VLCMediaList class name cases. пре 18 година
  Pierre d'Herbemont a86dbeb329 MacOSX/Framework/VLCMedia.m: Don't forget to store the media's url. пре 18 година