summaryrefslogtreecommitdiffstats
path: root/video/out/vo_direct3d.c
Commit message (Expand)AuthorAgeFilesLines
* Add checks for HAVE_GPL to various GPL-only source fileswm42017-10-101-0/+5
* vo_direct3d: fix buildwm42017-08-221-5/+0
* video: redo video equalizer option handlingwm42017-08-221-19/+0
* vo_direct3d: remove non-working nv12 shader supportwm42017-06-301-11/+0
* video: get rid of swapped packed YUVwm42017-06-301-1/+0
* vo_direct3d: fix buildwm42017-06-291-1/+0
* video: drop some unused IMGFMT aliaseswm42017-06-291-1/+0
* options: remove deprecated sub-option handling for --vo and --aowm42016-11-251-1/+1
* win32: fix some Clang warningsJames Ross-Gowan2016-11-171-1/+1
* vo: remove unused VOCTRL_GET_PANSCANwm42016-09-081-2/+0
* options: deprecate suboptions for the remaining AO/VOswm42016-09-051-0/+1
* vo_direct3d: deprecate direct3d_shaders aliaswm42016-09-051-21/+0
* vo_direct3d: add missing headerPaul B Mahol2016-08-141-0/+1
* vo_direct3d: remove bitmap packerwm42016-07-011-85/+70
* Fix misspellingsstepshal2016-06-261-1/+1
* vo_direct3d: remove passing device to decoderwm42016-05-091-18/+0
* video: remove some useless old RGB formatswm42016-01-251-2/+0
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* csputils: rename "yuv2rgb" functionswm42015-12-091-1/+1
* vo_direct3d: fix operationwm42015-10-311-7/+1
* video/out: remove an unused parameterwm42015-10-031-1/+1
* win32: cleanup: remove some unneeded thingswm42015-10-021-1/+1
* vo_direct3d: create multithreaded IDirect3DDevice9wm42015-07-301-1/+2
* vo_direct3d, dxva2: use the same D3D devicewm42015-07-031-0/+18
* video: do not align source position to 2wm42015-05-211-5/+9
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* video/out: fix screenshot image formatswm42015-04-071-1/+1
* video/out: remove unused colorspace reportingwm42015-03-311-9/+0
* video: uninline memcpy_pic functionswm42015-03-201-1/+0
* osd: simplify an aspect of change detection handlingwm42015-03-181-9/+6
* win32: fix some more -Wparentheses warningswm42015-03-041-1/+1
* vo_direct3d: support NV12 with shaderswm42015-03-021-45/+82
* vo: simplify VOs by adding generic screenshot supportwm42015-01-241-27/+0
* video: separate screenshot modeswm42015-01-231-8/+6
* video: remove vfcap.hwm42015-01-211-3/+2
* vo_direct3d: unify d3d "reset" and uninit pathswm42015-01-211-24/+21
* vo_direct3d: disable shaders if unavailablewm42015-01-211-23/+24
* vo_direct3d: fix shader colormatrix generationwm42015-01-071-5/+5
* csputils: move image_params -> csp_params into a functionwm42015-01-061-3/+1
* csputils: get rid of mp_csp_detailswm42015-01-061-3/+3
* vo_direct3d: check whether D3DFMT_A8 is availablewm42014-11-271-11/+29
* vo_direct3d: fix texture-memory sub-option, extend itwm42014-11-181-5/+13
* command: make window-scale property observablewm42014-11-021-0/+2
* vo_direct3d: support nv12/nv21 directlywm42014-10-261-0/+8
* vo_direct3d: allow resizing before video initwm42014-08-061-1/+1
* win32: never call GetClientRect(0, ...)wm42014-08-061-1/+2
* win32: make private struct private, refactorwm42014-07-261-4/+4
* video/out: fix redrawing with no video frame for some VOswm42014-06-181-1/+3
* vo: make draw_image and vo_queue_image transfer image ownershipwm42014-06-171-2/+5
* video: introduce failure path for image allocationswm42014-06-171-1/+4
* video/out: change aspects of OSD handlingwm42014-06-151-5/+7
* video: synchronize mpv rgb pixel format names with ffmpeg nameswm42014-06-141-3/+3
* win32: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-061-1/+1
* Fix some libav* include statementswm42014-04-191-4/+4
* Fix compilation on OSX and win32wm42014-03-291-1/+1
* video/out: remove legacy colorspace stuffwm42014-03-291-13/+14
* video/out: do remaining config to reconfig replacementswm42014-01-241-22/+10
* video/out: don't access aspdat in VOswm42014-01-221-4/+4
* sub: uglify OSD code path with lockingwm42014-01-181-1/+1
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-2/+2
* Rename sub.c/.h to osd.c/.hwm42013-11-241-1/+1
* m_config: refactor option defaults handlingwm42013-10-241-2/+8
* video/out: remove useless info struct and redundant fieldswm42013-10-231-14/+4
* video/out: always support redrawing VO window at any pointwm42013-10-021-0/+12
* Some more mp_msg conversionswm42013-08-231-78/+61
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-3/+3
* video/out: remove options argument from preinit()wm42013-07-221-1/+1
* vo_direct3d: use new option APIwm42013-07-221-85/+34
* vo_direct3d: fix warning on MinGWwm42013-07-221-5/+0
* direct3d: Fixes format string that assumed sizeof(LONG) == sizeof(long)Diogo Franco (Kovensky)2013-07-201-1/+2
* w32: use vo_w32_control() for all VOswm42013-05-261-32/+11
* video: remove aspect.h includes from files which don't need itwm42013-03-171-1/+0
* core: simplify OSD capability handling, remove VFCAP_OSDwm42013-03-011-11/+2
* vo_direct3d: always clear window before drawing videowm42013-02-241-15/+2
* vo_direct3d: remove 2ch hack for 10 bit playbackwm42013-01-131-76/+5
* video: remove img_format compat hackswm42013-01-131-13/+12
* video: decouple internal pixel formats from FourCCswm42013-01-131-6/+6
* video: cleanup: replace old mp_image function nameswm42013-01-131-3/+3
* mp_image: require using mp_image_set_size() for setting w/hwm42013-01-131-6/+4
* vo_direct3d: simplifywm42013-01-131-198/+55
* video: remove slice based filtering and video outputwm42013-01-131-7/+1
* video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_formatwm42013-01-131-3/+4
* video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGEwm42013-01-131-16/+13
* options, vo_x11: remove -zoom option, make it defaultwm42012-11-161-2/+1
* video: add IMGFMT_Y16/PIX_FMT_GRAY16wm42012-11-141-2/+0
* Rename directories, move files (step 2 of 2)wm42012-11-121-9/+9
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+2101