aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo_direct3d.c
Commit message (Expand)AuthorAge
* win32: fix some more -Wparentheses warningsGravatar wm42015-03-04
* vo_direct3d: support NV12 with shadersGravatar wm42015-03-02
* vo: simplify VOs by adding generic screenshot supportGravatar wm42015-01-24
* video: separate screenshot modesGravatar wm42015-01-23
* video: remove vfcap.hGravatar wm42015-01-21
* vo_direct3d: unify d3d "reset" and uninit pathsGravatar wm42015-01-21
* vo_direct3d: disable shaders if unavailableGravatar wm42015-01-21
* vo_direct3d: fix shader colormatrix generationGravatar wm42015-01-07
* csputils: move image_params -> csp_params into a functionGravatar wm42015-01-06
* csputils: get rid of mp_csp_detailsGravatar wm42015-01-06
* vo_direct3d: check whether D3DFMT_A8 is availableGravatar wm42014-11-27
* vo_direct3d: fix texture-memory sub-option, extend itGravatar wm42014-11-18
* command: make window-scale property observableGravatar wm42014-11-02
* vo_direct3d: support nv12/nv21 directlyGravatar wm42014-10-26
* vo_direct3d: allow resizing before video initGravatar wm42014-08-06
* win32: never call GetClientRect(0, ...)Gravatar wm42014-08-06
* win32: make private struct private, refactorGravatar wm42014-07-26
* video/out: fix redrawing with no video frame for some VOsGravatar wm42014-06-18
* vo: make draw_image and vo_queue_image transfer image ownershipGravatar wm42014-06-17
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* video/out: change aspects of OSD handlingGravatar wm42014-06-15
* video: synchronize mpv rgb pixel format names with ffmpeg namesGravatar wm42014-06-14
* win32: don't use VOCTRL_UPDATE_SCREENINFOGravatar wm42014-05-06
* Fix some libav* include statementsGravatar wm42014-04-19
* Fix compilation on OSX and win32Gravatar wm42014-03-29
* video/out: remove legacy colorspace stuffGravatar wm42014-03-29
* video/out: do remaining config to reconfig replacementsGravatar wm42014-01-24
* video/out: don't access aspdat in VOsGravatar wm42014-01-22
* sub: uglify OSD code path with lockingGravatar wm42014-01-18
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* m_config: refactor option defaults handlingGravatar wm42013-10-24
* video/out: remove useless info struct and redundant fieldsGravatar wm42013-10-23
* video/out: always support redrawing VO window at any pointGravatar wm42013-10-02
* Some more mp_msg conversionsGravatar wm42013-08-23
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* video/out: remove options argument from preinit()Gravatar wm42013-07-22
* vo_direct3d: use new option APIGravatar wm42013-07-22
* vo_direct3d: fix warning on MinGWGravatar wm42013-07-22
* direct3d: Fixes format string that assumed sizeof(LONG) == sizeof(long)Gravatar Diogo Franco (Kovensky)2013-07-20
* w32: use vo_w32_control() for all VOsGravatar wm42013-05-26
* video: remove aspect.h includes from files which don't need itGravatar wm42013-03-17
* core: simplify OSD capability handling, remove VFCAP_OSDGravatar wm42013-03-01
* vo_direct3d: always clear window before drawing videoGravatar wm42013-02-24
* vo_direct3d: remove 2ch hack for 10 bit playbackGravatar wm42013-01-13
* video: remove img_format compat hacksGravatar wm42013-01-13
* video: decouple internal pixel formats from FourCCsGravatar wm42013-01-13
* video: cleanup: replace old mp_image function namesGravatar wm42013-01-13
* mp_image: require using mp_image_set_size() for setting w/hGravatar wm42013-01-13