aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/gl_video.h
Commit message (Expand)AuthorAge
* vo_opengl: add temporal-dither-period optionGravatar Niklas Haas2015-07-20
* vo_opengl: refactor queue configurationGravatar wm42015-07-16
* vo: change internal API for drawing framesGravatar wm42015-07-01
* vo_opengl: adjust interpolation code for the new video-sync mechanismGravatar Niklas Haas2015-07-01
* vo_opengl: add support for custom shadersGravatar Niklas Haas2015-05-27
* vo_opengl: remove some more Cocoa resize leftoversGravatar wm42015-05-13
* vo_opengl: refactor wayland frame skippingGravatar wm42015-05-01
* vo_opengl: unify blend-subtitles-res and blend-subtitlesGravatar wm42015-04-11
* vo_opengl: add blend-subtitles-resGravatar Niklas Haas2015-04-10
* vo_opengl: remove unused functionGravatar wm42015-04-09
* vo_opengl: refactor scaler configurationGravatar Niklas Haas2015-04-04
* vo_opengl: separate kernel and windowGravatar Niklas Haas2015-04-04
* vo_opengl: draw subtitles directly onto the videoGravatar Niklas Haas2015-03-26
* vo_opengl: do not block on waylandGravatar Jari Vetoniemi2015-03-23
* vo_opengl_cb: don't render OSD while VO is not createdGravatar wm42015-03-23
* vo_opengl: refactor smoothmotion -> interpolationGravatar Niklas Haas2015-03-15
* vo_opengl: refactor shader generation (part 2)Gravatar Niklas Haas2015-03-12
* vo_opengl: refactor shader generation (part 1)Gravatar wm42015-03-12
* vo_opengl: add gamma-auto optionGravatar Stefano Pigozzi2015-03-04
* vo_opengl: add support for linear scaling without CMSGravatar Niklas Haas2015-02-06
* vo_opengl: get rid of unused field approx_gammaGravatar Niklas Haas2015-02-06
* vo_opengl: redraw when pausing while showing an interpolated frameGravatar wm42015-02-04
* vo: simplify VOs by adding generic screenshot supportGravatar wm42015-01-24
* vo_opengl: add smoothmotion frame blendingGravatar Stefano Pigozzi2015-01-23
* vo_opengl: remove scale-sep and indirect optionsGravatar Niklas Haas2015-01-22
* vo_opengl: implement naive anti-ringingGravatar Niklas Haas2015-01-22
* vo_opengl: remove cscale-down suboptionGravatar wm42015-01-20
* video: Add sigmoidal upscaling to avoid ringing artifactsGravatar Niklas Haas2015-01-09
* vo_opengl_cb: implement equalizer controlsGravatar wm42015-01-06
* vo_opengl: remove quadbuffer/anaglyph stereo 3D renderingGravatar wm42014-12-15
* vo_opengl: make background color configurableGravatar wm42014-12-09
* client API: expose OpenGL rendererGravatar wm42014-12-09
* vo_opengl: minor changesGravatar wm42014-12-02
* vo_opengl: allow setting different filters for downscalingGravatar wm42014-11-14
* cocoa: reintroduce async resizeGravatar Stefano Pigozzi2014-10-18
* cocoa: move to a simpler threading modelGravatar Stefano Pigozzi2014-10-04
* vo_opengl: add radius options for filtersGravatar Bin Jin2014-08-26
* vo_opengl: add cparam1 and cparam2 optionsGravatar Bin Jin2014-08-26
* vo_opengl: simplify redraw callback OSD handlingGravatar wm42014-06-16
* video/out: change aspects of OSD handlingGravatar wm42014-06-15
* video/out: remove legacy colorspace stuffGravatar wm42014-03-29
* vo_opengl: Simplify and clarify color correction codeGravatar Niklas Haas2014-03-10
* vo_opengl: change gamma suboption to take a valueGravatar wm42014-02-27
* vo_opengl: add support for rectangle texturesGravatar wm42013-12-01
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* vo_opengl: add infrastructure for hardware decoding OpenGL interopGravatar wm42013-11-04
* m_config: refactor option defaults handlingGravatar wm42013-10-24
* vo_opengl: blend alpha components by defaultGravatar wm42013-09-19
* video: handle video output levels with mp_image_paramsGravatar wm42013-08-24
* video/out: use new mp_msg stuff for vo.c and vo_openglGravatar wm42013-07-31