| Commit message (Expand) | Author | Age |
* | Fix texture format variable types. Internal format is GLint, others are GLenum | reimar | 2005-08-25 |
* | Slightly reduce unnecessary verbosity. | diego | 2005-08-24 |
* | DestroyWindow must be used when -wid was not given, so for WinID < 0, not >=0 | reimar | 2005-08-22 |
* | -wid support for windows. Not well tested, might still behave a bit weird. | reimar | 2005-08-21 |
* | remove extern for variables that are already in headers. | reimar | 2005-08-21 |
* | less weird OSD alpha transformation. | reimar | 2005-08-19 |
* | Do not set SwapInterval for values < 0. | reimar | 2005-08-19 |
* | Fix crash in windows | reimar | 2005-08-19 |
* | automatic vsync enabling for vo_gl. | reimar | 2005-08-19 |
* | gtf.{c,h} is used by vesa only | alex | 2005-08-18 |
* | use libvbe from vesautils | alex | 2005-08-18 |
* | Get events from -wid window. | reimar | 2005-08-16 |
* | Our buffer usage actually fits better to GL_DYNAMIC_DRAW than GL_STREAM_DRAW. | reimar | 2005-08-16 |
* | OSD textures can be deleted with one function call... | reimar | 2005-08-16 |
* | Make glFinish optional | reimar | 2005-08-16 |
* | use GenBuffers to get a buffer number instead of hardcoding 1. | reimar | 2005-08-16 |
* | 10l, initializers don't work without a declaration :-( | reimar | 2005-08-14 |
* | use glUploadTex helper function | reimar | 2005-08-14 |
* | extra check for glUploadTex to avoid a possible hang. | 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 |
* | Cleanup, move declarations to beginning of block. | reimar | 2005-08-14 |
* | 10l, patch found in geexbox | alex | 2005-08-11 |
* | Forgot to actually enable vo_gl on Windows... | reimar | 2005-08-06 |
* | Missed one uint32_t declaration. | ivo | 2005-08-05 |
* | Fix the return types of all (six) libvo API functions. Used to be uint32_t, but | ivo | 2005-08-05 |
* | exit kiosk mode and show mouse cursor in uninit | nplourde | 2005-07-28 |
* | properly release window | nplourde | 2005-07-28 |
* | More helper functions/defines and bugfixes | reimar | 2005-07-27 |
* | catch failed buffer allocation | reimar | 2005-07-26 |
* | Use dlsym to get glXGetProcAddress, only way to (hopefully) make it | reimar | 2005-07-26 |
* | OpenGL fixes for windows and vo_gl.c ported to windows. | reimar | 2005-07-26 |
* | support for rectangular and streaming textures. | reimar | 2005-07-26 |
* | Use DRAW_IMAGE instead of draw_frame | reimar | 2005-07-25 |
* | restore window shadow when quitting fullscreen mode | nplourde | 2005-07-24 |
* | Enable manyfmts by default for vo_gl | reimar | 2005-07-19 |
* | --Patch by Stefan '1stein' Schuermans <1stein@schuermans.info>: | rik | 2005-07-10 |
* | resize video after keep aspect menu item toggle | nplourde | 2005-07-03 |
* | fix various window resizing bug with menu option | nplourde | 2005-07-03 |
* | more fullscreen behaviour fix for mouse cursor | nplourde | 2005-07-02 |
* | properly redraw fullscreen window with -fs and zoom | nplourde | 2005-07-02 |
* | fix fullscreen menubar item behaviour | nplourde | 2005-07-01 |
* | auto hide menubar and cursor in fullscreen | nplourde | 2005-07-01 |
* | add vo_xv_enable_vsync() to xvmc | iive | 2005-06-30 |
* | added forgotten xv_enable_vsync | reimar | 2005-06-30 |
* | keep window size when changing aspect | nplourde | 2005-06-29 |
* | crash on autorelease, do not add to pool | nplourde | 2005-06-29 |
* | Try to set XV_SYNC_TO_VBLANK to enable vsync on non-overlay xv adapters. | reimar | 2005-06-27 |