aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo.c
Commit message (Expand)AuthorAge
* 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
* Remove vo_fps global variableGravatar wm42013-03-04
* vo: remove and cleanup globalsGravatar Alexander Preisinger2013-03-04
* x11_common: fix --cursor-autohide when pausedGravatar wm42013-03-03
* core: simplify OSD capability handling, remove VFCAP_OSDGravatar wm42013-03-01
* video/out: remove video mode switching (--vm)Gravatar wm42013-02-26
* Remove --rootwin option and rootwin propertyGravatar wm42013-02-24
* core: move `xineramascreen` to `MPOpts` as `vo_screen_id`Gravatar Stefano Pigozzi2013-02-21
* audio/out, video/out: hide encoding VO/AOGravatar wm42013-02-06
* video/out: change autoprobe orderGravatar wm42013-02-06
* video: remove -x/-y/-xy optionsGravatar wm42013-01-23
* video: add --autofit and --autofit-larger optionsGravatar wm42013-01-23
* options: move -geometry parsing to m_option.cGravatar wm42013-01-23
* video: move handling of -x/-y/-xy options to VOGravatar wm42013-01-23
* video/filter: change filter API, use refcounting, remove filter DRGravatar wm42013-01-13