summaryrefslogtreecommitdiff
path: root/sys/d3d11
AgeCommit message (Expand)AuthorFilesLines
2021-09-20codecs: av1decoder: Use GstFlowReturn everywhereSeungha Yang1-26/+28
2021-09-20codecs: vp9decoder: Use GstFlowReturn everywhereSeungha Yang1-23/+25
2021-09-20codecs: vp8decoder: Use GstFlowReturn everywhereSeungha Yang1-22/+24
2021-09-18d3d11videosink: Display title of content if possibleSeungha Yang4-0/+94
2021-09-18d3d11videosink: Remove unused enum valueSeungha Yang1-1/+0
2021-09-17d3d11decoder: Refactor for more unified decoding flowSeungha Yang15-2698/+1801
2021-09-17d3d11decoder: Remove duplicated class_init and property related codeSeungha Yang8-387/+190
2021-09-17d3d11: Get rid of "extern "C"" wrapping for GST_DEBUG_CATEGORY_EXTERNSeungha Yang23-133/+31
2021-08-22d3d11bufferpool: Hide buffer_size field from headerSeungha Yang8-22/+75
2021-08-10d3d11window: Misc code cleanupSeungha Yang5-41/+25
2021-08-10d3d11compositor: Fix indentSeungha Yang1-1/+1
2021-08-02d3d11videosink: Fix warning around GstVideoOverlay::expose()Seungha Yang3-21/+12
2021-08-02d3d11videosink: Forward navigation event without modificationSeungha Yang1-44/+5
2021-08-02d3d11videosink: Add support for GstVideoOverlay::set_render_rectangleSeungha Yang4-18/+95
2021-07-05d3d11decoder: Enable zero-copy for QualcommSeungha Yang1-3/+0
2021-07-05d3d11vp9dec: Fix for incorrect use_prev_in_find_mv_refs settingSeungha Yang1-0/+21
2021-06-30d3d11compositor: Add scaling policy to support PAR-aware scalingSeungha Yang3-22/+174
2021-06-29d3d11: Add AV1 decoderSeungha Yang6-0/+1562
2021-06-23d3d11: Add support for GRAY and more YUV formatsSeungha Yang2-4/+337
2021-06-14d3d11decoder: Don't print error log when no DPB texture is availableSeungha Yang6-7/+12
2021-06-03d3d11: Add support for YV12 and NV21 formatsSeungha Yang1-107/+195
2021-06-03d3d11window_win32: Ensure closing internal HWND from window threadSeungha Yang1-56/+101
2021-05-29d3d11: Suppress some warning logsSeungha Yang1-1/+26
2021-05-28d3d11compositor: Reuse converter on alpha updateSeungha Yang1-2/+12
2021-05-28d3d11converter: Introduce config to be extensibleSeungha Yang9-66/+278
2021-05-28d3d11shader: Don't hold state object in GstD3D11QuadSeungha Yang5-48/+32
2021-05-26d3d11compositor: Fix caps update handlingSeungha Yang1-25/+7
2021-05-20d3d11desktopdupsrc: Add support for desktop size/rotation mode changeSeungha Yang4-104/+139
2021-05-20d3d11compositor: Fix missing D3D11 prefixSeungha Yang3-4/+4
2021-04-30d3d11desktopdup: Don't ignore error DXGI_ERROR_UNSUPPORTEDSeungha Yang3-7/+56
2021-04-30d3d11desktopdup: Support desktop switchesJakub Adam1-0/+11
2021-04-28d3d11: Handle device changeSeungha Yang4-8/+310
2021-04-28d3d11videosink: Delay window setup as much as possibleSeungha Yang1-6/+37
2021-04-28d3d11: Don't accept buffer pool which holds different deviceSeungha Yang5-21/+59
2021-04-28d3d11decoder: Run gst-indentSeungha Yang1-3/+2
2021-04-24d3d11decoder: Set flushing to internal pool on flush eventSeungha Yang7-37/+102
2021-04-23d3d11: Fix wrong GstD3D11BufferPool type checkSeungha Yang2-2/+2
2021-04-20d3d11: Remove d3d11videosink wrapper binSeungha Yang6-732/+88
2021-04-15d3d11: pluginutils: Fix wrong gst_memory_unmap() on _map() failureSeungha Yang1-1/+1
2021-04-07codecs: vp9decoder: Pass GstVideoCodecFrame to duplicate_picture()Seungha Yang1-2/+2
2021-04-07codecs: vp9decoder: Port to GstVp9StatefulParserSeungha Yang1-72/+82
2021-04-01d3d11: Fix for UYVY/VYUY format renderingSeungha Yang2-47/+46
2021-03-28d3d11vp9dec: Remove debug dump functionsSeungha Yang1-107/+0
2021-03-28d3d11decoder: Move zero-copy decision logic into decoder objectSeungha Yang7-297/+129
2021-03-26d3d11vp9dec: Ignore show_frame flag in output_picture()Seungha Yang1-2/+0
2021-03-26d3d11decoder: Do not hardcode the limit minimum resolution to 64Seungha Yang5-20/+20
2021-03-25d3d11videosink: Remove DirectWrite related dead codeSeungha Yang4-317/+17
2021-03-24d3d11decoder: Resurrect zero-copy for fixed-size DPB poolSeungha Yang1-8/+83
2021-03-24d3d11decoder: Implement array-of-texture DPB againSeungha Yang7-110/+146
2021-03-24d3d11: Implement memory poolSeungha Yang4-114/+81