[vlc-commits] commit: VLCKit: Import MobileVLCKit. (Pierre d'Herbemont )
git at videolan.org
git at videolan.org
Sat Sep 25 23:08:47 CEST 2010
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Mon Jun 28 22:29:33 2010 +0200| [a8b37fbd6e4b8d8adfacbbf64cc546c90a5a5994] | committer: Pierre d'Herbemont
VLCKit: Import MobileVLCKit.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a8b37fbd6e4b8d8adfacbbf64cc546c90a5a5994
---
.../framework/Headers/Internal/VLCEventManager.h | 39 +-
.../framework/Headers/Internal/VLCLibVLCBridging.h | 4 +
.../macosx/framework/Headers/Public/MobileVLCKit.h | 23 ++
.../macosx/framework/Headers/Public/VLCAudio.h | 2 +
.../macosx/framework/Headers/Public/VLCLibrary.h | 1 +
.../macosx/framework/Headers/Public/VLCMedia.h | 102 ++++++
.../framework/Headers/Public/VLCMediaDiscoverer.h | 3 +-
.../macosx/framework/Headers/Public/VLCMediaList.h | 1 +
.../framework/Headers/Public/VLCMediaPlayer.h | 18 +-
.../framework/Headers/Public/VLCMediaThumbnailer.h | 56 +++
projects/macosx/framework/Headers/Public/VLCTime.h | 2 +
.../MobileVLCKit.xcodeproj/project.pbxproj | 382 ++++++++++++++++++++
.../MobileVLCKit/AggregateStaticPlugins.sh | 230 ++++++++++++
.../framework/MobileVLCKit/MobileVLCKit.xcconfig | 28 ++
projects/macosx/framework/MobileVLCKit_Prefix.pch | 9 +
.../macosx/framework/Sources/VLCEventManager.m | 211 ++++++++----
projects/macosx/framework/Sources/VLCLibrary.m | 26 +-
projects/macosx/framework/Sources/VLCMedia.m | 175 ++++++++--
.../macosx/framework/Sources/VLCMediaDiscoverer.m | 23 +-
projects/macosx/framework/Sources/VLCMediaList.m | 24 +-
projects/macosx/framework/Sources/VLCMediaPlayer.m | 42 +-
.../macosx/framework/Sources/VLCMediaThumbnailer.m | 235 ++++++++++++
projects/macosx/framework/Sources/VLCTime.m | 2 +-
.../framework/VLCKit.xcodeproj/project.pbxproj | 21 +
projects/macosx/framework/VLC_Prefix.pch | 10 +-
25 files changed, 1490 insertions(+), 179 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=a8b37fbd6e4b8d8adfacbbf64cc546c90a5a5994
More information about the vlc-commits
mailing list