summaryrefslogtreecommitdiff
path: root/sys/d3d11/gstd3d11h264dec.cpp
Commit message (Expand)AuthorAgeFilesLines
* d3d11decoder: Refactor for more unified decoding flowSeungha Yang2021-09-171-622/+371
* d3d11decoder: Remove duplicated class_init and property related codeSeungha Yang2021-09-171-63/+12
* d3d11: Get rid of "extern "C"" wrapping for GST_DEBUG_CATEGORY_EXTERNSeungha Yang2021-09-171-6/+0
* d3d11decoder: Don't print error log when no DPB texture is availableSeungha Yang2021-06-141-1/+1
* d3d11decoder: Set flushing to internal pool on flush eventSeungha Yang2021-04-241-6/+16
* d3d11decoder: Move zero-copy decision logic into decoder objectSeungha Yang2021-03-281-44/+4
* d3d11decoder: Do not hardcode the limit minimum resolution to 64Seungha Yang2021-03-261-4/+4
* d3d11decoder: Implement array-of-texture DPB againSeungha Yang2021-03-241-12/+8
* d3d11decoder: Do negotiation again per forward/reverse playback mode changeSeungha Yang2021-03-161-0/+13
* d3d11decoder: Refactor device open step and negotiationSeungha Yang2021-03-141-12/+9
* d3d11decoder: Move profile GUID handling into decoder objectSeungha Yang2021-03-141-30/+7
* d3d11decoder: Get rid of private structSeungha Yang2021-03-141-2/+2
* d3d11: Port to C++Seungha Yang2021-03-141-0/+1382