aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/gl_video.c
Commit message (Expand)AuthorAge
* 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
* | gl_video: typo in commentGravatar wm42013-06-15
* | gl_video: remove redundant conditionGravatar wm42013-06-13
* | gl_video: reduce output with -v, skip useless header partsGravatar wm42013-06-03
* | gl_video: add some debug code for testing texture depthGravatar wm42013-05-30
* | gl_video: fix some dithering bugsGravatar wm42013-05-30
* | gl_video: improve ditheringGravatar wm42013-05-26
* | gl_video: add scaler-resizes-only sub-optionGravatar wm42013-05-26
* | add a way to resize window contents without VO resizeGravatar wm42013-05-12
* | vo_opengl: XYZ input supportGravatar wm42013-05-04
* | gl_video: use GL_SRGB only if it's really RGBGravatar wm42013-05-04