summaryrefslogtreecommitdiffstats
path: root/video/out/vo.c
Commit message (Expand)AuthorAgeFilesLines
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-13/+13
* m_config: refactor option defaults handlingwm42013-10-241-1/+0
* video/out: remove useless info struct and redundant fieldswm42013-10-231-3/+3
* mp_msg: remove gettext() supportwm42013-10-181-1/+1
* vo: mark frame lost after seek resetwm42013-10-021-0/+1
* core: add --force-windowwm42013-10-021-0/+5
* video/out: always support redrawing VO window at any pointwm42013-10-021-3/+2
* input: translate mouse position to OSD space earlywm42013-09-271-1/+3
* video: add unscaled mode with --video-unscaledwm42013-09-011-3/+17
* wayland: shm based software renderingAlexander Preisinger2013-08-251-0/+4
* video: handle video output levels with mp_image_paramswm42013-08-241-0/+1
* video/out: don't require VOs to handle screenshot aspect speciallywm42013-08-241-2/+0
* video: make it possible to scale/pan the video by arbitrary amountswm42013-08-191-1/+7
* vo: fix build with #ifdef -> #ifwm42013-08-121-1/+1
* video: add vaapi decode and output supportwm42013-08-121-0/+4
* vo: unref waiting image before destroying VO driverwm42013-08-111-1/+1
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-6/+6
* video/out: use new mp_msg stuff for vo.c and vo_openglwm42013-07-311-22/+25
* video/out: remove options argument from preinit()wm42013-07-221-2/+3
* options: hide encoding AO/VO in help outputwm42013-07-211-0/+1
* options: use new code for parsing --vowm42013-07-211-102/+77
* video: redo how colorspaces are handledwm42013-07-161-0/+9
* core: remove mp_fifo leftoverswm42013-07-041-1/+0
* core: cleanup more mp_fifo leftoverswm42013-07-021-1/+0
* core: remove mp_fifo indirectionwm42013-07-021-2/+1
* input: handle mouse movement differentlywm42013-06-291-6/+3
* video: add a new method to configure filters and VOswm42013-06-281-8/+21
* vo: fix build on Libavwm42013-06-151-0/+2
* vo: redo video display rectangle calculationswm42013-06-151-24/+49
* vo: rip out VO timer wakeup mechanism againwm42013-05-261-15/+0
* vo: remove vo.check_events callbackwm42013-05-261-2/+0
* video/out: introduce vo_control for gl_common based VOswm42013-05-261-1/+3
* vo: rename vo_draw_image to vo_queue_imagewm42013-03-281-6/+3
* vo_opengl: split into multiple files, convert to new option APIwm42013-03-281-1/+8
* video: apply --no-keepaspect even on fullscreenwm42013-03-171-1/+1
* video: simplify aspect calculation stuffwm42013-03-171-10/+6
* vo: Separate vo options from MPOptsAlexander Preisinger2013-03-041-10/+10
* Remove vo_fps global variablewm42013-03-041-2/+0
* vo: remove and cleanup globalsAlexander Preisinger2013-03-041-28/+12
* x11_common: fix --cursor-autohide when pausedwm42013-03-031-7/+18
* core: simplify OSD capability handling, remove VFCAP_OSDwm42013-03-011-5/+9
* video/out: remove video mode switching (--vm)wm42013-02-261-1/+0
* Remove --rootwin option and rootwin propertywm42013-02-241-1/+0
* core: move `xineramascreen` to `MPOpts` as `vo_screen_id`Stefano Pigozzi2013-02-211-1/+0
* audio/out, video/out: hide encoding VO/AOwm42013-02-061-4/+8
* video/out: change autoprobe orderwm42013-02-061-16/+12
* video: remove -x/-y/-xy optionswm42013-01-231-32/+0
* video: add --autofit and --autofit-larger optionswm42013-01-231-2/+33
* options: move -geometry parsing to m_option.cwm42013-01-231-4/+3
* video: move handling of -x/-y/-xy options to VOwm42013-01-231-11/+60
* video/filter: change filter API, use refcounting, remove filter DRwm42013-01-131-15/+14
* video: remove slice based filtering and video outputwm42013-01-131-5/+0
* video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_formatwm42013-01-131-1/+1
* video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGEwm42013-01-131-11/+12
* vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driverRudolf Polzer2012-12-281-0/+4
* Rename directories, move files (step 2 of 2)wm42012-11-121-8/+8
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+530