241 Commits (3aecc75331f2c6e4d3d4bfaa97bc5325fa2ae2cf)

Author SHA1 Message Date
Konstantin Pavlov 815340f625 Fix loading of upnp module. 15 years ago
Felix Paul Kühne 19e6dc56dc VLCKit: fixed 32bit compilation in Release mode on 10.6 15 years ago
Rune Botten 7f92a65ed7 Add method for getting stats from VLCMedia 16 years ago
Rune Botten d722087d8e Method for adding vlc-options to a VLCMedia 16 years ago
Rune Botten ae352dedea Documentation error, is milliseconds 16 years ago
Rune Botten 383146f35d macosx/framework: Register VLCMediaPlayer for opening and buffering events 16 years ago
Jean-Baptiste Kempf da28b2754e MobileVLCKit: remove mmap access in Aggregate 16 years ago
Pierre d'Herbemont 9662bc9011 MobileVLCKit: Match contrib build dir location change. 16 years ago
Rafaël Carré 78a9941ce4 OSX framework: ignore-config and no-media-library are already the default 16 years ago
Pierre d'Herbemont 0381d38320 VLCKit: Protect against file that takes forever to thumbnail. 16 years ago
Pierre d'Herbemont a8b37fbd6e VLCKit: Import MobileVLCKit. 16 years ago
Daniel Mierswa 9eb3ee78e6 remove references to removed asademux code 16 years ago
Rémi Denis-Courmont 59117b2862 Do not include vlc_modules.h in vlc_common.h 16 years ago
Toralf Niebuhr b7508014f4 use NSAutoreleasePool::drain instead of NSAutoreleasePool::release since VLCKit ist compiled with Objective-C Garbage Collection = Supported 16 years ago
Sebastien Zwickert 6ef23b74e9 VLCKit: Add the # character that prefixes the output chain. 16 years ago
Pierre d'Herbemont 837758099a Bump libvlccore version on the Mac OS X install script. 16 years ago
Felix Paul Kühne 7a94204ea6 OS X framework: fixed packaging failure, which prevented Lunettes execution on some setups due to a failing libvlc initialization 16 years ago
Sebastien Zwickert 81a42a9e43 VLCKit: remove the prefix from the parameter value and take into account null values for options that do not require a value. 16 years ago
Felix Paul Kühne 81b4ed0e04 compilation fix when building a single arch only 16 years ago
Felix Paul Kühne 652fbde4d1 VLCKit: fixed typo which prevented the creation of re-distributable bundles and added the libvlc headers to the project file (not distributed in any target) 16 years ago
Pierre d'Herbemont d1786b248b VLCKit: Embed the plugin cache for all archs. 16 years ago
Pierre d'Herbemont b9606f5d8b VLCKit: Use name instead of $1 and $2 in Pre-Compile script. 16 years ago
Pierre d'Herbemont 2211e84cbe VLCKit: Disable syslog. 16 years ago
Pierre d'Herbemont 89c8809533 VLCKit: Fix Pre-Compile.sh when building VLC-release.app. 16 years ago
Pierre d'Herbemont 674ae38bb3 VLCKit: No need to force the -arch flag now. 16 years ago
Pierre d'Herbemont 17fbb4b016 VLCKit: Update Pre-Compile.sh to use plugins/ instead of modules/ 16 years ago
Pierre d'Herbemont 1609af1426 VLCKit: isPreparsed doesn't exists anymore. 16 years ago
Pierre d'Herbemont d9ab1c7141 VLCKit: preparsed->parsed. 16 years ago
Pierre d'Herbemont 3acfd5b570 VLCKit: Remove contrib dependency files. 16 years ago
Felix Paul Kühne 9f5e582563 VLCKit: ppc970 aka PowerPC G3 is no supported architecture 16 years ago
Felix Paul Kühne 4ad09c1bcd VLCKit: don't ignore VLC's config anymore since we got our own vlcrc now 16 years ago
Felix Paul Kühne 05c777f907 VLCKit: added an aggregate target to build both VLC and VLCKit with one click 16 years ago
Emmanuel de Roux 3780cebaa7 macosx/framework : added method setValue:forMeta: to VLCMedia 16 years ago
Rémi Denis-Courmont 7eccf3a2cf libvlc_media_new_path: create a media from a file path 16 years ago
Pierre d'Herbemont 27934aa93b macosx/framework: Fix our hack for extensions. 16 years ago
Pierre d'Herbemont 477c04bc7a macosx/framework: Factorize precompilation. 16 years ago
Pierre d'Herbemont a97937b712 macosx/framework: Fix precompilation. 16 years ago
Pierre d'Herbemont 0539e7e1a3 macosx/framework: Build a fat framework (x86_64 and i386) in Release mode. 16 years ago
Pierre d'Herbemont 1eff27e08a macosx/framework: Support building multiple vlc tree for multiple archs. 16 years ago
Pierre d'Herbemont e6fc028b83 macosx/framework: Fix build in Release mode. 16 years ago
Pierre d'Herbemont e1bdce67e2 macosx/framework: shoutcast is gone. 16 years ago
Pierre d'Herbemont a776627390 VLCExtensionsManager: Work around libvlccore changes for our nasty hack. 16 years ago
Emmanuel de Roux 17207ab162 macosx/framework: Added [VLCMediaList initWithArray:] method 16 years ago
Pierre d'Herbemont 0c4edec7a5 macosx/framework: Simplify the Pre-Compile.sh script. 16 years ago
Pierre d'Herbemont d4f950b328 macosx/framework: Embbed the plugin cache as well. 16 years ago
Pierre d'Herbemont 06df9cc61c macosx/framework: Try to clean up a little bit the now very messy Pre-Compile.sh script file. 16 years ago
Felix Paul Kühne 2beb76a086 osx/framework: removed unused property 16 years ago
Toralf Niebuhr 170b382ceb removed the function catch_exception( ex ), as it is not needed anymore 16 years ago
Toralf Niebuhr 258396bb17 removed unused exceptions 16 years ago
Toralf Niebuhr 5f92719d66 macosx/framework: Remove libvlc_exception_t where needed. 16 years ago