git.videolan.org
/
vlc.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix a bunch of warnings and errors
[vlc.git]
/
modules
/
video_output
/
opengl.c
2006-06-14
Damien Fouilleul
fixes for crash in Safari plugin when terminating ...
blob
|
commitdiff
2006-06-02
Benjamin Pracht
* Don't change the FSF address
blob
|
commitdiff
|
diff to current
2006-06-02
Benjamin Pracht
* Patch by Cédric Cocquebert to add several additional...
blob
|
commitdiff
|
diff to current
2006-04-23
Benjamin Pracht
* Try to fix endianness in the opengl output on unixes
blob
|
commitdiff
|
diff to current
2006-03-31
Felix Paul Kühne
* 2nd review of video* and control/telnet.c
blob
|
commitdiff
|
diff to current
2006-03-30
Damien Fouilleul
opengl.c: fixed string declaration over multiple lines
blob
|
commitdiff
|
diff to current
2006-03-30
Clément Stenac
Video filters and outputs strings (Refs:#438)
blob
|
commitdiff
|
diff to current
2006-02-04
Derk-Jan Hartman
* Use UYVY fourcc instead of Y422, since i believe...
blob
|
commitdiff
|
diff to current
2006-02-01
Derk-Jan Hartman
* Fix the fourcc of OpenGL on Mac Intel. We should...
blob
|
commitdiff
|
diff to current
2006-02-01
Sam Hocevar
* Got rid of SYS_DARWIN everywhere.
blob
|
commitdiff
|
diff to current
2006-01-12
Antoine Cellerier
FSF address change.
blob
|
commitdiff
|
diff to current
2005-10-28
Gildas Bazin
* modules/video_output/directx/directx.c, modules/video...
blob
|
commitdiff
|
diff to current
2005-10-26
Gildas Bazin
* modules/video_output/x11/xcommon.c, modules/video_out...
blob
|
commitdiff
|
diff to current
2005-10-23
Gildas Bazin
* modules/video_output/opengl.c: hopefully got it right...
blob
|
commitdiff
|
diff to current
2005-10-23
Gildas Bazin
* modules/video_output/opengl.c: implemented cropping.
blob
|
commitdiff
|
diff to current
2005-08-21
Derk-Jan Hartman
* Fix mouse down event forwarding from opengl (closes...
blob
|
commitdiff
|
diff to current
2005-07-25
Derk-Jan Hartman
* revert [11512] closes #245
blob
|
commitdiff
|
diff to current
2005-07-09
Rémi Denis-Courmont
Make Zorglub less unhappy
blob
|
commitdiff
|
diff to current
2005-07-08
Rémi Denis-Courmont
Copyright fixes
blob
|
commitdiff
|
diff to current
2005-06-26
Antoine Cellerier
forward port 11543 (again)
blob
|
commitdiff
|
diff to current
2005-06-24
Derk-Jan Hartman
* More greenline prevention (opengl sucks ! :D )
blob
|
commitdiff
|
diff to current
2005-06-14
Derk-Jan Hartman
* Lets go beserk on the locking and event passing for...
blob
|
commitdiff
|
diff to current
2005-06-14
Gildas Bazin
* modules/video_output/opengl.c: win32 build fix ...
blob
|
commitdiff
|
diff to current
2005-06-10
Derk-Jan Hartman
* Some changes to preferences categorization (This...
blob
|
commitdiff
|
diff to current
2005-06-09
Derk-Jan Hartman
* GL_CLAMP --> GL_CLAMP_TO_EDGE. This fixes the Greenli...
blob
|
commitdiff
|
diff to current
2005-04-12
Gildas Bazin
* modules/video_output/opengl.c: fixed snapshots in...
blob
|
commitdiff
|
diff to current
2005-03-25
Eric Petit
Fix for thread-unsafe OpenGL implementations (OS X...)
blob
|
commitdiff
|
diff to current
2005-02-18
Eric Petit
opengl.c: higher priority on OS X
blob
|
commitdiff
|
diff to current
2005-02-18
Eric Petit
video_output/opengl.c: fixed a (OS X only) segfault
blob
|
commitdiff
|
diff to current
2004-12-12
Eric Petit
opengl.c, voutgl.m: restored smooth resizing on OS X
blob
|
commitdiff
|
diff to current
2004-11-14
Clément Stenac
Todo update
blob
|
commitdiff
|
diff to current
2004-10-07
Derk-Jan Hartman
* opengl: remove NULL from string arrays
blob
|
commitdiff
|
diff to current
2004-10-07
Derk-Jan Hartman
* Made the opengl effects a list of options instead...
blob
|
commitdiff
|
diff to current
2004-09-08
Gildas Bazin
* src/video_output/vout_intf.c, modules/video_output...
blob
|
commitdiff
|
diff to current
2004-09-06
Eric Petit
Fixed OpenGL mouse events
blob
|
commitdiff
|
diff to current
2004-08-28
Gildas Bazin
* ALL: use i_visible_lines in plane_t.
blob
|
commitdiff
|
diff to current
2004-08-28
Sam Hocevar
* Spelling fixes.
blob
|
commitdiff
|
diff to current
2004-08-17
Eric Petit
ALL: OS X OpenGL provider
blob
|
commitdiff
|
diff to current
2004-08-14
Cyril Deguet
* opengl.c: compilation fix for GLX.
blob
|
commitdiff
|
diff to current
2004-08-14
Eric Petit
opengl.c: added OS X specific stuff, this includes:
blob
|
commitdiff
|
diff to current
2004-08-14
Cyril Deguet
* opengl.c: use glTexSubImage2D instead of glTexImage2D
blob
|
commitdiff
|
diff to current
2004-08-13
Gildas Bazin
* modules/video_output/opengl.c: forward mouse events...
blob
|
commitdiff
|
diff to current
2004-08-05
Eric Petit
Build the opengl module on OS X (gl provider not done...
blob
|
commitdiff
|
diff to current
2004-07-31
Cyril Deguet
* opengl.c: support "cube" and "transparent-cube"...
blob
|
commitdiff
|
diff to current
2004-07-26
Cyril Deguet
* opengl.c: clear the color buffer before rendering
blob
|
commitdiff
|
diff to current
2004-07-23
Gildas Bazin
* modules/video_output/opengl.c, modules/video_output...
blob
|
commitdiff
|
diff to current
2004-07-23
Gildas Bazin
* modules/video_output/opengl.c: forward control querie...
blob
|
commitdiff
|
diff to current
2004-07-22
Gildas Bazin
* modules/video_output/x11/glx.c: OpenGL context is...
blob
|
commitdiff
|
diff to current
2004-07-22
Gildas Bazin
* modules/video_output/x11/glx.c, modules/video_output...
blob
|
commitdiff
|
diff to current
2004-07-22
Gildas Bazin
* modules/video_output/x11/*: the glx "opengl provider...
blob
|
commitdiff
|
diff to current