- 16 Feb, 2008 2 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 10 Feb, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 04 Feb, 2008 2 commits
-
-
Pierre d'Herbemont authored
Move the Mac OS X framework plus the yet to be finished VLC.app to projects/macosx/framework and projects/macosx/vlc_app.
-
Pierre d'Herbemont authored
projects/ - contains projects that link to libvlc other than vlc and the bindings. extras/package - contains the packaging specific files. extras/deprecated - deprecated files. extras/buildsystem - contains non-default buildsystem stuff. extras/analyser - contains code analyser (such as editor specific files) specific files.
-
- 01 Feb, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 16 Jan, 2008 1 commit
-
-
Pierre d'Herbemont authored
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.
-
- 15 Jan, 2008 1 commit
-
-
Pierre d'Herbemont authored
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.
-
- 13 Jan, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 07 Jan, 2008 2 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 06 Jan, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 02 Jan, 2008 2 commits
-
-
Pierre d'Herbemont authored
MacOSX/Framework: Properly convert libvlc Exception to NSException. Rename quit_on_exception to catch_exception.
-
Pierre d'Herbemont authored
MacOSX/Framework/VLCMedia: Documentation, code cleanup and and use Objective-C 2.0 @property. (Patch by Enrique Osuna).
-
- 01 Jan, 2008 1 commit
-
-
Pierre d'Herbemont authored
VLCMedia.m: Don't flood the event manager with unused meta change notification. Remove uneeded willChangeValueForKey: notification, as per Julien Robert suggestion.
-
- 30 Dec, 2007 1 commit
-
-
Pierre d'Herbemont authored
-
- 24 Dec, 2007 1 commit
-
-
Pierre d'Herbemont authored
-
- 19 Dec, 2007 1 commit
-
-
Pierre d'Herbemont authored
-
- 12 Dec, 2007 2 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 11 Dec, 2007 4 commits
-
-
Pierre d'Herbemont authored
MacOSX/Framework/VLCMedia.m: Don't forget to init the metaDictionary, when initing from a media_descriptor object.
-
Pierre d'Herbemont authored
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.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
MacOSX/Framework/VLCMedia.m: Use mediaWithURL:(NSURL*) instead of mediaWithURL:(NSString*). Add a mediaWithPath:(NSString*) constructor.
-
- 23 Nov, 2007 3 commits
-
-
Pierre d'Herbemont authored
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).
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
MacOSX/Framework: Use mediaListWithLibVLCMediaList instead of media*l*istWithLibVLCMediaList, to match the VLCMediaList class name cases.
-
- 22 Nov, 2007 1 commit
-
-
Pierre d'Herbemont authored
-
- 21 Nov, 2007 2 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 19 Nov, 2007 1 commit
-
-
Pierre d'Herbemont authored
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.
-
- 25 Oct, 2007 1 commit
-
-
Pierre d'Herbemont authored
MacOSX/Framework/VLCMedia.m: Re-enable libvlc_MediaDescriptorMetaChanged/libvlc_MediaDescriptorDurationChanged event listening. (Patch by Enrique Osuna).
-
- 20 Oct, 2007 4 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 29 Aug, 2007 1 commit
-
-
Pierre d'Herbemont authored
-