Konstantin Pavlov
815340f625
Fix loading of upnp module.
Also, remove leftover _intel parts here and there.
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
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
16 years ago
Rune Botten
d722087d8e
Method for adding vlc-options to a VLCMedia
--0016e64f6886ef58a30497a17561
Content-Type: text/plain; charset=ISO-8859-1
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
16 years ago
Rune Botten
ae352dedea
Documentation error, is milliseconds
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
16 years ago
Rune Botten
383146f35d
macosx/framework: Register VLCMediaPlayer for opening and buffering events
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
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
62487ef428 removed asademux code but not
all references to it vanished
Signed-off-by: Daniel Mierswa <impulze@impulze.org>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
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
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
16 years ago
Sebastien Zwickert
6ef23b74e9
VLCKit: Add the # character that prefixes the output chain.
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
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.
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
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.
We already do that in contrib makefile.
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
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
16 years ago
Rémi Denis-Courmont
7eccf3a2cf
libvlc_media_new_path: create a media from a file path
Also rename libvlc_media_new to libvlc_media_new_location to remove
the ambiguity.
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.
The current contrib bin for i386 seems to be a bit broken here and most modules are x86_64 only.
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.
Thanks to DiDjCodt.
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
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
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.
Cool speedup when launching the client the first time!
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
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
16 years ago
Toralf Niebuhr
258396bb17
removed unused exceptions
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
16 years ago
Toralf Niebuhr
5f92719d66
macosx/framework: Remove libvlc_exception_t where needed.
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
16 years ago