An error occurred fetching the project authors.
- 08 Jun, 2007 1 commit
-
-
Pierre d'Herbemont authored
Mac OS X gui: Comply to "Cocoa Thread Safety" guideline, that is, make creating, resizing, closing, the NSView on main thread.
-
- 28 Mar, 2007 1 commit
-
-
Damien Fouilleul authored
voutgl.m: support for VOUT_REDRAW_RECT in agl code, also added some smarts regarding handling null clip regions, which causes video flickers on Firefox/MacOSX when scrolling a page containing the mozilla plugin
-
- 11 Mar, 2007 1 commit
-
-
Damien Fouilleul authored
- voutgl.m: misc cleanup, reworked context locking as well as enabling double buffering for faster rendering
-
- 08 Mar, 2007 1 commit
-
-
Derk-Jan Hartman authored
* use locking on the OpenGL context (using two APIs, but since agl needs the cgl headers included, should be ok i think). refs #668 refs #915 I'm not sure its fixed, but this seems like a logical way to solve it. Freaking apple with their 5 OpenGL APIs.
-
- 05 Mar, 2007 1 commit
-
-
Felix Paul Kühne authored
-
- 03 Mar, 2007 1 commit
-
-
Pierre d'Herbemont authored
Mac OS X gui: Make sure libvlc exit properly. Don't forward the closeVout: if the interface is dead.
-
- 02 Mar, 2007 1 commit
-
-
Pierre d'Herbemont authored
-
- 02 Feb, 2007 1 commit
-
-
Felix Paul Kühne authored
- removed <10.3 support in the preferences' code - added preliminary support for Obj-C 2.0 / Garbage Collection - needs to be enabled manually in intf.h for now and is restricted to future Darwin release - updated various copyright dates to approbate values - configured the source tree in the Xcode project for future Xcode releases - finally renamed the Xcode project to the correct bundle extension
-
- 15 Sep, 2006 1 commit
-
-
Clément Stenac authored
Also, make it clearer what is shared and instance-specific So, libvlc_t ==> libvlc_global_t vlc_t ==> libvlc_int_t (internal instance) p_object->p_libvlc ==> p_object->p_libvlc_globale p_object->p_vlc ==> p_object->p_libvlc VLC_OBJECT_VLC ==> VLC_OBJECT_LIBVLC And by the way, there is some cleanup required :) (ie, some things are created in the global object instead of the instance-specific one)
-
- 30 Aug, 2006 1 commit
-
-
Damien Fouilleul authored
-
- 27 Aug, 2006 1 commit
-
-
Damien Fouilleul authored
- added a couple of support APIs in libvlc - retired XPCOM interface, all scripting now goes through NPObject apis - new APIs using libvlc (roughly similar to java bindings)
-
- 14 Jun, 2006 1 commit
-
-
Damien Fouilleul authored
fixes for crash in Safari plugin when terminating (it actually locks the computer completely on some occasion) - opengl.c: let End destroy elements created by Init, DestroyVout for CreateVout - voutgl.m: set context to NULL on exit
-
- 01 Jun, 2006 1 commit
-
-
Damien Fouilleul authored
- vlcshell.cpp: make opengl the default video output module for macosx - vlc.r: remove Quicktime mimetype from supported list - configure.ac: the OpenGL provider requires the AGL framework
-
- 04 Apr, 2006 1 commit
-
-
Benjamin Pracht authored
-
- 01 Apr, 2006 1 commit
-
-
Christophe Mutricy authored
-
- 30 Mar, 2006 1 commit
-
-
Benjamin Pracht authored
* The implementation is quite dirty, but I just cannot see any other easy solution...
-
- 29 Mar, 2006 1 commit
-
-
Benjamin Pracht authored
* vout.m : comment the NSLog call in windowContainsEmbedded: this method is called on something else than an NSWindow in normal operation * other: implement on the fly aspect ratio change. Only works in the ogl output at the moment
-
- 19 Mar, 2006 1 commit
-
-
Benjamin Pracht authored
-
- 13 Feb, 2006 1 commit
-
-
Derk-Jan Hartman authored
-
- 01 Feb, 2006 1 commit
-
-
Derk-Jan Hartman authored
-
- 12 Jan, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 18 Dec, 2005 1 commit
-
-
Benjamin Pracht 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)
-
- 14 Jun, 2005 1 commit
-
-
Derk-Jan Hartman authored
* Lets go beserk on the locking and event passing for OpenGL resize. Haven't been able to crash it anymore. closes #45
-
- 04 Jun, 2005 1 commit
-
-
Eric Petit authored
main thread (one more step to hopefully fix #45) macosx/controls.m: fixed a tiny memleak
-
- 25 Mar, 2005 1 commit
-
-
Eric Petit authored
-
- 16 Mar, 2005 1 commit
-
-
Eric Petit authored
-
- 23 Feb, 2005 1 commit
-
-
Derk-Jan Hartman authored
-
- 18 Feb, 2005 2 commits
-
-
Eric Petit authored
Looks like OS X delayed the window destruction, causing the crash since reshape tries to use p_vout after it's been freed.
-
Eric Petit authored
macosx/vout*.m: cleaning
-
- 13 Dec, 2004 1 commit
-
-
Eric Petit authored
-
- 12 Dec, 2004 2 commits
-
-
Eric Petit authored
re-enabled OS X GL provider (QT output still default)
-
Eric Petit authored
not working in GL mode
-
- 05 Oct, 2004 1 commit
-
-
Derk-Jan Hartman 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
-