summaryrefslogtreecommitdiff
path: root/sys/d3d11/gstd3d11vp8dec.cpp
Commit message (Expand)AuthorAgeFilesLines
* codecs: vp8decoder: Use GstFlowReturn everywhereSeungha Yang2021-09-201-22/+24
* d3d11decoder: Refactor for more unified decoding flowSeungha Yang2021-09-171-286/+177
* d3d11decoder: Remove duplicated class_init and property related codeSeungha Yang2021-09-171-62/+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-39/+5
* 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-15/+14
* 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-11/+7
* d3d11decoder: Move profile GUID handling into decoder objectSeungha Yang2021-03-141-11/+4
* d3d11decoder: Get rid of private structSeungha Yang2021-03-141-1/+1
* d3d11: Port to C++Seungha Yang2021-03-141-0/+951