index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libvo
Commit message (
Expand
)
Author
Age
*
Make include paths consistent among files in libvo. Since -I.. is added
diego
2005-10-23
*
make bottom alignment the default since it's the only sane mode when sub_pos ...
rfelker
2005-10-23
*
reverse incorrect sub alignment change, ok'd by diego
rfelker
2005-10-23
*
The conditions for bottom (2) and top (1) subtitle alignment are reversed.
diego
2005-10-23
*
Make a few more messages translatable by moving them into help_mp-en.h.
diego
2005-10-18
*
Be less verbose.
reimar
2005-10-13
*
use subopt parser for arguments.
joey
2005-10-10
*
Make fragment program snprintf less confusing.
reimar
2005-10-03
*
documentation update.
reimar
2005-10-01
*
Support for ATI specific YUV->RGB conversion.
reimar
2005-10-01
*
Add missing GL_REGISTER_COMBINERS_NV define
reimar
2005-09-27
*
Add -panscanrange option
reimar
2005-09-27
*
fix/improve code doxumentation. Also group gl_common functions in several
reimar
2005-09-25
*
debugging/testing helpers: allow forcing a certain width/height for textures
reimar
2005-09-25
*
Allow specifying a custom (ppm) texture for texture unit 3
reimar
2005-09-25
*
support loading a texture from a PPM file
reimar
2005-09-25
*
panscan support
reimar
2005-09-25
*
contrast 0 should lead to a grey, not a black image
reimar
2005-09-25
*
get rid of global getProcAddress variable
reimar
2005-09-25
*
Support rectangular texture in fragment programs
reimar
2005-09-25
*
Several bugfixes:
reimar
2005-09-25
*
Fix crashes and green border when using YV12 input format
reimar
2005-09-25
*
texture units do not need to be explicitly enabled when using a fragment
reimar
2005-09-25
*
Missing break for WM_SYSCOMMAND handling.
reimar
2005-09-16
*
hardware color-space conversion for vo_gl and vo_gl2
reimar
2005-09-14
*
Fix MMX accelerated RGB24 OSD, fixes "ugly OSD with -vo gl2".
reimar
2005-09-13
*
Allow disabling the glFinish call
reimar
2005-09-13
*
Improved glFindFormat
reimar
2005-09-13
*
- improved performance on truecolor modes
diego
2005-09-13
*
Use GL_CLAMP_TO_EDGE instead of GL_CLAMP to avoid border texels being sampled.
reimar
2005-09-12
*
Fix border color (forgot to divide by 255.0).
reimar
2005-09-12
*
Respect -nodouble even though it looks very bad.
reimar
2005-09-11
*
Set texture border color to avoid weird border colors in some rare cases.
reimar
2005-09-09
*
Add missing doxygen comment for clearOSD()
reimar
2005-09-09
*
Fix a typo in a comment
reimar
2005-09-09
*
gl_buffer should be unsigned
reimar
2005-09-09
*
Add an uninit function.
reimar
2005-09-09
*
Replace remaining tabs by spaces.
diego
2005-09-08
*
Switch indentation over to K&R style, replace all tabs by spaces.
diego
2005-09-06
*
Properly initialize osdtexCnt
reimar
2005-09-05
*
OSD alpha conversion index out of range
reimar
2005-09-05
*
Support equalizer.
reimar
2005-09-04
*
mplayer osx shared video buffer
nplourde
2005-09-04
*
Add -I../libavutil to the includes to fix building vo_zr[2].
diego
2005-09-01
*
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
[next]