index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libvo
/
vo_gl2.c
Commit message (
Expand
)
Author
Age
*
Make data related to suboption parsing const in libvo
reimar
2009-03-07
*
Add standard license headers, unify header formatting.
diego
2009-02-08
*
Factor common code like -wid handling, vo_gc creation etc. out into
reimar
2008-11-19
*
Remove explicit setting of vo_ontop since that is already done by vo_x11_crea...
reimar
2008-11-15
*
Surround conditionally used function with corresponding #ifdef, fixes:
diego
2008-10-13
*
Change glCreateClearTex to use the same host data format as later uploads.
reimar
2008-09-20
*
Rename two GUI-related preprocessor directives:
diego
2008-07-30
*
Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.
reimar
2008-07-22
*
Use a struct instead of a huge and further growing argument list.
reimar
2008-05-24
*
Saner handling of VOCTRL_PAUSE/VOCTRL_RESUME
reimar
2008-05-22
*
cosmetics: Remove useless parentheses from from return statements.
diego
2008-05-16
*
Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviour
reimar
2007-12-22
*
Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.
diego
2007-12-16
*
Mark the vo_functions_t definitions as const where possible.
reimar
2007-12-02
*
Make vo info structs const
reimar
2007-12-02
*
Fix compilation after patch to remove global vo_hdc
reimar
2007-09-03
*
Make X11 window creation and (with -fixed-vo) management simpler and more
reimar
2007-06-27
*
Lots of cosmetics for gl2
reimar
2007-06-26
*
Remove two unused variables
reimar
2007-06-26
*
Remove overly complex and unused per-subtexture "dirty" handling
reimar
2007-06-26
*
Remove now unused variable
reimar
2007-06-26
*
remove useless calloc cast
reimar
2007-06-26
*
Remove some unused code and useless error checking that only clutters the code
reimar
2007-06-26
*
Gui --> gui
diego
2007-04-23
*
Set classhint directly after creating window just as all other vos do, in acc...
reimar
2007-02-18
*
Move common vo initialization code to video_out.c
reimar
2007-02-17
*
Fix compilation under MinGW with X11 enabled
reimar
2006-12-17
*
Improve windows gui support
reimar
2006-07-08
*
Make header include order more similar to vo_gl.c
reimar
2006-06-17
*
Reworked YUV2RGB fragment program setup in preparation for upcoming patches
reimar
2006-06-07
*
Avoid crash with e.g. -vo gl2:yuv=2 when no fragment program functions are av...
reimar
2006-06-05
*
Fix and improve xinerama support
reimar
2006-04-16
*
fixes and cleanup for windows fullscreen switching (restore old position,
reimar
2006-04-12
*
Patch by Stefan Huehner / stefan % huehner ! org \
rathann
2006-02-09
*
support negative stride (flipping) in vo_gl.
reimar
2005-12-18
*
signed division must be used for calculation vo_dx and vo_dy.
reimar
2005-12-07
*
Get rid of most #ifdefs
reimar
2005-12-06
*
Enable border toggling for gl and gl2 under windows.
reimar
2005-11-17
*
documentation update.
reimar
2005-10-01
*
debugging/testing helpers: allow forcing a certain width/height for textures
reimar
2005-09-25
*
panscan support
reimar
2005-09-25
*
Support rectangular texture in fragment programs
reimar
2005-09-25
*
Fix crashes and green border when using YV12 input format
reimar
2005-09-25
*
hardware color-space conversion for vo_gl and vo_gl2
reimar
2005-09-14
*
Allow disabling the glFinish call
reimar
2005-09-13
*
Fix texture format variable types. Internal format is GLint, others are GLenum
reimar
2005-08-25
*
-wid support for windows. Not well tested, might still behave a bit weird.
reimar
2005-08-21
*
Get events from -wid window.
reimar
2005-08-16
*
use glUploadTex helper function
reimar
2005-08-14
*
textures smaller 64x64 might not be supported
reimar
2005-08-14
[next]