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 hang with -fixed-vo due to VOFLAG_HIDDEN never being removed from window_...
reimar
2010-02-05
*
Print messages only after we are sure preinit will not fail anymore.
reimar
2010-02-05
*
Add support for VOFLAG_HIDDEN to the w32 backend.
reimar
2010-02-04
*
Set the PixelFormat right after creating the window and set it only once.
reimar
2010-02-04
*
Create the OpenGL probe window as a hidden Window on X11.
reimar
2010-02-04
*
100l: Fix compilation (broken by me).
cehoyos
2010-02-04
*
Clarify -vo vdpau:pullup
cehoyos
2010-02-04
*
Use vo_x11_clearwindow instead of XClearWindow, both for consistency and also
reimar
2010-02-03
*
Remove a duplicated vo_x11_sizehint, vo_x11_nofs_sizepos already calls this
reimar
2010-02-02
*
Remove pointless initializers and also set geometry_*_changed to 0 when
reimar
2010-02-02
*
Add support for autodetection during preinit and use that to detect a default
reimar
2010-02-02
*
Avoid using options before autodetectGlExtensions to allow it to change them ...
reimar
2010-02-02
*
Remove vo_config_count check from uninit, it should always be safe to run.
reimar
2010-02-02
*
Add missing #include, fixes the warning:
diego
2010-01-30
*
Add missing license header and multiple inclusion guards.
diego
2010-01-30
*
Try the more specific names first for the SwapInterval function to make it less
reimar
2010-01-28
*
glXSwapIntervalEXT is defined to take different arguments from glXSwapInterva...
reimar
2010-01-28
*
Change GUID declarations in vo_directx to be static.
reimar
2010-01-17
*
Add support for adjustable TV <-> PC level conversion.
reimar
2010-01-16
*
Remove a check that simply can not have worked since it relied on a completely
reimar
2010-01-12
*
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
[next]