summaryrefslogtreecommitdiffstats
path: root/video/out/vo_opengl_old.c
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl_old: remove this VOwm42015-01-201-2167/+0
* csputils: replace float[3][4] with a structwm42015-01-061-5/+8
* csputils: move image_params -> csp_params into a functionwm42015-01-061-5/+2
* csputils: get rid of mp_csp_detailswm42015-01-061-4/+5
* vo_opengl_old: remove ancient ATI-specific YUV conversionswm42015-01-021-145/+5
* vo_opengl_old: fix OSD regressionwm42014-12-201-1/+1
* vo_opengl: better probe handlingwm42014-12-191-4/+3
* vo_opengl: remove quadbuffer/anaglyph stereo 3D renderingwm42014-12-151-0/+91
* gl_common: factor context creationwm42014-11-261-19/+12
* command: make window-scale property observablewm42014-11-021-0/+1
* Audit and replace all ctype.h useswm42014-07-011-2/+2
* vo: make draw_image and vo_queue_image transfer image ownershipwm42014-06-171-0/+2
* video: introduce failure path for image allocationswm42014-06-171-0/+2
* video/out: change aspects of OSD handlingwm42014-06-151-4/+8
* video: synchronize mpv rgb pixel format names with ffmpeg nameswm42014-06-141-4/+4
* video/out: remove unused config() parameterswm42014-05-071-5/+4
* vo: get rid of config_count fieldwm42014-05-061-2/+1
* video/out: remove legacy colorspace stuffwm42014-03-291-11/+12
* video/out: do remaining config to reconfig replacementswm42014-01-241-12/+10
* video/out: don't access aspdat in VOswm42014-01-221-8/+5
* vo_opengl_old: remove leftoverswm42013-12-211-1/+1
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* video: remove --flipwm42013-12-051-1/+1
* osd: remove mp_osd_res.video_par fieldwm42013-11-241-2/+1
* Rename sub.c/.h to osd.c/.hwm42013-11-241-1/+1
* video/out: remove useless info struct and redundant fieldswm42013-10-231-6/+4
* vo_opengl_old: mp_msg conversionwm42013-10-021-74/+65
* gl_osd: mp_msg conversionwm42013-09-121-1/+1
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-2/+2
* Fix some -Wshadow warningswm42013-07-231-2/+2
* video/out: remove options argument from preinit()wm42013-07-221-1/+1
* vo_opengl_old: use new option APIwm42013-07-221-158/+50
* video/out: introduce vo_control for gl_common based VOswm42013-05-261-43/+9
* Fix some cppcheck / scan-build warningswm42013-05-061-1/+1
* vo_opengl_old: remove nomanyfmts warningwm42013-04-231-3/+0
* gl_common: split into platform specific fileswm42013-03-281-3/+3
* video: remove aspect.h includes from files which don't need itwm42013-03-171-1/+0
* vo_opengl_old: use generic aspect ratio codewm42013-03-171-45/+42
* options: remove --no-vsyncwm42013-03-061-1/+1
* vo: Separate vo options from MPOptsAlexander Preisinger2013-03-041-1/+1
* vo: remove and cleanup globalsAlexander Preisinger2013-03-041-4/+4
* vo_opengl: don't destroy VOFLAG_HIDDEN windowwm42013-03-031-6/+0
* video/out: remove VO_EVENT_REINITwm42013-03-031-4/+0
* core: simplify OSD capability handling, remove VFCAP_OSDwm42013-03-011-13/+5
* wayland: add wayland supportAlexander Preisinger2013-02-281-0/+1
* video/out: rename create_window to config_windowwm42013-02-261-4/+4
* options: move -geometry parsing to m_option.cwm42013-01-231-1/+0
* vo_opengl_old: add missing include statementwm42013-01-151-0/+1
* gl_common: move things used by vo_opengl_old.c only to vo_opengl_old.cwm42013-01-131-0/+1241
* mp_image: remove mp_image.bppwm42013-01-131-1/+5
* video: remove img_format compat hackswm42013-01-131-23/+26
* video: decouple internal pixel formats from FourCCswm42013-01-131-2/+2
* video: cleanup: replace old mp_image function nameswm42013-01-131-2/+2
* video: remove things related to old DR codewm42013-01-131-37/+36
* mp_image: require using mp_image_set_size() for setting w/hwm42013-01-131-5/+2
* video: remove slice based filtering and video outputwm42013-01-131-27/+1
* video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_formatwm42013-01-131-2/+1
* video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGEwm42013-01-131-5/+2
* vo_opengl_old: reject 9-15 bit formats if textures have less than 16 bitwm42012-12-281-1/+19
* options, vo_x11: remove -zoom option, make it defaultwm42012-11-161-1/+1
* Rename directories, move files (step 2 of 2)wm42012-11-121-6/+6
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+1166