aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Missing break for WM_SYSCOMMAND handling.Gravatar reimar2005-09-16
* hardware color-space conversion for vo_gl and vo_gl2Gravatar reimar2005-09-14
* Fix MMX accelerated RGB24 OSD, fixes "ugly OSD with -vo gl2".Gravatar reimar2005-09-13
* Allow disabling the glFinish callGravatar reimar2005-09-13
* Improved glFindFormatGravatar reimar2005-09-13
* - improved performance on truecolor modesGravatar diego2005-09-13
* Use GL_CLAMP_TO_EDGE instead of GL_CLAMP to avoid border texels being sampled.Gravatar reimar2005-09-12
* Fix border color (forgot to divide by 255.0).Gravatar reimar2005-09-12
* Respect -nodouble even though it looks very bad.Gravatar reimar2005-09-11
* 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