aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/gl_video.c
Commit message (Expand)AuthorAge
* vo_opengl: Make approx-gamma affect OSD/subGravatar Niklas Haas2014-06-22
* video: Refactor rendering intent for DCP XYZ and :srgbGravatar Niklas Haas2014-06-22
* video: Better support for XYZ inputGravatar Niklas Haas2014-06-22
* video: Generate an accurate CMS matrix instead of hard-codingGravatar Niklas Haas2014-06-22
* video: Support BT.2020 constant luminance systemGravatar Niklas Haas2014-06-22
* video: Add support for non-BT.709 primariesGravatar Niklas Haas2014-06-22
* video/out: fix redrawing with no video frame for some VOsGravatar wm42014-06-18
* vo_opengl: fix regression with opengl:pboGravatar wm42014-06-18
* gl_video: fix refcountingGravatar wm42014-06-18
* video: correct spelling: mp_image_params_equals -> mp_image_params_equalGravatar wm42014-06-17
* vo: make draw_image and vo_queue_image transfer image ownershipGravatar wm42014-06-17
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* vo_opengl: simplify redraw callback OSD handlingGravatar wm42014-06-16
* video/out: change aspects of OSD handlingGravatar wm42014-06-15
* video: synchronize mpv rgb pixel format names with ffmpeg namesGravatar wm42014-06-14
* Add more constGravatar wm42014-06-11
* vo_opengl: support rotationGravatar wm42014-04-21
* vo_opengl: clean up rendering pathGravatar wm42014-04-21
* vo_opengl: make spline36 default with --vo=opengl-hqGravatar wm42014-04-17
* video/out: remove legacy colorspace stuffGravatar wm42014-03-29
* vo_opengl: runtime icc profile switchingGravatar wm42014-03-24
* vo_opengl: Correct and clarify gl_check_featuresGravatar Niklas Haas2014-03-10
* vo_opengl: Simplify and clarify color correction codeGravatar Niklas Haas2014-03-10
* vo_opengl: minor simplificationGravatar wm42014-03-01
* vo_opengl: change gamma suboption to take a valueGravatar wm42014-02-27
* vo_opengl: use GL_RGBA16 FBO format for HQGravatar Grigori Goronzy2014-02-17
* msg: rename mp_msg_log -> mp_msgGravatar wm42013-12-21
* msg: convert defines to enumGravatar wm42013-12-21
* m_option: add mp_log callback to OPT_STRING_VALIDATE optionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* gl_video: change internal API for hwdec mp_image downloadGravatar Stefano Pigozzi2013-12-02
* gl_video: use hwdec download_image call only if hwdec is activeGravatar wm42013-12-02
* vo_opengl: support for vda hardware decodingGravatar Stefano Pigozzi2013-12-02
* gl_video: support packed YUV formats with Apple extensionsGravatar Stefano Pigozzi2013-12-02
* vo_opengl: add support for rectangle texturesGravatar wm42013-12-01
* gl_hwdec: use a imgfmt field instead of a query_format callbackGravatar wm42013-11-29
* vo_opengl: redo aspects of initialization, change hwdec APIGravatar wm42013-11-05
* vo_opengl: cosmetics/fix typosGravatar wm42013-11-04
* vo_opengl: reserve 4 texture units for video instead of 3Gravatar wm42013-11-04
* Merge remote-tracking branch 'origin/have_configure'Gravatar Stefano Pigozzi2013-11-04
|\
* | vo_opengl: fix use of uninitialized memoryGravatar wm42013-11-04
| * Merge branch 'master' into have_configureGravatar wm42013-11-04
| |\ | |/ |/|
* | vo_opengl: add infrastructure for hardware decoding OpenGL interopGravatar wm42013-11-04
| * configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
|/
* Fix some more -Wshadow warningsGravatar wm42013-11-01
* m_config: refactor option defaults handlingGravatar wm42013-10-24
* gl_video: add RGB10_A2 FBO formatGravatar wm42013-10-23
* video/out: always support redrawing VO window at any pointGravatar wm42013-10-02
* vo_opengl: blend alpha components by defaultGravatar wm42013-09-19
* gl_osd: mp_msg conversionGravatar wm42013-09-12