| Commit message (Expand) | Author | Age |
* | 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 |
* | remove/move some unused headers/variables/code | reimar | 2005-08-14 |
* | 10l, texture_width/height initialization was removed, so use | reimar | 2005-08-14 |
* | Helper function for drawing texture and general cleanup of vo_gl2.c | reimar | 2005-08-14 |
* | Fix the return types of all (six) libvo API functions. Used to be uint32_t, but | ivo | 2005-08-05 |
* | support -wid | reimar | 2005-06-18 |
* | -geometry support for gl2 under win, default window pos centered for gl, gl2 | reimar | 2005-05-30 |
* | Implement -geometry for vo gl and gl2. | reimar | 2005-05-29 |
* | Remove a lot of duplicate code | reimar | 2005-02-21 |
* | Remove unused defines | reimar | 2004-12-29 |
* | Improving gl2 under windows, moving some functionality to gl_common | reimar | 2004-12-11 |
* | Move selection of internal texture format to appropriate place, should | reimar | 2004-12-03 |
* | More similar code from gl and gl2 moved to gl_common | reimar | 2004-12-01 |
* | Avoid drawing before transformation matrices are set up. | reimar | 2004-11-13 |
* | 10l | faust3 | 2004-11-05 |
* | more fullscreen fixes and gl2 uses setGlWindow. | reimar | 2004-11-04 |