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
...
*
Try harder to find OpenGL functions on Windows.
reimar
2008-02-11
*
Slightly document alpha for OSD color
reimar
2008-02-11
*
Support alpha for vo gl osdcolor
reimar
2008-02-11
*
Remove an extern for a variable that no longer exists
reimar
2008-02-11
*
Remove left-over extern definitions that should not be there
reimar
2008-02-11
*
Make some variables static.
reimar
2008-02-10
*
Avoid a useless extra pointer variable.
reimar
2008-02-10
*
Do not uselessly erase background, OpenGL will take care of drawing everything.
reimar
2008-02-10
*
Avoid -wid message processing blocking MPlayer.
reimar
2008-02-10
*
Forward mouse messages to -wid Window.
reimar
2008-02-10
*
Make sure the -wid window does not get notified when we destroy our attached ...
reimar
2008-02-09
*
Hack: Create a child window for Windows OpenGL with -wid, since (esp. nVidia)
reimar
2008-02-09
*
Add aspect_fit declaration missing for w32_common.
reimar
2008-02-07
*
Implement keepaspect for Windows OpenGL vos.
reimar
2008-02-02
*
Make aspect adjustment calculation simpler and more flexible.
reimar
2008-02-02
*
Redraw display on toggling border
reimar
2008-02-01
*
Always redraw video on resize.
reimar
2008-01-31
*
Avoid a MANGLE, there is no register pressure and the generated code
reimar
2008-01-30
*
Allow for larger fragment programs.
reimar
2008-01-29
*
Consistently use uppercase filename as multiple inclusion guard.
diego
2008-01-28
*
Fix illegal identifiers, names starting with __ are reserved for the system.
diego
2008-01-27
*
Allow independent scaling of vo_font and sub_font.
reimar
2008-01-27
*
Add a few const attributes
reimar
2008-01-23
*
Avoid some pointer conversion warnings (the code is messy but not wrong)
reimar
2008-01-20
*
Add missing vo_w32_border prototype
reimar
2008-01-20
*
Fix some function types from unspecified to empty argument list
reimar
2008-01-20
*
Remove redundant declarations (already in video_out.h)
reimar
2008-01-20
*
-panscan should also work for right and left borders
reimar
2008-01-19
*
Some reindentation
reimar
2008-01-19
*
Fix a coefficient for lscale=5 OpenGL mode
reimar
2008-01-19
*
Fix warning:
reimar
2008-01-19
*
Avoid void* arithmetic
reimar
2008-01-19
*
Simplify and silence lots of warnings
reimar
2008-01-19
*
Fix using both lscale and cscale 4
reimar
2008-01-19
*
Add a fragment program for 5x5 unsharp masking
reimar
2008-01-18
*
Remove leftover backslash
reimar
2008-01-18
*
Simplify
reimar
2008-01-18
*
Use the same unsharp filter template for 2D and RECT textures
reimar
2008-01-18
*
Small typo in message
reimar
2008-01-18
*
Remove broken test program that likely never worked.
diego
2008-01-18
*
Fix OpenGL unsharp filter
reimar
2008-01-16
*
Create/allocate conversion textures before scaler textures.
reimar
2008-01-15
*
Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.
reimar
2008-01-15
*
Document vo gl lscale=3
reimar
2008-01-15
*
Add a forgotten case to create_scaler_textures, avoids an incorrect warning.
reimar
2008-01-15
*
Fix the bug where the window would become smaller each time vo_ontop is toggled.
reimar
2008-01-13
*
fix bug in error message (found by Diego through a compiler warning)
rik
2008-01-13
*
Use a transform_color function to reduce code duplication
reimar
2008-01-12
*
Write functions used by send_mpeg_*_packet may _not_ modify data
reimar
2008-01-12
*
Remove unnecessary <signal.h> includes
uau
2008-01-09
[prev]
[next]