aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo_image.c
Commit message (Expand)AuthorAge
* image_writer, vo_image: change license to LGPLGravatar wm42017-06-18
* options: add M_OPT_FILE to some more file optionsGravatar Philip Sequeira2017-03-06
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* vo_image: move to global optionsGravatar wm42016-09-05
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* video/out: remove an unused parameterGravatar wm42015-10-03
* path: make mp_path_join accept normal C stringsGravatar wm42015-05-09
* Update license headersGravatar Marcin Kurczewski2015-04-13
* video: remove vfcap.hGravatar wm42015-01-21
* Do not call strerror()Gravatar wm42014-11-26
* win32: get rid of mp_stat in the normal source codeGravatar wm42014-10-17
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* video: move display and timing to a separate threadGravatar wm42014-08-12
* vo: make draw_image and vo_queue_image transfer image ownershipGravatar wm42014-06-17
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* video/out: change aspects of OSD handlingGravatar wm42014-06-15
* vo: get rid of config_count fieldGravatar wm42014-05-06
* video/out: don't access aspdat in VOsGravatar wm42014-01-22
* sub: uglify OSD code path with lockingGravatar wm42014-01-18
* image_writer: mp_msg conversionsGravatar 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
* 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
* mplayer, vo_image: simplify OSD redrawing, fix vo_image crashGravatar wm42013-10-13
* vo_image: simplifyGravatar wm42013-08-24
* Some more mp_msg conversionsGravatar wm42013-08-23
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* video/out: remove options argument from preinit()Gravatar wm42013-07-22
* vo: remove vo.check_events callbackGravatar wm42013-05-26
* vo_image: start image file numbers at 1Gravatar wm42013-05-18
* m_option: don't define OPT_BASE_STRUCT by defaultGravatar wm42013-03-01
* core: simplify OSD capability handling, remove VFCAP_OSDGravatar wm42013-03-01
* options: drop --opt:subopt option namesGravatar wm42013-02-23
* vo_image: render subsGravatar wm42013-01-13
* video/out: replace VFCAP_TIMER with vo->untimed, fix vo_image and vo_lavcGravatar wm42013-01-13
* mp_image: require using mp_image_set_size() for setting w/hGravatar 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
* video: fix bogus uses of mp_image.w/widthGravatar wm42012-11-21
* 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