aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Fix hang with -fixed-vo due to VOFLAG_HIDDEN never being removed from window_...Gravatar reimar2010-02-05
* Print messages only after we are sure preinit will not fail anymore.Gravatar reimar2010-02-05
* Add support for VOFLAG_HIDDEN to the w32 backend.Gravatar reimar2010-02-04
* Set the PixelFormat right after creating the window and set it only once.Gravatar reimar2010-02-04
* Create the OpenGL probe window as a hidden Window on X11.Gravatar reimar2010-02-04
* 100l: Fix compilation (broken by me).Gravatar cehoyos2010-02-04
* Clarify -vo vdpau:pullupGravatar cehoyos2010-02-04
* Use vo_x11_clearwindow instead of XClearWindow, both for consistency and alsoGravatar reimar2010-02-03
* Remove a duplicated vo_x11_sizehint, vo_x11_nofs_sizepos already calls thisGravatar reimar2010-02-02
* Remove pointless initializers and also set geometry_*_changed to 0 whenGravatar reimar2010-02-02
* Add support for autodetection during preinit and use that to detect a defaultGravatar reimar2010-02-02
* Avoid using options before autodetectGlExtensions to allow it to change them ...Gravatar reimar2010-02-02
* Remove vo_config_count check from uninit, it should always be safe to run.Gravatar reimar2010-02-02
* Add missing #include, fixes the warning:Gravatar diego2010-01-30
* Add missing license header and multiple inclusion guards.Gravatar diego2010-01-30
* Try the more specific names first for the SwapInterval function to make it lessGravatar reimar2010-01-28
* glXSwapIntervalEXT is defined to take different arguments from glXSwapInterva...Gravatar reimar2010-01-28
* Change GUID declarations in vo_directx to be static.Gravatar reimar2010-01-17
* Add support for adjustable TV <-> PC level conversion.Gravatar reimar2010-01-16
* Remove a check that simply can not have worked since it relied on a completelyGravatar reimar2010-01-12
* Fix fbdev2 to work with Intel framebuffer.Gravatar reimar2010-01-09
* Fix vo_fbdev to also work with Intel framebuffer.Gravatar reimar2010-01-09
* vo_png now depends on libavcodec, not libpng.Gravatar diego2010-01-05
* Change license terms for matrixview to GPLv2 "or later", all knownGravatar reimar2010-01-05
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2010-01-04
* Remove unused variable; fixes the warning:Gravatar diego2010-01-04
* Add missing license headers for vo_matrixview code.Gravatar diego2010-01-04
* Refer to MatrixView instead of MPlayer in code taken from MatrixView.Gravatar diego2010-01-04
* Remove ARGB support from matrixview vo, it is quite pointless and causesGravatar reimar2010-01-04
* prettyprinting cosmeticsGravatar diego2010-01-04
* Make vo gl print the OpenGL vendor and version strings.Gravatar reimar2010-01-03
* Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).Gravatar reimar2010-01-03
* Avoid memleaks when vo_direct3d initialization fails.Gravatar reimar2010-01-03
* Modify -vo direct3d so we do not have to link against d3d9.dll, it mightGravatar reimar2010-01-03
* Change vo_png to use FFmpeg's png encoder instead of libpng.Gravatar reimar2010-01-03
* Finally add matrixview vo.Gravatar reimar2010-01-03
* Add pointers to a few more standard OpenGL functions to ease future extensions.Gravatar reimar2010-01-03
* Fixup SDL configure check:Gravatar reimar2010-01-03
* Do not assume that "long" is the size of a register.Gravatar reimar2010-01-03
* Simplify range-checking functions for subopt parsing.Gravatar reimar2010-01-01
* Fix function declarations to avoid casting function pointers.Gravatar reimar2010-01-01
* Slightly generalize code to generate YUV->RGB conversion table and addGravatar reimar2010-01-01
* Make YUV->RGB conversion coefficients selectable for -vo gl.Gravatar reimar2010-01-01
* Add support for 16-bit per component YUV formats.Gravatar reimar2009-12-31
* First steps to supporting different YUV->RGB conversion definitions.Gravatar reimar2009-12-31
* Extract functions to generate yuv->rgb matrices and lookup tables into aGravatar reimar2009-12-31
* Put the colourspace-related variables into a separate struct to easeGravatar reimar2009-12-31
* Support all planar YUV formats in OpenGL vos.Gravatar reimar2009-12-30
* Move do_render_osd function to avoid a forward declaration.Gravatar reimar2009-12-27
* vo_x11_classhint name argument should be const, since we pass string constant...Gravatar reimar2009-12-27