aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Set texture border color to avoid weird border colors in some rare cases.Gravatar reimar2005-09-09
* Add missing doxygen comment for clearOSD()Gravatar reimar2005-09-09
* Fix a typo in a commentGravatar reimar2005-09-09
* gl_buffer should be unsignedGravatar reimar2005-09-09
* Add an uninit function.Gravatar reimar2005-09-09
* Replace remaining tabs by spaces.Gravatar diego2005-09-08
* Switch indentation over to K&R style, replace all tabs by spaces.Gravatar diego2005-09-06
* Properly initialize osdtexCntGravatar reimar2005-09-05
* OSD alpha conversion index out of rangeGravatar reimar2005-09-05
* Support equalizer.Gravatar reimar2005-09-04
* mplayer osx shared video bufferGravatar nplourde2005-09-04
* Add -I../libavutil to the includes to fix building vo_zr[2].Gravatar diego2005-09-01
* Fix texture format variable types. Internal format is GLint, others are GLenumGravatar reimar2005-08-25
* Slightly reduce unnecessary verbosity.Gravatar diego2005-08-24
* DestroyWindow must be used when -wid was not given, so for WinID < 0, not >=0Gravatar reimar2005-08-22
* -wid support for windows. Not well tested, might still behave a bit weird.Gravatar reimar2005-08-21
* remove extern for variables that are already in headers.Gravatar reimar2005-08-21
* less weird OSD alpha transformation.Gravatar reimar2005-08-19
* Do not set SwapInterval for values < 0.Gravatar reimar2005-08-19
* Fix crash in windowsGravatar reimar2005-08-19
* automatic vsync enabling for vo_gl.Gravatar reimar2005-08-19
* gtf.{c,h} is used by vesa onlyGravatar alex2005-08-18
* use libvbe from vesautilsGravatar alex2005-08-18
* 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