aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Make include paths consistent among files in libvo. Since -I.. is addedGravatar diego2005-10-23
* make bottom alignment the default since it's the only sane mode when sub_pos ...Gravatar rfelker2005-10-23
* reverse incorrect sub alignment change, ok'd by diegoGravatar rfelker2005-10-23
* The conditions for bottom (2) and top (1) subtitle alignment are reversed.Gravatar diego2005-10-23
* Make a few more messages translatable by moving them into help_mp-en.h.Gravatar diego2005-10-18
* Be less verbose.Gravatar reimar2005-10-13
* use subopt parser for arguments.Gravatar joey2005-10-10
* Make fragment program snprintf less confusing.Gravatar reimar2005-10-03
* documentation update.Gravatar reimar2005-10-01
* Support for ATI specific YUV->RGB conversion.Gravatar reimar2005-10-01
* Add missing GL_REGISTER_COMBINERS_NV defineGravatar reimar2005-09-27
* Add -panscanrange optionGravatar reimar2005-09-27
* fix/improve code doxumentation. Also group gl_common functions in severalGravatar reimar2005-09-25
* debugging/testing helpers: allow forcing a certain width/height for texturesGravatar reimar2005-09-25
* Allow specifying a custom (ppm) texture for texture unit 3Gravatar reimar2005-09-25
* support loading a texture from a PPM fileGravatar reimar2005-09-25
* panscan supportGravatar reimar2005-09-25
* contrast 0 should lead to a grey, not a black imageGravatar reimar2005-09-25
* get rid of global getProcAddress variableGravatar reimar2005-09-25
* Support rectangular texture in fragment programsGravatar reimar2005-09-25
* Several bugfixes:Gravatar reimar2005-09-25
* Fix crashes and green border when using YV12 input formatGravatar reimar2005-09-25
* texture units do not need to be explicitly enabled when using a fragmentGravatar reimar2005-09-25
* 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