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
*
Fix fbdev2 to work with Intel framebuffer.
reimar
2010-01-09
*
Fix vo_fbdev to also work with Intel framebuffer.
reimar
2010-01-09
*
vo_png now depends on libavcodec, not libpng.
diego
2010-01-05
*
Change license terms for matrixview to GPLv2 "or later", all known
reimar
2010-01-05
*
Add missing header #includes to fix 'make checkheaders'.
diego
2010-01-04
*
Remove unused variable; fixes the warning:
diego
2010-01-04
*
Add missing license headers for vo_matrixview code.
diego
2010-01-04
*
Refer to MatrixView instead of MPlayer in code taken from MatrixView.
diego
2010-01-04
*
Remove ARGB support from matrixview vo, it is quite pointless and causes
reimar
2010-01-04
*
prettyprinting cosmetics
diego
2010-01-04
*
Make vo gl print the OpenGL vendor and version strings.
reimar
2010-01-03
*
Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).
reimar
2010-01-03
*
Avoid memleaks when vo_direct3d initialization fails.
reimar
2010-01-03
*
Modify -vo direct3d so we do not have to link against d3d9.dll, it might
reimar
2010-01-03
*
Change vo_png to use FFmpeg's png encoder instead of libpng.
reimar
2010-01-03
*
Finally add matrixview vo.
reimar
2010-01-03
*
Add pointers to a few more standard OpenGL functions to ease future extensions.
reimar
2010-01-03
*
Fixup SDL configure check:
reimar
2010-01-03
*
Do not assume that "long" is the size of a register.
reimar
2010-01-03
*
Simplify range-checking functions for subopt parsing.
reimar
2010-01-01
*
Fix function declarations to avoid casting function pointers.
reimar
2010-01-01
*
Slightly generalize code to generate YUV->RGB conversion table and add
reimar
2010-01-01
*
Make YUV->RGB conversion coefficients selectable for -vo gl.
reimar
2010-01-01
*
Add support for 16-bit per component YUV formats.
reimar
2009-12-31
*
First steps to supporting different YUV->RGB conversion definitions.
reimar
2009-12-31
*
Extract functions to generate yuv->rgb matrices and lookup tables into a
reimar
2009-12-31
*
Put the colourspace-related variables into a separate struct to ease
reimar
2009-12-31
*
Support all planar YUV formats in OpenGL vos.
reimar
2009-12-30
*
Move do_render_osd function to avoid a forward declaration.
reimar
2009-12-27
*
vo_x11_classhint name argument should be const, since we pass string constant...
reimar
2009-12-27
*
Some ugly hacks to make compiling against a newer external version of libass ...
reimar
2009-12-24
*
Remove more direct includes of libass/ass.h
reimar
2009-12-24
*
Change %f to %e in generated fragment programs to avoid losing precision unne...
reimar
2009-12-20
*
Slightly improve vo_gl suboption documentation.
reimar
2009-12-19
*
Define GL_GENERATE_MIPMAP ourselves if necessary.
reimar
2009-12-19
*
Add support for auto-generating mipmaps in vo_gl, should ease
reimar
2009-12-19
*
Make -vo gl:customprog also work with RGB input (obviously those need to be
reimar
2009-12-19
*
Fix a broken indentation.
reimar
2009-12-19
*
Enable running fragment programs with YUV_CONVERSION_NONE
reimar
2009-12-19
*
Rename GL_* defines to CONFIG_GL_*
reimar
2009-12-19
*
Make the check for X11 and WIN32 backends for OpenGL separate.
reimar
2009-12-19
*
Cosmetics: Reindent after r30050.
cehoyos
2009-12-17
*
Slightly increase hardware decoding performance by always using more
cehoyos
2009-12-17
*
Cosmetics: reindent
adrian
2009-12-17
*
Improve VDPAU render performance by increasing number of output surfaces.
cehoyos
2009-12-17
*
The fontconfig check added in r30044 wasn't safe. This makes it more robust.
adrian
2009-12-16
*
Fix a crash when fontconfig is unable to select a font. e.g. if no config dir...
adrian
2009-12-16
*
Add support for -geometry to corevideo.
adrian
2009-12-15
*
Add -xineramascreen support to corevideo vo. Still prefer corevideo's own dev...
adrian
2009-12-15
*
Use a fallback to make sure the basic OpenGL functions are available instead of
reimar
2009-12-09
[next]