aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo.c
Commit message (Expand)AuthorAge
* 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
* core: add --force-windowGravatar wm42013-10-02
* video/out: always support redrawing VO window at any pointGravatar wm42013-10-02
* input: translate mouse position to OSD space earlyGravatar wm42013-09-27
* video: add unscaled mode with --video-unscaledGravatar wm42013-09-01
* wayland: shm based software renderingGravatar Alexander Preisinger2013-08-25
* video: handle video output levels with mp_image_paramsGravatar wm42013-08-24
* video/out: don't require VOs to handle screenshot aspect speciallyGravatar wm42013-08-24
* video: make it possible to scale/pan the video by arbitrary amountsGravatar wm42013-08-19
* vo: fix build with #ifdef -> #ifGravatar wm42013-08-12
* video: add vaapi decode and output supportGravatar wm42013-08-12
* vo: unref waiting image before destroying VO driverGravatar wm42013-08-11
* 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
* video/out: remove options argument from preinit()Gravatar wm42013-07-22
* options: hide encoding AO/VO in help outputGravatar wm42013-07-21
* options: use new code for parsing --voGravatar wm42013-07-21
* video: redo how colorspaces are handledGravatar wm42013-07-16
* core: remove mp_fifo leftoversGravatar wm42013-07-04
* core: cleanup more mp_fifo leftoversGravatar wm42013-07-02
* core: remove mp_fifo indirectionGravatar wm42013-07-02
* input: handle mouse movement differentlyGravatar wm42013-06-29
* video: add a new method to configure filters and VOsGravatar wm42013-06-28
* vo: fix build on LibavGravatar wm42013-06-15
* vo: redo video display rectangle calculationsGravatar wm42013-06-15
* vo: rip out VO timer wakeup mechanism againGravatar wm42013-05-26
* vo: remove vo.check_events callbackGravatar wm42013-05-26
* video/out: introduce vo_control for gl_common based VOsGravatar wm42013-05-26
* vo: rename vo_draw_image to vo_queue_imageGravatar wm42013-03-28
* vo_opengl: split into multiple files, convert to new option APIGravatar wm42013-03-28
* video: apply --no-keepaspect even on fullscreenGravatar wm42013-03-17
* video: simplify aspect calculation stuffGravatar wm42013-03-17
* vo: Separate vo options from MPOptsGravatar Alexander Preisinger2013-03-04