aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo_opengl.c
Commit message (Expand)AuthorAge
* vo_opengl: simplify redraw callback OSD handlingGravatar wm42014-06-16
* video/out: change aspects of OSD handlingGravatar wm42014-06-15
* video/out: remove unused config() parametersGravatar wm42014-05-07
* vo_opengl: support rotationGravatar wm42014-04-21
* vo_opengl, cocoa: allow to autoselect a color profileGravatar Stefano Pigozzi2014-03-31
* video/out: remove legacy colorspace stuffGravatar wm42014-03-29
* vo_opengl: runtime icc profile switchingGravatar wm42014-03-24
* m_option, m_config: mp_msg conversionsGravatar wm42013-12-21
* video/out: pass along global contextGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* video: remove --flipGravatar wm42013-12-05
* vo_opengl: add support for rectangle texturesGravatar wm42013-12-01
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* video: move struct mp_hwdec_info into its own header fileGravatar wm42013-11-23
* vo_opengl: fix compilationGravatar wm42013-11-22
* vo_opengl: initialize all fields for VFCTRL_GET_HWDEC_INFOGravatar wm42013-11-22
* vo_opengl: add infrastructure for hardware decoding OpenGL interopGravatar wm42013-11-04
* m_config: refactor option defaults handlingGravatar wm42013-10-24
* video/out: remove useless info struct and redundant fieldsGravatar wm42013-10-23
* vo_opengl: don't enable PBOs with opengl-hqGravatar wm42013-10-23
* vo_opengl: blend alpha components by defaultGravatar wm42013-09-19
* gl_lcms: mp_msg conversionGravatar wm42013-09-12
* video: handle video output levels with mp_image_paramsGravatar wm42013-08-24
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* video/out: use new mp_msg stuff for vo.c and vo_openglGravatar wm42013-07-31
* options: handle presets directly in m_configGravatar wm42013-07-31
* m_config: refactor some thingsGravatar wm42013-07-28
* video/out: remove options argument from preinit()Gravatar wm42013-07-22
* vo_opengl_old: use new option APIGravatar wm42013-07-22
* options: use new code for parsing --voGravatar wm42013-07-21
* video: add a new method to configure filters and VOsGravatar wm42013-06-28
* vo_opengl: remove most of the "inline" documentationGravatar wm42013-05-26
* video/out: introduce vo_control for gl_common based VOsGravatar wm42013-05-26
* OSX: run native event loop in a separate threadGravatar Stefano Pigozzi2013-05-12
* vo_opengl: lock OpenGL contextGravatar wm42013-05-12
* gl_video: use choice option type for dither-depth suboptionGravatar wm42013-03-28
* vo_opengl: add alpha outputGravatar wm42013-03-28
* vo_opengl: split into multiple files, convert to new option APIGravatar wm42013-03-28
* gl_common: split into platform specific filesGravatar wm42013-03-28
* video: remove aspect.h includes from files which don't need itGravatar wm42013-03-17
* vo_opengl: insert a magical glFlush callGravatar wm42013-03-11
* options: remove --no-vsyncGravatar wm42013-03-06
* vo: Separate vo options from MPOptsGravatar Alexander Preisinger2013-03-04
* vo: remove and cleanup globalsGravatar Alexander Preisinger2013-03-04
* vo_opengl: don't destroy VOFLAG_HIDDEN windowGravatar wm42013-03-03
* video/out: remove VO_EVENT_REINITGravatar wm42013-03-03
* core: simplify OSD capability handling, remove VFCAP_OSDGravatar wm42013-03-01
* wayland: add wayland supportGravatar Alexander Preisinger2013-02-28
* video/out: rename create_window to config_windowGravatar wm42013-02-26