summaryrefslogtreecommitdiffstats
path: root/libavcodec/d3d11va.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'bb198c4997d5036f3bf91de51e44f807115677d0'Hendrik Leppkes2015-10-051-0/+10
|\ | | | | | | | | | | | | * commit 'bb198c4997d5036f3bf91de51e44f807115677d0': d3d11va: make av_d3d11va_alloc_context() available at all times Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * d3d11va: make av_d3d11va_alloc_context() available at all timesAnton Khirnov2015-10-031-0/+10
| | | | | | | | The public API should not depend on the build configuration.
* | Merge commit 'f3202871598f59b570b31b01cfeb64b8fedbd700'Hendrik Leppkes2015-10-051-0/+5
|\ \ | |/ | | | | | | | | | | * commit 'f3202871598f59b570b31b01cfeb64b8fedbd700': d3d11va: check for malloc failure Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * d3d11va: check for malloc failureAnton Khirnov2015-10-031-0/+5
| |
* | avcodec/d3d11va: Fix project nameMichael Niedermayer2015-09-271-4/+4
|/ | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* d3d11va: WindowsPhone requires a mutex around ID3D11VideoContextSteve Lhomme2015-09-171-0/+33
OpenPOWER on IntegriCloud