aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo_opengl_old.c
Commit message (Expand)AuthorAge
* video/out: change aspects of OSD handlingGravatar wm42014-06-15
* video: synchronize mpv rgb pixel format names with ffmpeg namesGravatar wm42014-06-14
* video/out: remove unused config() parametersGravatar wm42014-05-07
* vo: get rid of config_count fieldGravatar wm42014-05-06
* video/out: remove legacy colorspace stuffGravatar wm42014-03-29
* video/out: do remaining config to reconfig replacementsGravatar wm42014-01-24
* video/out: don't access aspdat in VOsGravatar wm42014-01-22
* vo_opengl_old: remove leftoversGravatar 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
* osd: remove mp_osd_res.video_par fieldGravatar wm42013-11-24
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* video/out: remove useless info struct and redundant fieldsGravatar wm42013-10-23
* vo_opengl_old: mp_msg conversionGravatar wm42013-10-02
* gl_osd: mp_msg conversionGravatar wm42013-09-12
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* Fix some -Wshadow warningsGravatar wm42013-07-23
* video/out: remove options argument from preinit()Gravatar wm42013-07-22
* vo_opengl_old: use new option APIGravatar wm42013-07-22
* video/out: introduce vo_control for gl_common based VOsGravatar wm42013-05-26
* Fix some cppcheck / scan-build warningsGravatar wm42013-05-06
* vo_opengl_old: remove nomanyfmts warningGravatar wm42013-04-23
* 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_old: use generic aspect ratio codeGravatar wm42013-03-17
* 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
* options: move -geometry parsing to m_option.cGravatar wm42013-01-23
* vo_opengl_old: add missing include statementGravatar wm42013-01-15
* gl_common: move things used by vo_opengl_old.c only to vo_opengl_old.cGravatar wm42013-01-13
* mp_image: remove mp_image.bppGravatar wm42013-01-13
* video: remove img_format compat hacksGravatar wm42013-01-13
* video: decouple internal pixel formats from FourCCsGravatar wm42013-01-13
* video: cleanup: replace old mp_image function namesGravatar wm42013-01-13
* video: remove things related to old DR codeGravatar wm42013-01-13
* mp_image: require using mp_image_set_size() for setting w/hGravatar wm42013-01-13
* video: remove slice based filtering and video outputGravatar wm42013-01-13
* video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_formatGravatar wm42013-01-13
* video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGEGravatar wm42013-01-13
* vo_opengl_old: reject 9-15 bit formats if textures have less than 16 bitGravatar wm42012-12-28
* options, vo_x11: remove -zoom option, make it defaultGravatar wm42012-11-16
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12