summaryrefslogtreecommitdiff
path: root/sys/d3d11/gstd3d11vp9dec.cpp
Commit message (Expand)AuthorAgeFilesLines
* codecs: vp9decoder: Use GstFlowReturn everywhereSeungha Yang2021-09-201-23/+25
* d3d11decoder: Refactor for more unified decoding flowSeungha Yang2021-09-171-297/+190
* 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
* d3d11vp9dec: Fix for incorrect use_prev_in_find_mv_refs settingSeungha Yang2021-07-051-0/+21
* 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
* codecs: vp9decoder: Pass GstVideoCodecFrame to duplicate_picture()Seungha Yang2021-04-071-2/+2
* codecs: vp9decoder: Port to GstVp9StatefulParserSeungha Yang2021-04-071-72/+82
* d3d11vp9dec: Remove debug dump functionsSeungha Yang2021-03-281-107/+0
* d3d11decoder: Move zero-copy decision logic into decoder objectSeungha Yang2021-03-281-84/+24
* d3d11vp9dec: Ignore show_frame flag in output_picture()Seungha Yang2021-03-261-2/+0
* 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-9/+11
* 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-27/+13
* d3d11decoder: Get rid of private structSeungha Yang2021-03-141-2/+2
* Revert "d3d11vp9dec: Add support for internal frame resizing"Seungha Yang2021-03-141-4/+0
* d3d11: Port to C++Seungha Yang2021-03-141-0/+1262