aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo.c
Commit message (Expand)AuthorAge
* video: correct spelling: mp_image_params_equals -> mp_image_params_equalGravatar wm42014-06-17
* 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
* Add more constGravatar wm42014-06-11
* video: fix another cover art corner caseGravatar wm42014-06-09
* vo: correctly initialize parameters in corner casesGravatar wm42014-06-01
* vo: minor simplificationsGravatar wm42014-05-22
* vo: remove config_ok check from vo_check_events()Gravatar wm42014-05-22
* player: remove VO from seeking code pathGravatar wm42014-05-07
* vo: remove old stuffGravatar wm42014-05-06
* video/out: separate out code to compute window sizeGravatar wm42014-05-06
* vo: fix previous commitGravatar wm42014-05-06
* vo: don't crash when changing panscan before first configurationGravatar wm42014-05-06
* vo: get rid of config_count fieldGravatar wm42014-05-06
* video: change everythingGravatar wm42014-05-02
* vo: verify format of queued imageGravatar wm42014-05-02
* video: move video frame queue from vo_vdpau.c to vo.cGravatar wm42014-05-02
* vo: do not check for events on unconfigured VOGravatar Martin Herkt2014-04-25
* vo: simplify event_fd handlingGravatar wm42014-04-22
* vo: cosmetics: move around some codeGravatar wm42014-04-22
* vo: minor cosmetic changeGravatar wm42014-04-22
* vo: warn if the VO doesn't support certain flagsGravatar wm42014-04-22
* vo: add some general support code for VOs that allow rotationGravatar wm42014-04-21
* video/out: remove legacy colorspace stuffGravatar wm42014-03-29
* video/out: do remaining config to reconfig replacementsGravatar wm42014-01-24
* vo: merge get rid of vo.aspdat fieldGravatar wm42014-01-22
* vo: move vo_get_src_dst_rects to aspect.cGravatar wm42014-01-22
* video/out: simplify monitor aspect handlingGravatar wm42014-01-11
* input: move files drag and drop to a new event.c fileGravatar Stefano Pigozzi2014-01-04
* vo: dropping subtitle files on the VO window adds them as subtitle filesGravatar wm42014-01-04
* vo: add vo_drop_files()Gravatar wm42014-01-04
* vo_vdpau: fix unintended truncation of 64 bit timestamps to 32 bitGravatar wm42013-12-22
* msg: rename mp_msg_log -> mp_msgGravatar wm42013-12-21
* m_option, m_config: mp_msg conversionsGravatar wm42013-12-21
* input: rework how input sources are addedGravatar 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
* Move mpvcore/input/ to input/Gravatar wm42013-12-17
* video: change --video-zoom behaviorGravatar wm42013-12-13
* vo: reset some fields properlyGravatar wm42013-12-10
* options: add options that set defaults for af/vf/ao/voGravatar wm42013-12-01
* osd: remove mp_osd_res.video_par fieldGravatar wm42013-11-24
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
* m_config: refactor option defaults handlingGravatar wm42013-10-24
* video/out: remove useless info struct and redundant fieldsGravatar wm42013-10-23
* mp_msg: remove gettext() supportGravatar wm42013-10-18
* vo: mark frame lost after seek resetGravatar wm42013-10-02