Pierre d'Herbemont
|
43c5416dbd
macosx/framework: Activate --play-and-pause with the framework by default.
|
15 年之前 |
Rémi Denis-Courmont
|
96efb0418f
Replace libvlc_exception_get_message with libvlc_errmsg
|
16 年之前 |
Pierre d'Herbemont
|
f46fc89061
macosx/framework: Back in business.
|
16 年之前 |
Pierre d'Herbemont
|
97921b4ef7
VLCKit: Use --ignore-config.
|
17 年之前 |
Faustino Osuna
|
63d26789d0
VLCKit.framework: Documentation updates and whitespace cleanup.
|
17 年之前 |
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 年之前 |
Pierre d'Herbemont
|
75dce6c347
framework: Fix the configure script. Fix a bunch of warnings.
|
17 年之前 |
Rafaël Carré
|
87468feaf5
libvlc_release() has only 1 parameter
|
17 年之前 |
Rémi Denis-Courmont
|
42fd24d205
Don't include config.h from the headers - refs #297.
|
17 年之前 |
Pierre d'Herbemont
|
fb2de8afb1
MacOSX/Framework: Support streamin media list.
|
17 年之前 |
Pierre d'Herbemont
|
9f84d217b7
MacOSX/Framework: Add VLCStreamSession, VLCStreamOutput to allow streaming/exporting.
|
17 年之前 |
Faustino Osuna
|
57ba3e2bee
MacOSX/Framework/VLCLibrary.m: Clear potential memory leak & formatting clean up.
|
17 年之前 |
Pierre d'Herbemont
|
fde22e9f0e
MacOSX/Framework/VLCLibrary.m: Fix an exception leak.
|
17 年之前 |
Pierre d'Herbemont
|
70faa52614
MacOSX/Framework/VLCLibrary.m: Remove a TODO.
|
17 年之前 |
Pierre d'Herbemont
|
c7d758f812
MacOSX/Framework: Properly convert libvlc Exception to NSException. Rename quit_on_exception to catch_exception.
|
17 年之前 |
Pierre d'Herbemont
|
bcf714747a
MacOSX/Framework/VLCLibrary: Code cleanup and use Objective-C 2.0 @property. (Patch by Enrique Osuna).
|
17 年之前 |
Pierre d'Herbemont
|
ff07a7d52a
MacOSX/Framework/VLCLibrary.m: Default the use of the opengllayer video output module. Don't be verbose by default.
|
17 年之前 |
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).
|
17 年之前 |
Rafaël Carré
|
ebaca9e072
libvlc_destroy() -> libvlc_release()
|
17 年之前 |
Pierre d'Herbemont
|
fdb060e7a2
MacOSX/Framework/VLCLibrary.m: Regroup the sharedLibrary allocation and release. Fix a warning due to a left over in previous commit.
|
17 年之前 |
Pierre d'Herbemont
|
779f96fe63
MacOSX/Framework/VLCLibrary.m: Better memory management for the global VLCLibrary object. Give an autoreleased object in +[VLCLibrary sharedLibrary]. Release the global VLCLibrary atexit.
|
17 年之前 |
Pierre d'Herbemont
|
90cf166fa5
MacOSX/Framework: Very minor identation changes.
|
17 年之前 |
Pierre d'Herbemont
|
69282c413a
MacOSX/Framework: Minor various spaces/comment cleanup.
|
17 年之前 |
Pierre d'Herbemont
|
3cb4dc9735
MacOSX/Framework: Fix tabs.
|
17 年之前 |
Pierre d'Herbemont
|
107721354b
MacOSX/Framework: Merge Enrique Osuna's work on the Framework.
|
17 年之前 |
Pierre d'Herbemont
|
f31502ce1b
MacOSX/Framework: Use --opengl-provider=minimal_macosx. (Original patch by Enrique Osuna <enrique.osuna a gmail d com>).
|
18 年之前 |
Pierre d'Herbemont
|
f9ebe365a2
extra/MacOSX/Framework: Initial import of the Mac OS X Framework.
|
18 年之前 |