- 18 Dec, 2005 1 commit
-
-
bigben authored
* Embedded Vout should work now * To create an embedded vout, just create a custom view of type VLCEmbeddedVoutView in interface builder * Just make sure you define the view as resizeable * Hotkeys and mose events should work * Tests with the mozilla plugin are welcome
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 04 Jun, 2005 1 commit
-
-
Eric Petit authored
main thread (one more step to hopefully fix #45) macosx/controls.m: fixed a tiny memleak
-
- 27 Feb, 2005 1 commit
-
-
Andre Pang authored
Some details: * This was mostly taken verbatim from revision:5717 (before the vout Mozilla support was removed), though it's been edited pretty thoroughly, and is now much more commented. * The "normal" vout display should be completely unaffected, since the plugin-relevant code paths are only taken when p_vout->p_sys->b_embedded is set to VLC_TRUE. (I've tested the normal VLC.app, and it seems fine.) * There are still some problems with the plugin when the Mozilla window is resized a lot. I suspect this is due to threading issues with QuickDraw, but I don't know enough about QuickDraw to be sure. Help with this would be very welcome. * The original patch in revision:5717 optimised the plugin display slightly, by using a mask (clipping region) so that QuickDraw only updated the plugin's area of the dirty region. I elected not to use a mask, since I thought the extra code complexity (i.e. lots more if() branches) isn't worth the incremental speedup. (If, in fact, there was a speedup at all -- the extra overhead induced by calculating the intersection of the dirty region with the mask may have offset any benefits: only benchmarks will tell ...)
-
- 23 Feb, 2005 1 commit
-
-
hartman authored
-
- 18 Feb, 2005 1 commit
-
-
Eric Petit authored
macosx/vout*.m: cleaning
-
- 13 Dec, 2004 1 commit
-
-
Eric Petit authored
-
- 07 Nov, 2004 1 commit
-
-
hartman authored
-
- 05 Oct, 2004 1 commit
-
-
hartman authored
souls without Altivec. The new drawing was considerable slower to them.
-
- 29 Aug, 2004 1 commit
-
-
hartman authored
* Updated TODO list
-
- 28 Aug, 2004 1 commit
-
-
gbazin authored
-
- 17 Aug, 2004 2 commits
-
-
Eric Petit authored
+ macosx/vout*: --macosx-vout and --macosx-opengl-effect no longer exist
-
Eric Petit authored
+ vout.m contains the common code for the QT video output and the GL provider (window creation, events handling) + opengl.c: higher priority on OS X Things are a bit broken atm, any help to debug is welcome ;p
-