| Commit message (Expand) | Author | Age | Files | Lines |
* | Add checks for HAVE_GPL to various GPL-only source files | wm4 | 2017-10-10 | 1 | -0/+5 |
* | vo_direct3d: fix build | wm4 | 2017-08-22 | 1 | -5/+0 |
* | video: redo video equalizer option handling | wm4 | 2017-08-22 | 1 | -19/+0 |
* | vo_direct3d: remove non-working nv12 shader support | wm4 | 2017-06-30 | 1 | -11/+0 |
* | video: get rid of swapped packed YUV | wm4 | 2017-06-30 | 1 | -1/+0 |
* | vo_direct3d: fix build | wm4 | 2017-06-29 | 1 | -1/+0 |
* | video: drop some unused IMGFMT aliases | wm4 | 2017-06-29 | 1 | -1/+0 |
* | options: remove deprecated sub-option handling for --vo and --ao | wm4 | 2016-11-25 | 1 | -1/+1 |
* | win32: fix some Clang warnings | James Ross-Gowan | 2016-11-17 | 1 | -1/+1 |
* | vo: remove unused VOCTRL_GET_PANSCAN | wm4 | 2016-09-08 | 1 | -2/+0 |
* | options: deprecate suboptions for the remaining AO/VOs | wm4 | 2016-09-05 | 1 | -0/+1 |
* | vo_direct3d: deprecate direct3d_shaders alias | wm4 | 2016-09-05 | 1 | -21/+0 |
* | vo_direct3d: add missing header | Paul B Mahol | 2016-08-14 | 1 | -0/+1 |
* | vo_direct3d: remove bitmap packer | wm4 | 2016-07-01 | 1 | -85/+70 |
* | Fix misspellings | stepshal | 2016-06-26 | 1 | -1/+1 |
* | vo_direct3d: remove passing device to decoder | wm4 | 2016-05-09 | 1 | -18/+0 |
* | video: remove some useless old RGB formats | wm4 | 2016-01-25 | 1 | -2/+0 |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 | 1 | -1/+1 |
* | csputils: rename "yuv2rgb" functions | wm4 | 2015-12-09 | 1 | -1/+1 |
* | vo_direct3d: fix operation | wm4 | 2015-10-31 | 1 | -7/+1 |
* | video/out: remove an unused parameter | wm4 | 2015-10-03 | 1 | -1/+1 |
* | win32: cleanup: remove some unneeded things | wm4 | 2015-10-02 | 1 | -1/+1 |
* | vo_direct3d: create multithreaded IDirect3DDevice9 | wm4 | 2015-07-30 | 1 | -1/+2 |
* | vo_direct3d, dxva2: use the same D3D device | wm4 | 2015-07-03 | 1 | -0/+18 |
* | video: do not align source position to 2 | wm4 | 2015-05-21 | 1 | -5/+9 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -5/+4 |
* | video/out: fix screenshot image formats | wm4 | 2015-04-07 | 1 | -1/+1 |
* | video/out: remove unused colorspace reporting | wm4 | 2015-03-31 | 1 | -9/+0 |
* | video: uninline memcpy_pic functions | wm4 | 2015-03-20 | 1 | -1/+0 |
* | osd: simplify an aspect of change detection handling | wm4 | 2015-03-18 | 1 | -9/+6 |
* | win32: fix some more -Wparentheses warnings | wm4 | 2015-03-04 | 1 | -1/+1 |
* | vo_direct3d: support NV12 with shaders | wm4 | 2015-03-02 | 1 | -45/+82 |
* | vo: simplify VOs by adding generic screenshot support | wm4 | 2015-01-24 | 1 | -27/+0 |
* | video: separate screenshot modes | wm4 | 2015-01-23 | 1 | -8/+6 |
* | video: remove vfcap.h | wm4 | 2015-01-21 | 1 | -3/+2 |
* | vo_direct3d: unify d3d "reset" and uninit paths | wm4 | 2015-01-21 | 1 | -24/+21 |
* | vo_direct3d: disable shaders if unavailable | wm4 | 2015-01-21 | 1 | -23/+24 |
* | vo_direct3d: fix shader colormatrix generation | wm4 | 2015-01-07 | 1 | -5/+5 |
* | csputils: move image_params -> csp_params into a function | wm4 | 2015-01-06 | 1 | -3/+1 |
* | csputils: get rid of mp_csp_details | wm4 | 2015-01-06 | 1 | -3/+3 |
* | vo_direct3d: check whether D3DFMT_A8 is available | wm4 | 2014-11-27 | 1 | -11/+29 |
* | vo_direct3d: fix texture-memory sub-option, extend it | wm4 | 2014-11-18 | 1 | -5/+13 |
* | command: make window-scale property observable | wm4 | 2014-11-02 | 1 | -0/+2 |
* | vo_direct3d: support nv12/nv21 directly | wm4 | 2014-10-26 | 1 | -0/+8 |
* | vo_direct3d: allow resizing before video init | wm4 | 2014-08-06 | 1 | -1/+1 |
* | win32: never call GetClientRect(0, ...) | wm4 | 2014-08-06 | 1 | -1/+2 |
* | win32: make private struct private, refactor | wm4 | 2014-07-26 | 1 | -4/+4 |
* | video/out: fix redrawing with no video frame for some VOs | wm4 | 2014-06-18 | 1 | -1/+3 |
* | vo: make draw_image and vo_queue_image transfer image ownership | wm4 | 2014-06-17 | 1 | -2/+5 |
* | video: introduce failure path for image allocations | wm4 | 2014-06-17 | 1 | -1/+4 |
* | video/out: change aspects of OSD handling | wm4 | 2014-06-15 | 1 | -5/+7 |
* | video: synchronize mpv rgb pixel format names with ffmpeg names | wm4 | 2014-06-14 | 1 | -3/+3 |
* | win32: don't use VOCTRL_UPDATE_SCREENINFO | wm4 | 2014-05-06 | 1 | -1/+1 |
* | Fix some libav* include statements | wm4 | 2014-04-19 | 1 | -4/+4 |
* | Fix compilation on OSX and win32 | wm4 | 2014-03-29 | 1 | -1/+1 |
* | video/out: remove legacy colorspace stuff | wm4 | 2014-03-29 | 1 | -13/+14 |
* | video/out: do remaining config to reconfig replacements | wm4 | 2014-01-24 | 1 | -22/+10 |
* | video/out: don't access aspdat in VOs | wm4 | 2014-01-22 | 1 | -4/+4 |
* | sub: uglify OSD code path with locking | wm4 | 2014-01-18 | 1 | -1/+1 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -2/+2 |
* | Rename sub.c/.h to osd.c/.h | wm4 | 2013-11-24 | 1 | -1/+1 |
* | m_config: refactor option defaults handling | wm4 | 2013-10-24 | 1 | -2/+8 |
* | video/out: remove useless info struct and redundant fields | wm4 | 2013-10-23 | 1 | -14/+4 |
* | video/out: always support redrawing VO window at any point | wm4 | 2013-10-02 | 1 | -0/+12 |
* | Some more mp_msg conversions | wm4 | 2013-08-23 | 1 | -78/+61 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -3/+3 |
* | video/out: remove options argument from preinit() | wm4 | 2013-07-22 | 1 | -1/+1 |
* | vo_direct3d: use new option API | wm4 | 2013-07-22 | 1 | -85/+34 |
* | vo_direct3d: fix warning on MinGW | wm4 | 2013-07-22 | 1 | -5/+0 |
* | direct3d: Fixes format string that assumed sizeof(LONG) == sizeof(long) | Diogo Franco (Kovensky) | 2013-07-20 | 1 | -1/+2 |
* | w32: use vo_w32_control() for all VOs | wm4 | 2013-05-26 | 1 | -32/+11 |
* | video: remove aspect.h includes from files which don't need it | wm4 | 2013-03-17 | 1 | -1/+0 |
* | core: simplify OSD capability handling, remove VFCAP_OSD | wm4 | 2013-03-01 | 1 | -11/+2 |
* | vo_direct3d: always clear window before drawing video | wm4 | 2013-02-24 | 1 | -15/+2 |
* | vo_direct3d: remove 2ch hack for 10 bit playback | wm4 | 2013-01-13 | 1 | -76/+5 |
* | video: remove img_format compat hacks | wm4 | 2013-01-13 | 1 | -13/+12 |
* | video: decouple internal pixel formats from FourCCs | wm4 | 2013-01-13 | 1 | -6/+6 |
* | video: cleanup: replace old mp_image function names | wm4 | 2013-01-13 | 1 | -3/+3 |
* | mp_image: require using mp_image_set_size() for setting w/h | wm4 | 2013-01-13 | 1 | -6/+4 |
* | vo_direct3d: simplify | wm4 | 2013-01-13 | 1 | -198/+55 |
* | video: remove slice based filtering and video output | wm4 | 2013-01-13 | 1 | -7/+1 |
* | video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_format | wm4 | 2013-01-13 | 1 | -3/+4 |
* | video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGE | wm4 | 2013-01-13 | 1 | -16/+13 |
* | options, vo_x11: remove -zoom option, make it default | wm4 | 2012-11-16 | 1 | -2/+1 |
* | video: add IMGFMT_Y16/PIX_FMT_GRAY16 | wm4 | 2012-11-14 | 1 | -2/+0 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -9/+9 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+2101 |