Commit History

Author SHA1 Message Date
  Felix Paul Kühne 9841080849 fixed 3 potential memory leaks 12 years ago
  Jean-Baptiste Kempf 897590bf88 Relicense VLCKit to LGPL 13 years ago
  Jean-Baptiste Kempf fd2d03078d VLCKit: remove - (id)initWithArray:(NSArray *)array; 13 years ago
  Pierre d'Herbemont e3b4b54b05 VLCKit: Import MobileVLCKit. 15 years ago
  Toralf Niebuhr 7058e74853 use NSAutoreleasePool::drain instead of NSAutoreleasePool::release since VLCKit ist compiled with Objective-C Garbage Collection = Supported 15 years ago
  Emmanuel de Roux cc437cbc70 macosx/framework: Added [VLCMediaList initWithArray:] method 15 years ago
  Toralf Niebuhr 3005a74eb5 macosx/framework: Remove libvlc_exception_t where needed. 15 years ago
  Pierre d'Herbemont b895b7ad46 macosx/framework: Get rid of VLCMediaListAspect, and remove a bunch of exception. 15 years ago
  Pierre d'Herbemont 4384ffaf6e macosx/framework: Remove a bunch of exception. 15 years ago
  Pierre d'Herbemont f953a3b205 macosx/framework: No need to create an exception here. 15 years ago
  Sebastien Zwickert f93ada4c12 macosx/framework: Remove the newly removed exception parameter of libvlc_event_attach. 15 years ago
  Pierre d'Herbemont 150c4cba56 macosx/framework: Implement write KVC for VLCMediaList. 15 years ago
  Pierre d'Herbemont 5163cdf993 macosx/framework: Remove the newly removed exception parameter. 15 years ago
  Felix Paul Kühne 689a05a148 osx/framework: propagate NSInteger and NSUInteger 15 years ago
  Faustino Osuna 63d26789d0 VLCKit.framework: Documentation updates and whitespace cleanup. 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 11d947f40f MacOSX/Framework/VLCMediaList,VLCMediaListAspect: Correct the sanity check for added item. 17 years ago
  Faustino Osuna 57ba3e2bee MacOSX/Framework/VLCLibrary.m: Clear potential memory leak & formatting clean up. 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 83847c1bdc MacOSX/Framework: Fix grouped event sending, and remove a debugging assert that isn't true anymore. 17 years ago
  Pierre d'Herbemont 33458b223f MacOSX/Framework/VLCMediaList.m: Code cleanup and use Objective-C 2.0 @property. (Patch by Enrique Osuna). 17 years ago
  Pierre d'Herbemont 3fcf405822 VLCMediaList.m: Don't mess between node hierachical and hierarchical cached copy of the MediaListAspect. 17 years ago
  Pierre d'Herbemont 3349fb0b2a MacOSX/Framework: Support event collapsing, and save the media list thats own the media list aspect. 17 years ago
  Pierre d'Herbemont 0e26a9e52d MacOSX/Framework/VLCMediaList.m: new aspect for the node hierarchy view. 17 years ago
  Pierre d'Herbemont 8e55d06ffc MacOSX/Framework: Fix end of file line, at least on headers. 17 years ago
  Pierre d'Herbemont 9951b9c2fa MacOSX/Framework/VLCMediaList.m: Implement -isReadOnly. 17 years ago
  Pierre d'Herbemont 1cad3630d1 MacOSX/Framework/VLCMediaList.m: Implement -description: and fix -flatAspect and -hierarchicalAspect when used with bindings. 17 years ago
  Pierre d'Herbemont c7fff93533 MacOSX/Framework/VLCMediaList.m: Don't lock in initMediaListInternal, we risk double lock. 17 years ago
  Pierre d'Herbemont d7333f8b2e MacOSX/Framework/Sources/VLCMediaList.m: Use @"media" binding key instead of @"Media". 17 years ago