1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00
Commit Graph

268 Commits

Author SHA1 Message Date
Felix Paul Kühne
823b1be08b VLCKit: fixed compilation with Xcode4
To support Xcode4, we require the 10.6 SDK now, which can be easily reverted when using Xcode3.2 an appropriate SDK.

Note that this project file format now requires Xcode 3.2 or later
2011-08-12 13:00:13 +02:00
Felix Paul Kühne
c0e10f7b1d macosx-framework: expand .gitignore a bit 2011-07-10 16:59:10 +02:00
Jean-Baptiste Kempf
2b8482b60f Frontrow Plugin: Crush PNGs 2011-06-21 15:07:13 +02:00
Rémi Denis-Courmont
36c4a22f2c Remove vlc_object_attach() 2011-05-25 19:50:38 +03:00
Konstantin Pavlov
815340f625 Fix loading of upnp module.
Also, remove leftover _intel parts here and there.
2011-02-25 13:04:09 +03:00
Felix Paul Kühne
19e6dc56dc VLCKit: fixed 32bit compilation in Release mode on 10.6 2011-02-16 01:28:43 +01:00
Rune Botten
7f92a65ed7 Add method for getting stats from VLCMedia
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
2010-12-27 15:36:41 +01:00
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>
2010-12-19 15:46:27 +01:00
Rune Botten
ae352dedea Documentation error, is milliseconds
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
2010-12-13 22:12:03 +01:00
Rune Botten
383146f35d macosx/framework: Register VLCMediaPlayer for opening and buffering events
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
2010-12-11 16:36:02 +01:00
Jean-Baptiste Kempf
da28b2754e MobileVLCKit: remove mmap access in Aggregate 2010-11-29 13:02:29 +01:00
Pierre d'Herbemont
9662bc9011 MobileVLCKit: Match contrib build dir location change. 2010-11-05 22:15:59 +01:00
Rafaël Carré
78a9941ce4 OSX framework: ignore-config and no-media-library are already the default 2010-10-31 14:34:37 +01:00
Pierre d'Herbemont
0381d38320 VLCKit: Protect against file that takes forever to thumbnail. 2010-09-25 23:08:13 +02:00
Pierre d'Herbemont
a8b37fbd6e VLCKit: Import MobileVLCKit. 2010-09-25 23:08:07 +02:00
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>
2010-09-05 18:19:43 +02:00
Rémi Denis-Courmont
59117b2862 Do not include vlc_modules.h in vlc_common.h 2010-07-27 22:33:36 +03:00
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>
2010-07-22 17:15:42 +02:00
Sebastien Zwickert
6ef23b74e9 VLCKit: Add the # character that prefixes the output chain.
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
2010-05-03 11:43:18 +02:00
Pierre d'Herbemont
837758099a Bump libvlccore version on the Mac OS X install script. 2010-05-03 11:40:04 +02:00
Felix Paul Kühne
7a94204ea6 OS X framework: fixed packaging failure, which prevented Lunettes execution on some setups due to a failing libvlc initialization 2010-04-05 19:16:38 +02:00
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>
2010-03-23 12:13:47 +01:00
Felix Paul Kühne
81b4ed0e04 compilation fix when building a single arch only 2010-03-21 23:55:31 +01:00
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) 2010-03-15 14:23:08 +01:00
Pierre d'Herbemont
d1786b248b VLCKit: Embed the plugin cache for all archs. 2010-03-15 13:29:20 +01:00
Pierre d'Herbemont
b9606f5d8b VLCKit: Use name instead of $1 and $2 in Pre-Compile script. 2010-03-15 13:29:20 +01:00
Pierre d'Herbemont
2211e84cbe VLCKit: Disable syslog. 2010-03-15 13:29:20 +01:00
Pierre d'Herbemont
89c8809533 VLCKit: Fix Pre-Compile.sh when building VLC-release.app. 2010-03-04 19:35:04 +01:00
Pierre d'Herbemont
674ae38bb3 VLCKit: No need to force the -arch flag now. 2010-03-04 18:50:37 +01:00
Pierre d'Herbemont
17fbb4b016 VLCKit: Update Pre-Compile.sh to use plugins/ instead of modules/ 2010-03-04 18:14:08 +01:00
Pierre d'Herbemont
1609af1426 VLCKit: isPreparsed doesn't exists anymore. 2010-02-28 23:53:33 +01:00
Pierre d'Herbemont
d9ab1c7141 VLCKit: preparsed->parsed. 2010-02-22 20:31:04 +01:00
Pierre d'Herbemont
3acfd5b570 VLCKit: Remove contrib dependency files.
We already do that in contrib makefile.
2010-02-22 20:24:09 +01:00
Felix Paul Kühne
9f5e582563 VLCKit: ppc970 aka PowerPC G3 is no supported architecture 2010-02-22 14:37:45 +01:00
Felix Paul Kühne
4ad09c1bcd VLCKit: don't ignore VLC's config anymore since we got our own vlcrc now 2010-02-20 01:29:23 +01:00
Felix Paul Kühne
05c777f907 VLCKit: added an aggregate target to build both VLC and VLCKit with one click 2010-02-20 01:29:22 +01:00
Emmanuel de Roux
3780cebaa7 macosx/framework : added method setValue:forMeta: to VLCMedia
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
2010-02-19 18:48:56 +01:00
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.
2010-02-18 19:56:15 +02:00
Pierre d'Herbemont
27934aa93b macosx/framework: Fix our hack for extensions. 2010-02-18 15:49:08 +01:00
Pierre d'Herbemont
477c04bc7a macosx/framework: Factorize precompilation. 2010-02-16 16:57:11 +01:00
Pierre d'Herbemont
a97937b712 macosx/framework: Fix precompilation. 2010-02-16 02:50:59 +01:00
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.
2010-02-16 01:50:33 +01:00
Pierre d'Herbemont
1eff27e08a macosx/framework: Support building multiple vlc tree for multiple archs. 2010-02-16 01:50:32 +01:00
Pierre d'Herbemont
e6fc028b83 macosx/framework: Fix build in Release mode.
Thanks to DiDjCodt.
2010-02-15 22:22:31 +01:00
Pierre d'Herbemont
e1bdce67e2 macosx/framework: shoutcast is gone. 2010-02-15 16:54:52 +01:00
Pierre d'Herbemont
a776627390 VLCExtensionsManager: Work around libvlccore changes for our nasty hack. 2010-02-12 18:13:27 +01:00
Emmanuel de Roux
17207ab162 macosx/framework: Added [VLCMediaList initWithArray:] method
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
2010-02-12 18:13:27 +01:00
Pierre d'Herbemont
0c4edec7a5 macosx/framework: Simplify the Pre-Compile.sh script. 2010-02-12 18:13:26 +01:00
Pierre d'Herbemont
d4f950b328 macosx/framework: Embbed the plugin cache as well.
Cool speedup when launching the client the first time!
2010-02-11 11:41:50 +01:00
Pierre d'Herbemont
06df9cc61c macosx/framework: Try to clean up a little bit the now very messy Pre-Compile.sh script file. 2010-02-11 11:41:50 +01:00