summaryrefslogtreecommitdiffstats
path: root/video/out/vo_vdpau.c
Commit message (Expand)AuthorAgeFilesLines
* vo_vdpau: don't calculate destination alpha when drawing OSDwm42013-11-181-2/+2
* vdpau: move device and video surface management from vo_vdpau.c to vdpau.cwm42013-11-051-214/+34
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-1/+1
* Enable -Wshadowwm42013-11-011-1/+0
* video/out: remove useless info struct and redundant fieldswm42013-10-231-7/+3
* vo_vdpau: don't blank screen on VOCTRL_RESETwm42013-10-021-16/+35
* video/out: always support redrawing VO window at any pointwm42013-10-021-1/+8
* Some more mp_msg conversionswm42013-08-231-51/+45
* vo_vdpau: add RGB supportwm42013-08-181-14/+154
* vo_vdpau: fix screenshots if panscan is usedwm42013-08-181-4/+5
* vo_vdpau: remove unused variablewm42013-08-181-2/+0
* vo_vdpau: use color close to black as default colorkey (instead of green)wm42013-08-171-1/+4
* vo_vdpau: allow setting colorkeywm42013-08-171-0/+15
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-3/+3
* build: fix build with vdpau, simplifywm42013-07-291-1/+1
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIwm42013-07-281-232/+140
* Fix some -Wshadow warningswm42013-07-231-2/+1
* video/out: remove options argument from preinit()wm42013-07-221-1/+1
* video: remove fullscreen flags chaoswm42013-07-181-1/+1
* Replace all calls to GetTimer()/GetTimerMS()wm42013-05-261-13/+13
* x11: use vo_x11_control() for all VOswm42013-05-261-30/+11
* video: remove aspect.h includes from files which don't need itwm42013-03-171-1/+0
* vo: Separate vo options from MPOptsAlexander Preisinger2013-03-041-1/+1
* vo: remove and cleanup globalsAlexander Preisinger2013-03-041-1/+4
* m_option: don't define OPT_BASE_STRUCT by defaultwm42013-03-011-1/+0
* core: simplify OSD capability handling, remove VFCAP_OSDwm42013-03-011-1/+1
* video/out: rename create_window to config_windowwm42013-02-261-1/+1
* cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAGwm42013-02-091-3/+3
* options: change handling of "no-" optionswm42013-02-091-1/+0
* x11: simplify handling of X Visuals and Colormaps in VOswm42013-01-271-19/+2
* x11: reduce VO mode switching code duplicationwm42013-01-271-29/+1
* x11: cleanup, refactorwm42013-01-271-2/+2
* vo_vdpau: always try to native bit depth (makes 30 bit work)wm42013-01-231-5/+2
* video: decouple internal pixel formats from FourCCswm42013-01-131-8/+4
* video: cleanup: replace old mp_image function nameswm42013-01-131-1/+1
* video/filter: change filter API, use refcounting, remove filter DRwm42013-01-131-24/+37
* mp_image: require using mp_image_set_size() for setting w/hwm42013-01-131-4/+2
* video: make vdpau hardware decoding not use DR code pathwm42013-01-131-14/+5
* video: remove slice based filtering and video outputwm42013-01-131-7/+2
* video: make vdpau hardware decoding not use slices code pathwm42013-01-131-4/+4
* video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_formatwm42013-01-131-3/+2
* video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGEwm42013-01-131-4/+1
* vdpau: silence a clang warningRudolf Polzer2012-12-281-1/+2
* options, vo_x11: remove -zoom option, make it defaultwm42012-11-161-2/+1
* Rename directories, move files (step 2 of 2)wm42012-11-121-7/+7
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+1718