aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/gl_video.c
Commit message (Expand)AuthorAge
* 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
* gl_common: complete mp_msg conversionGravatar wm42013-09-12
* gl_video: don't crash if no FBOs are availableGravatar wm42013-08-28
* gl_video: fix odd video sizes with PBOsGravatar wm42013-08-26
* video: handle video output levels with mp_image_paramsGravatar wm42013-08-24
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* gl_video: handle non-mod-2 4:2:0 YUV video correctlyGravatar wm42013-08-06
* video/out: use new mp_msg stuff for vo.c and vo_openglGravatar wm42013-07-31
* gl_video: make sure image parameters are correctly set on screenshotsGravatar wm42013-07-26
* Fix some -Wshadow warningsGravatar wm42013-07-23
* vo_opengl: some option changesGravatar wm42013-07-22
* gl_video: add support for more rgb formatsGravatar wm42013-07-18
* Merge remote-tracking branch 'origin/low_quality_intel_crap'Gravatar Martin Herkt2013-07-08
|\
* | vo_opengl: handle chroma locationGravatar wm42013-06-28
* | video: add a new method to configure filters and VOsGravatar wm42013-06-28
* | gl_video: rearrange some codeGravatar wm42013-06-15
* | gl_video: fix scaling when image is cropped, or with no-npotGravatar wm42013-06-15