2008-09-20 |
reimar |
Change glCreateClearTex to use the same host data format as later uploads.
|
2008-08-07 |
diego |
Rename font-related preprocessor directives.
|
2008-07-30 |
diego |
Rename two GUI-related preprocessor directives:
|
2008-07-22 |
reimar |
Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.
|
2008-07-06 |
reimar |
One more hack for PBOs on ATI cards.
|
2008-07-06 |
reimar |
Move at-hack code a bit up for further changes
|
2008-07-04 |
reimar |
100l: finally understood ATI PBO problem: width must be a power of two.
|
2008-07-04 |
reimar |
More stride alignment is needed to work reliably on ATI cards :-(
|
2008-06-22 |
reimar |
100l, bpp is bits per pixel, not bytes
|
2008-05-25 |
reimar |
Render everything as early as possible, doing as little as possible in
|
2008-05-25 |
reimar |
Reorder flip_page to make moving around do_render call easier
|
2008-05-25 |
reimar |
Split flip_page function
|
2008-05-24 |
reimar |
Add a filter strength parameter for blurring/sharpening scalers.
|
2008-05-24 |
reimar |
Use a struct instead of a huge and further growing argument list.
|
2008-05-22 |
reimar |
Saner handling of VOCTRL_PAUSE/VOCTRL_RESUME
|
2008-05-22 |
reimar |
Simplify equalizer handling for vo gl
|
2008-05-16 |
diego |
cosmetics: Remove useless parentheses from from return statements.
|
2008-05-10 |
reimar |
Add force-pbo suboption for faster OpenGL output.
|
2008-05-10 |
reimar |
Add ati-hack suboption that aligns the lines to 32/64 bytes for PBO transfers
|
2008-05-03 |
reimar |
vo_gl -dr actually works fine with non-readable MP_IMGTYPE_IP and MP_IMGTYPE_IPB.
|
2008-05-03 |
reimar |
Fix 100l: mpi->height must be used to calculate required memory, not mpi->h.
|
2008-02-11 |
reimar |
Slightly document alpha for OSD color
|
2008-02-11 |
reimar |
Support alpha for vo gl osdcolor
|
2008-02-01 |
reimar |
Redraw display on toggling border
|
2008-01-31 |
reimar |
Always redraw video on resize.
|
2008-01-18 |
reimar |
Small typo in message
|
2008-01-15 |
reimar |
Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.
|
2008-01-15 |
reimar |
Document vo gl lscale=3
|
2007-12-22 |
reimar |
Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviour
|
2007-12-02 |
reimar |
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 |
reimar |
Make vo info structs const
|
2007-10-19 |
eugeni |
Avoid text deformation and subtitles moving outside the screen in pan-and-scan
|
2007-08-03 |
reimar |
Handle case where get_image is called twice without a draw_image in-between
|
2007-07-28 |
reimar |
Set -vo gl slice-height default to 0, the current default of 4 seems
|
2007-06-27 |
reimar |
Make X11 window creation and (with -fixed-vo) management simpler and more
|
2007-06-09 |
henry |
set the window aspect hint
|
2007-05-28 |
diego |
Remove some unused variables, patch by timwoj ieee org.
|
2007-04-27 |
reimar |
Do not set VFCAP_EOSD_UNSCALED if we use scaled-osd
|
2007-04-27 |
eugeni |
Add -ass-hinting option for setting font hinting method.
|
2007-04-23 |
diego |
Gui --> gui
|
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
|