summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* d3d11: Use render-target and shader-resource bind flags by defaultSeungha Yang2021-03-172-8/+114
* va: vpp: Fix features lost in transform_caps().He Junyan2021-03-171-24/+71
* d3d11decoder: WARNING if ID3D11VideoDevice is unavailable, not ERRORSeungha Yang2021-03-161-2/+2
* mediafoundation: Fix resource leakSeungha Yang2021-03-162-0/+14
* d3d11colorconvert: Fix caps leakSeungha Yang2021-03-161-0/+1
* va: postproc: synchronize segment with stream timeVíctor Manuel Jáquez Leal2021-03-161-0/+10
* d3d11decoder: Do negotiation again per forward/reverse playback mode changeSeungha Yang2021-03-167-7/+122
* d3d11videosink: Avoid switching conversion tool during playbackSeungha Yang2021-03-153-25/+78
* va: postproc: only drop filters if they changeVíctor Manuel Jáquez Leal2021-03-153-6/+40
* d3d11decoder: Refactor device open step and negotiationSeungha Yang2021-03-147-220/+247
* d3d11decoder: Move profile GUID handling into decoder objectSeungha Yang2021-03-147-140/+164
* d3d11decoder: Get rid of private structSeungha Yang2021-03-147-216/+178
* Revert "d3d11vp9dec: Add support for internal frame resizing"Seungha Yang2021-03-142-295/+11
* d3d11device: Hold ID3D11VideoDevice and ID3D11VideoContext objectSeungha Yang2021-03-143-52/+46
* d3d11: Run gst-indent for all C++ codeSeungha Yang2021-03-146-113/+155
* d3d11: Port to C++Seungha Yang2021-03-1433-1186/+1064
* va: postproc: update passthrough and reconfigure padsVíctor Manuel Jáquez Leal2021-03-121-1/+34
* nvh264sldec: Reopen decoder object if larger DPB size is requiredSeungha Yang2021-03-071-0/+24
* d3d11: Fix an HLSL compiler warningSeungha Yang2021-03-041-2/+38
* d3d11h264dec: Keep track of actually configured DPB sizeSeungha Yang2021-03-041-1/+6
* v4l2codecs: h264: retrieve interlaced informationBenjamin Gaignard2021-03-021-3/+19
* v4l2codecs: h264: Reduce controls for subsequent slicesNicolas Dufresne2021-03-021-22/+29
* v4l2codecs: h264: Implement optional scaling matrixEzequiel Garcia2021-03-021-9/+25
* v4l2codecs: h264: Only set SPS control if neededEzequiel Garcia2021-03-021-7/+13
* v4l2codecs: h264: Only slice-based need SLICE_PARAMS and PRED_WEIGHTSEzequiel Garcia2021-03-021-19/+27
* v4l2codecs: h264: Add API checksEzequiel Garcia2021-03-023-0/+110
* v4l2codecs: h264: Update to the new uAPIEzequiel Garcia2021-03-028-593/+907
* v4l2codecs: h264: Set the scaling matrix present flag unconditionallyEzequiel Garcia2021-03-021-1/+1
* va: postproc: mention the possibility of color balanceVíctor Manuel Jáquez Leal2021-03-021-0/+4
* va: vp8dec, vp9dec: only set NV12 color format for documentationVíctor Manuel Jáquez Leal2021-03-022-2/+2
* d3d11convert: Forward colorimetry and chroma-site from upstreamSeungha Yang2021-03-021-0/+103
* d3d11convert: Add support for border drawingSeungha Yang2021-03-021-38/+250
* d3d11convert: Prefer video processor over shaderSeungha Yang2021-03-021-1/+7
* d3d11videoprocessor: Disable auto processing mode explicitlySeungha Yang2021-03-021-0/+7
* d3d11decoder: Add trace log for DPB pool size debuggingSeungha Yang2021-03-021-0/+3
* d3d11decoder: Always use render-target bind flag for downstream poolSeungha Yang2021-03-021-5/+5
* d3d11: Fix wrong preprocessing blocksSeungha Yang2021-03-026-18/+18
* va: vpp: fix a wrong caps logic in vpp_transform_caps().He Junyan2021-03-011-2/+4
* decklinkvideosink: Use correct numerator for 29.97fpsSebastian Dröge2021-02-261-1/+1
* decklinksrc: Use a more accurate capture timeEdward Hervey2021-02-261-0/+35
* va: allocator: No need of fourcc to create surface.Víctor Manuel Jáquez Leal2021-02-251-2/+2
* va: vpp: implement GstColorBalance interfaceVíctor Manuel Jáquez Leal2021-02-253-3/+182
* va: filter: add controllable and mutable playing to GParamFlagsVíctor Manuel Jáquez Leal2021-02-251-5/+4
* msdk: allow user specify a drm device via an env variableHaihao Xiang2021-02-242-2/+29
* VA: Add the vaav1dec element as the av1 decoder.He Junyan2021-02-236-2/+1062
* VA: Add the aux surface for gst buffer used by decoder.He Junyan2021-02-234-3/+144
* VA: Add a helper function of decoder_add_slice_buffer_with_n_params.He Junyan2021-02-232-4/+21
* va: allocator: replace assert with error log in va alloc.He Junyan2021-02-231-1/+4
* d3d11: Documentation updateSeungha Yang2021-02-2314-45/+337
* d3d11: Reorganize class hierarchy of convert elementsSeungha Yang2021-02-232-119/+188