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
*
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
*
Set freetype flag in the font_desc_t when using a freetype font.
ulion
2008-01-07
*
Remove some now unused screensaver stuff code.
reimar
2008-01-07
*
Remove most of the messy screensaver code in favour of only XResetScreenSaver
reimar
2008-01-07
*
Use a screensaver_off variable to save current state and avoid
reimar
2008-01-07
*
Remove changelog from file header, we have revision control for this.
diego
2008-01-06
*
cosmetics: Whitespace changes, add comments to some #endif directives.
diego
2008-01-06
*
Relicense file to GPL v2 or later with the permission of Rudolf Marek,
diego
2008-01-02
*
when :card isn't specified by the user search the first available card
nicodvb
2008-01-02
*
Add multiple inclusion guards to all header files that lack them.
diego
2008-01-01
*
consistency cosmetics: Do not #define multiple inclusion guards to 1.
diego
2008-01-01
*
Consistently use just the name of the #ifdef directive in #endif comments.
diego
2008-01-01
*
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
2007-12-31
*
Relicense files marked as GPL v2 to GPL v2 or later.
diego
2007-12-31
*
Relicense files written by Nick Kurshev and marked as "GPL v2" to
diego
2007-12-30
*
Add missing #include, fixes the warning:
diego
2007-12-30
*
Remove unused variable, fixes the warning:
diego
2007-12-30
*
Remove redundant extern declarations, fixes the warnings:
diego
2007-12-30
*
Remove unused static variables, fixes the warnings:
diego
2007-12-30
[next]