aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Get events from -wid window.Gravatar reimar2005-08-16
* Our buffer usage actually fits better to GL_DYNAMIC_DRAW than GL_STREAM_DRAW.Gravatar reimar2005-08-16
* OSD textures can be deleted with one function call...Gravatar reimar2005-08-16
* Make glFinish optionalGravatar reimar2005-08-16
* use GenBuffers to get a buffer number instead of hardcoding 1.Gravatar reimar2005-08-16
* 10l, initializers don't work without a declaration :-(Gravatar reimar2005-08-14
* use glUploadTex helper functionGravatar reimar2005-08-14
* extra check for glUploadTex to avoid a possible hang.Gravatar reimar2005-08-14
* textures smaller 64x64 might not be supportedGravatar reimar2005-08-14
* remove/move some unused headers/variables/codeGravatar reimar2005-08-14
* 10l, texture_width/height initialization was removed, so useGravatar reimar2005-08-14
* Helper function for drawing texture and general cleanup of vo_gl2.cGravatar reimar2005-08-14
* Cleanup, move declarations to beginning of block.Gravatar reimar2005-08-14
* 10l, patch found in geexboxGravatar alex2005-08-11
* Forgot to actually enable vo_gl on Windows...Gravatar reimar2005-08-06
* Missed one uint32_t declaration.Gravatar ivo2005-08-05
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butGravatar ivo2005-08-05
* exit kiosk mode and show mouse cursor in uninitGravatar nplourde2005-07-28
* properly release windowGravatar nplourde2005-07-28
* More helper functions/defines and bugfixesGravatar reimar2005-07-27
* catch failed buffer allocationGravatar reimar2005-07-26
* Use dlsym to get glXGetProcAddress, only way to (hopefully) make itGravatar reimar2005-07-26
* OpenGL fixes for windows and vo_gl.c ported to windows.Gravatar reimar2005-07-26
* support for rectangular and streaming textures.Gravatar reimar2005-07-26
* Use DRAW_IMAGE instead of draw_frameGravatar reimar2005-07-25
* restore window shadow when quitting fullscreen modeGravatar nplourde2005-07-24
* Enable manyfmts by default for vo_glGravatar reimar2005-07-19
* --Patch by Stefan '1stein' Schuermans <1stein@schuermans.info>:Gravatar rik2005-07-10
* resize video after keep aspect menu item toggleGravatar nplourde2005-07-03
* fix various window resizing bug with menu optionGravatar nplourde2005-07-03
* more fullscreen behaviour fix for mouse cursorGravatar nplourde2005-07-02
* properly redraw fullscreen window with -fs and zoomGravatar nplourde2005-07-02
* fix fullscreen menubar item behaviourGravatar nplourde2005-07-01
* auto hide menubar and cursor in fullscreenGravatar nplourde2005-07-01
* add vo_xv_enable_vsync() to xvmcGravatar iive2005-06-30
* added forgotten xv_enable_vsyncGravatar reimar2005-06-30
* keep window size when changing aspectGravatar nplourde2005-06-29
* crash on autorelease, do not add to poolGravatar nplourde2005-06-29
* Try to set XV_SYNC_TO_VBLANK to enable vsync on non-overlay xv adapters.Gravatar reimar2005-06-27
* keep aspect when resizing, quit MPlayer when closing the window patch by Erik...Gravatar faust32005-06-26
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...Gravatar gpoirier2005-06-20
* Be more patch-friendlyGravatar ranma2005-06-19
* Make dfbopts a suboption, use suboption parserGravatar reimar2005-06-18
* support -widGravatar reimar2005-06-18
* osx 10.3 dont like to have a window init with no sizeGravatar nplourde2005-06-17
* set nsapp and setup cocoa with NSApplicationLoadGravatar nplourde2005-06-16
* proper init of NSAppGravatar nplourde2005-06-16
* helper functions for comparing strarg_t "strings".Gravatar reimar2005-06-16
* set window alphaGravatar nplourde2005-06-16
* new texture frameGravatar nplourde2005-06-15