| Commit message (Expand) | Author | Age | Files | Lines |
* | lavu/hwcontext_d3d: Cast src pointers calling av_image_copy*(). | Carl Eugen Hoyos | 2019-04-19 | 1 | -2/+2 |
* | Merge commit '8f144d9e3d5cb2ca92e5bdf7cc9f72effa1bd2ce' | James Almer | 2018-04-13 | 1 | -4/+0 |
|\ |
|
| * | Drop Windows XP support remnants | Diego Biurrun | 2018-04-09 | 1 | -4/+0 |
| * | avutil/hwcontext_dxva2: Don't improperly free IDirect3DSurface9 objects | Aaron Levinson | 2017-05-20 | 1 | -1/+8 |
| * | hwcontext_dxva2: support D3D9Ex | wm4 | 2017-02-11 | 1 | -30/+87 |
* | | hwcontext_dxva2: initialize D3DDISPLAYMODEEX correctly | wm4 | 2018-01-04 | 1 | -0/+1 |
* | | libavutil/hwcontext_dxva2: Add check for possible errors from GetAdapterDispl... | Humberto Ribeiro | 2018-01-04 | 1 | -1/+5 |
* | | avutil/hwcontext_dxva2: return an error when buffer allocation fails | James Almer | 2017-09-19 | 1 | -1/+3 |
* | | avutil/hwcontext_dxva2: Don't improperly free IDirect3DSurface9 objects | Aaron Levinson | 2017-05-16 | 1 | -1/+8 |
* | | Merge commit 'e18ba2dfd2d19aedc8afccf011d5fd0833352423' | Hendrik Leppkes | 2017-04-01 | 1 | -0/+6 |
|\| |
|
| * | hwcontext_dxva2: make sure the sw frame format is the right one during transfer | Anton Khirnov | 2016-11-18 | 1 | -0/+6 |
* | | Merge commit '5a1d605ceae448b476a525f7368ec452000d1f26' | Hendrik Leppkes | 2017-04-01 | 1 | -20/+33 |
|\| |
|
| * | hwcontext_dxva2: split transfer_data() into upload/download functions | Anton Khirnov | 2016-11-18 | 1 | -20/+33 |
* | | Merge commit '9d7026574bbbe67d004a1c32911da75375692967' | Hendrik Leppkes | 2017-04-01 | 1 | -3/+9 |
|\| |
|
| * | hwcontext_dxva2: fix handling of the mapping flags | Anton Khirnov | 2016-11-18 | 1 | -3/+9 |
* | | Merge commit '0d3176e32f351d18d6174d8b05796829a75a4c6b' | Hendrik Leppkes | 2017-04-01 | 1 | -0/+4 |
|\| |
|
| * | hwcontext_dxva2: do not assume the destination format during mapping is alway... | Anton Khirnov | 2016-11-18 | 1 | -0/+4 |
* | | Merge commit '10065d9324c2e35ce7040b6a2b9ebf6079bcbf42' | Hendrik Leppkes | 2017-03-30 | 1 | -2/+18 |
|\| |
|
| * | hwcontext_dxva2: add support for the P8 format | Anton Khirnov | 2016-11-07 | 1 | -2/+18 |
* | | Merge commit '910973765417f06a4a9ccbd006e4df74c32ecb01' | Hendrik Leppkes | 2017-03-30 | 1 | -21/+68 |
|\| |
|
| * | hwcontext_dxva2: frame mapping support | Anton Khirnov | 2016-11-07 | 1 | -21/+68 |
* | | Merge commit 'f01f7a7846529b7c3ef343f117eaa2c0a1457af0' | Clément Bœsch | 2017-03-20 | 1 | -2/+7 |
|\| |
|
| * | hwcontext_dxva2: use the special UC copy for downloading frames | Anton Khirnov | 2016-08-31 | 1 | -2/+7 |
* | | hwcontext_dxva2: support D3D9Ex | wm4 | 2017-02-13 | 1 | -30/+87 |
* | | Merge commit '2ef87815fec059504370ae3050cc243a53553915' | Hendrik Leppkes | 2016-11-14 | 1 | -24/+14 |
|\| |
|
| * | hwcontext_dxva2: add support for p010 | Anton Khirnov | 2016-07-02 | 1 | -12/+15 |
* | | avutil/hwcontext_dxva.c: Use new safe dlopen code. | Matt Oliver | 2016-11-05 | 1 | -7/+8 |
* | | hwcontext_dxva2: Use GetDesktopWindow instead of GetShellWindow | Hendrik Leppkes | 2016-06-26 | 1 | -1/+1 |
* | | Merge commit '8e70385a8ed06f96f1e9e35cf7b6788a5c56eded' | Hendrik Leppkes | 2016-06-26 | 1 | -0/+133 |
|\| |
|
| * | hwcontext_dxva2: implement device creation | Anton Khirnov | 2016-05-26 | 1 | -0/+133 |
* | | hwcontext_dxva2: support P010 10-bit surfaces | Hendrik Leppkes | 2016-06-22 | 1 | -4/+18 |
* | | Merge commit 'c46db38cde8e8fd8ecb1c6602f10ec0e002f29a8' | Hendrik Leppkes | 2016-06-22 | 1 | -4/+4 |
|/ |
|
* | hwcontext: add a dxva2 implementation | Anton Khirnov | 2016-05-17 | 1 | -0/+292 |