2007-03-11 |
reimar |
Add a new GPU-based scaling method to vo gl
|
2007-02-17 |
reimar |
Move common vo initialization code to video_out.c
|
2007-02-06 |
reimar |
Avoid calling aspect on each frame and make ass subtitles work better with panscan
|
2007-02-03 |
reimar |
Update gl:help output a bit
|
2006-12-17 |
reimar |
Fix compilation under MinGW with X11 enabled
|
2006-12-06 |
eugeni |
Speed up ASS subtitles display by detecting changes between two consecutive
|
2006-10-24 |
reimar |
Fix single-black-pixel-in-upper-left-corner bug (how do people notice a single
|
2006-10-06 |
reimar |
EOSD performance debugging info.
|
2006-09-22 |
reimar |
Whitespace-only cosmetics
|
2006-09-22 |
reimar |
Aggregate multiple small EOSD textures into one large since hundreds of
|
2006-09-22 |
reimar |
Cosmetics: move curtex++ out of for () into code body, needed for coming patch
|
2006-09-22 |
reimar |
use eosdDispList != 0 to check if eosd should be drawn instead of eosdtexCnt > 0
|
2006-09-22 |
reimar |
Make genEOSD behaviour with NULL data more explicit
|
2006-09-22 |
reimar |
Modify clearEOSD to make experimenting easier
|
2006-09-22 |
reimar |
remove useless zero-initialization code.
|
2006-08-28 |
reimar |
Cosmetics: reindent, remove tabs and break overlong lines.
|
2006-08-28 |
reimar |
Cosmetics: fix indentation after last patch
|
2006-08-28 |
reimar |
Hardware EOSD (ass) support.
|
2006-08-08 |
reimar |
Disable Y800 colorspace support, otherwise mplayer uses it even when it's not supposed to.
|
2006-07-10 |
reimar |
vo_gl can do flipping without special filter
|
2006-07-10 |
reimar |
Fix negative stride handling in -dr case
|
2006-07-10 |
reimar |
Get rid of left-over incorrect UnmapBuffer hack
|
2006-07-08 |
reimar |
customtrect -vo gl suboption
|
2006-07-08 |
reimar |
More helpful ProgramEnvParameters.
|
2006-07-08 |
reimar |
Improve windows gui support
|
2006-07-04 |
reimar |
Do not assign same texture number to GL_TEXTURE_2D and GL_TEXTURE_RECT,
|
2006-07-02 |
reynaldo |
rm unnecesary casts from void* - part 2
|
2006-07-01 |
reimar |
Get rid of unused variable
|
2006-07-01 |
reimar |
Make sure all texture units have a different texture bound.
|
2006-06-22 |
reimar |
remove pointless and sometimes incorrect lookupTex stuff
|
2006-06-15 |
reimar |
Reduce number of OpenGL state changes when drawing OSD by first drawing alpha.
|
2006-06-13 |
reimar |
Document lscale/cscale in -vo gl:help message
|
2006-06-08 |
reimar |
loadGPUProgram function to load fragment program with error checking and statistics
|
2006-06-07 |
reimar |
Reworked YUV2RGB fragment program setup in preparation for upcoming patches
|
2006-06-05 |
reimar |
Move/add checks to avoid crashes and make error messages less confusing
|
2006-04-16 |
reimar |
Fix and improve xinerama support
|
2006-04-12 |
reimar |
fixes and cleanup for windows fullscreen switching (restore old position,
|
2006-03-26 |
reimar |
support custom OSD colour for vo_gl.c. Based on patch by Tomas Janousek tomi at nomi cz
|
2006-03-15 |
reimar |
extra checks on size of OSD parts (though IMHO these values should never be bad)
|
2006-03-15 |
reimar |
do not call glDeleteTextures with 0 count, Xgl does not like it.
|
2006-02-09 |
rathann |
Patch by Stefan Huehner / stefan % huehner ! org \
|
2005-12-18 |
reimar |
support negative stride (flipping) in vo_gl.
|
2005-12-07 |
reimar |
signed division must be used for calculation vo_dx and vo_dy.
|
2005-12-06 |
reimar |
Must use glFlush when doublebuffering is not used
|
2005-12-06 |
reimar |
Get rid of most #ifdefs
|
2005-11-22 |
reimar |
Use slice-height 16 as default for yuv colorspaces (only relevant if decoder
|
2005-11-17 |
reimar |
Enable border toggling for gl and gl2 under windows.
|
2005-10-31 |
reimar |
10l typo, nomanyfmts should be used against playback problems.
|
2005-10-31 |
reimar |
More consistent and sane types. Also avoids some gcc 4 warnings.
|
2005-10-13 |
reimar |
Be less verbose.
|
2005-10-01 |
reimar |
documentation update.
|
2005-09-25 |
reimar |
fix/improve code doxumentation. Also group gl_common functions in several
|
2005-09-25 |
reimar |
Allow specifying a custom (ppm) texture for texture unit 3
|
2005-09-25 |
reimar |
Support rectangular texture in fragment programs
|
2005-09-25 |
reimar |
Several bugfixes:
|
2005-09-14 |
reimar |
hardware color-space conversion for vo_gl and vo_gl2
|
2005-09-13 |
reimar |
Improved glFindFormat
|
2005-09-11 |
reimar |
Respect -nodouble even though it looks very bad.
|
2005-09-09 |
reimar |
Add missing doxygen comment for clearOSD()
|
2005-09-09 |
reimar |
gl_buffer should be unsigned
|