summaryrefslogtreecommitdiff
path: root/sys/d3d11
Commit message (Expand)AuthorAgeFilesLines
* d3d11: Don't assume response of context query has valid d3d11 device contextSeungha Yang2020-06-161-7/+11
* d3d11decoder: Disable zero-copy for blacklisted deviceSeungha Yang2020-06-166-1/+26
* d3d11decoder: Adjust alignment constraint for Xbox deviceSeungha Yang2020-06-161-1/+5
* d3d11window: Do not configure video processor for Xbox deviceSeungha Yang2020-06-161-5/+11
* d3d11utils: Add a helper method for checking Xbox deviceSeungha Yang2020-06-162-0/+23
* d3d11videosink: Use GPU memory copy if possibleSeungha Yang2020-06-161-2/+51
* d3d11videosink: Ensure shader resource view of fallback bufferSeungha Yang2020-06-161-0/+14
* d3d11window: Fix typo "configureed"Seungha Yang2020-06-161-3/+3
* d3d11overlaycompositor: Fix wrong Y position calculationSeungha Yang2020-06-051-6/+20
* d3d11videosink: Assign primary rankSeungha Yang2020-06-031-1/+1
* d3d11window_win32: Create internal window on parent window's threadSeungha Yang2020-05-271-60/+78
* d3d11window: Add unprepare method to clear internal resourceSeungha Yang2020-05-276-10/+60
* d3d11convert: Fix fallback texture setup when resolution is not even numberSeungha Yang2020-05-192-6/+50
* d3d11convert: Fix fallback texture copySeungha Yang2020-05-191-3/+4
* d3d11: Add support for video rescale and rename element to d3d11convertSeungha Yang2020-05-192-63/+534
* d3d11: Move scoring util method for colorspace conversion to colorconvert ele...Seungha Yang2020-05-193-204/+204
* codecs: h264decoder: ref pic lists as decode_slice parametersVíctor Manuel Jáquez Leal2020-05-191-2/+4
* d3d11vp8dec: Remove useless assign operationSeungha Yang2020-05-051-1/+0
* d3d11window: Fix processor output view resource leakSeungha Yang2020-05-051-0/+5
* d3d11h264dec: Rearrange the order of supported profiles in capsSeungha Yang2020-04-291-1/+2
* d3d11h264dec: Add constrained-baseline and baseline profileSeungha Yang2020-04-291-1/+1
* d3d11device: Add fallback for device creationSeungha Yang2020-04-281-0/+24
* d3d11vp8dec: Remove unused parametersNicolas Dufresne2020-04-281-5/+4
* d3d11decoder: Fix wrong return type from output_picture vfuncSeungha Yang2020-04-234-4/+4
* d3d11decoder: Add VP8 decoder elementSeungha Yang2020-04-226-7/+996
* d3d11decoder: Add helper methods for negotiation and decide_allocationSeungha Yang2020-04-225-343/+183
* d3d11window: Fix videoprocessor leakSeungha Yang2020-04-211-9/+3
* d3d11device: Drop floating reference countSeungha Yang2020-04-211-2/+3
* meson: Don't use get_option('buildtype')Nirbheek Chauhan2020-04-031-1/+1
* d3d11: Update for video-hdr struct changeSeungha Yang2020-04-011-33/+13
* d3d11decoder: Add support for array of texture DPBSeungha Yang2020-03-301-22/+88
* Revert "d3d11decoder: Check decoder status report"Seungha Yang2020-03-285-170/+3
* d3d11window: Always reuse swapchainSeungha Yang2020-03-281-6/+1
* d3d11window: Reorganize display colorspace selectionSeungha Yang2020-03-284-229/+321
* d3d11vp9dec: Add support for internal frame resizingSeungha Yang2020-03-095-64/+342
* d3d11decoder: Set GstVideoAlignment to downstream d3d11 buffer poolSeungha Yang2020-03-093-18/+48
* d3d11decoder: Use aligned resolution for staging textureSeungha Yang2020-03-091-33/+30
* d3d11colorconverter: Add support croppingSeungha Yang2020-03-092-0/+141
* d3d11bufferpool: Add padding space for semi-planar YUV formatsSeungha Yang2020-03-091-3/+23
* h265decoder: Pass max_dpb_size to new_sequence vfuncSeungha Yang2020-03-081-6/+4
* d3d11h264dec: Make use of max_dpb_size passed by baseclassSeungha Yang2020-03-081-4/+3
* d3d11h265dec: Fix scaling list parsingSeungha Yang2020-03-071-26/+24
* d3d11h265dec: Properly signal the ucNumDeltaPocsOfRefRpsIdxSeungha Yang2020-03-071-1/+1
* h265decoder: Port to nal type classification macroSeungha Yang2020-03-051-3/+3
* d3d11: Use gst_video_decoder_get_frame()Nicolas Dufresne2020-03-053-70/+6
* codecs: Pass the max_dpb_size to new_segment virtualNicolas Dufresne2020-03-051-2/+2
* Move CODEC base classes into it's own libraryNicolas Dufresne2020-03-0516-5764/+7
* d3d11vp9dec: Add support for reverse playbackSeungha Yang2020-03-031-184/+224
* d3d11videosink: Clarify the meaning of various width and height variablesSeungha Yang2020-03-024-48/+25
* d3d11vp9dec: Port to GstVP9SuperframeInfoYeongjin Jeong2020-03-021-61/+10