Pierre d'Herbemont
|
dd0564a9b1
macosx/framework: Bring back default logging value to -1.
|
15 gadi atpakaļ |
Pierre d'Herbemont
|
2a1b5806c5
macosx/framework: Disable the media library since it is not exposed.
|
15 gadi atpakaļ |
Felix Paul Kühne
|
06af5cd6aa
osx/framework: fixed a typo and enabled the framework to open external subtitle files
|
15 gadi atpakaļ |
Felix Paul Kühne
|
236f755acf
osx/framework: renamed a few methods for consistency, added an addition subs method
|
15 gadi atpakaļ |
Felix Paul Kühne
|
9121014a67
osx/framework: out non-colored debug only
|
15 gadi atpakaļ |
Felix Paul Kühne
|
64ae9f9624
osx/framework: fixed C99ism in previous commit
|
15 gadi atpakaļ |
Mike Schrag
|
8ec55bd341
load vlc config parameters from an array of strings in the 'VLCParams' property in the main bundle's Info.plist
|
15 gadi atpakaļ |
Pierre d'Herbemont
|
3e95bdbb12
macosx/framework: Export -[VLCLibrary changeset].
|
15 gadi atpakaļ |
Pierre d'Herbemont
|
b9e587bf91
macosx/framework: Export libvlc version.
|
15 gadi atpakaļ |
Pierre d'Herbemont
|
f0adfe4b26
macosx/framework: Assert that we correctly initialized libvlc.
|
15 gadi atpakaļ |
Felix Paul Kühne
|
663a3ebeae
osx/framework: fixed verbosity setting
|
15 gadi atpakaļ |
Pierre d'Herbemont
|
d98dc284b9
macosx/framework: Don't attempt to do anything at exit or at construction this is nasty for a Framework.
|
15 gadi atpakaļ |
Pierre d'Herbemont
|
43c5416dbd
macosx/framework: Activate --play-and-pause with the framework by default.
|
16 gadi atpakaļ |
Rémi Denis-Courmont
|
96efb0418f
Replace libvlc_exception_get_message with libvlc_errmsg
|
16 gadi atpakaļ |
Pierre d'Herbemont
|
f46fc89061
macosx/framework: Back in business.
|
16 gadi atpakaļ |
Pierre d'Herbemont
|
97921b4ef7
VLCKit: Use --ignore-config.
|
17 gadi atpakaļ |
Faustino Osuna
|
63d26789d0
VLCKit.framework: Documentation updates and whitespace cleanup.
|
17 gadi atpakaļ |
Faustino Osuna
|
1c46396c97
macosx/VLCKit: Load VLCLibrary when VLCKit is loaded. No longer need atexit( ... ) to unload library, use __attribute__((destructor))__ instead. Also make sure we don't autorelease the VLCLibrary (as the library's destructor will take care of that for us).
|
17 gadi atpakaļ |
Pierre d'Herbemont
|
75dce6c347
framework: Fix the configure script. Fix a bunch of warnings.
|
17 gadi atpakaļ |
Rafaël Carré
|
87468feaf5
libvlc_release() has only 1 parameter
|
17 gadi atpakaļ |
Rémi Denis-Courmont
|
42fd24d205
Don't include config.h from the headers - refs #297.
|
17 gadi atpakaļ |
Pierre d'Herbemont
|
fb2de8afb1
MacOSX/Framework: Support streamin media list.
|
17 gadi atpakaļ |
Pierre d'Herbemont
|
9f84d217b7
MacOSX/Framework: Add VLCStreamSession, VLCStreamOutput to allow streaming/exporting.
|
17 gadi atpakaļ |
Faustino Osuna
|
57ba3e2bee
MacOSX/Framework/VLCLibrary.m: Clear potential memory leak & formatting clean up.
|
17 gadi atpakaļ |
Pierre d'Herbemont
|
fde22e9f0e
MacOSX/Framework/VLCLibrary.m: Fix an exception leak.
|
17 gadi atpakaļ |
Pierre d'Herbemont
|
70faa52614
MacOSX/Framework/VLCLibrary.m: Remove a TODO.
|
17 gadi atpakaļ |
Pierre d'Herbemont
|
c7d758f812
MacOSX/Framework: Properly convert libvlc Exception to NSException. Rename quit_on_exception to catch_exception.
|
17 gadi atpakaļ |
Pierre d'Herbemont
|
bcf714747a
MacOSX/Framework/VLCLibrary: Code cleanup and use Objective-C 2.0 @property. (Patch by Enrique Osuna).
|
17 gadi atpakaļ |
Pierre d'Herbemont
|
ff07a7d52a
MacOSX/Framework/VLCLibrary.m: Default the use of the opengllayer video output module. Don't be verbose by default.
|
17 gadi atpakaļ |
Pierre d'Herbemont
|
f73833932f
MacOSX/Framework/VLCLibrary.m: libvlc type briding should be in the (VLCLibVLCBridging) category. No need to compute the applicationPath by now.(Patch by Enrique Osuna).
|
18 gadi atpakaļ |