summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* va: sort the device queueHaihao Xiang2021-02-021-1/+10
* v4l2decoder: Small documentation fixSeungha Yang2021-02-021-5/+5
* v4l2codecs: h264: Enable 1 frame delay on non-liveNicolas Dufresne2021-01-292-4/+27
* v4l2codecs: Add support for render delayNicolas Dufresne2021-01-292-3/+43
* v4l2codecs: Coding style fixNicolas Dufresne2021-01-291-2/+1
* v4l2codecs: Poll inside set_done()Nicolas Dufresne2021-01-294-32/+11
* v4l2codecs: Make request structure ref-countedNicolas Dufresne2021-01-294-16/+46
* v4l2codecs: Rework handling of queues and pending requestsNicolas Dufresne2021-01-294-171/+235
* decklink: Fixed decklinkvideosink auto format detectionStaz M2021-01-291-1/+2
* nvh264sldec: Add support for output-delay to improve throughput performanceSeungha Yang2021-01-291-0/+17
* d3d11videosink: Don't limit max buffers of buffer poolSeungha Yang2021-01-271-4/+5
* d3d11: Suppress some warning debug messagesSeungha Yang2021-01-271-1/+2
* d3d11videosink: Add support for drawing on application's own textureSeungha Yang2021-01-269-35/+1097
* d3d11: Add support for MPEG-2 video decodingSeungha Yang2021-01-256-0/+1075
* va: filter: fix assignation to proper variableVíctor Manuel Jáquez Leal2021-01-221-1/+1
* mfvideoenc: Add support for P010 d3d11 textureSeungha Yang2021-01-211-6/+24
* d3d11: Don't use hardcoded maximum resolution valueSeungha Yang2021-01-2011-209/+271
* d3d11videosink: Fix ugly thread name for Win32 window impl.Seungha Yang2021-01-191-1/+1
* d3d11videosink: Fix MSVC build warnings around UWP codeSeungha Yang2021-01-192-6/+0
* d3d11: Allow building UWP features with Desktop features if possibleSeungha Yang2021-01-193-8/+15
* d3d11decoder: Do more retry for ID3D11VideoContext::DecoderBeginFrame failureSeungha Yang2021-01-181-6/+10
* d3d11videosink: Fix build error on UWPSeungha Yang2021-01-181-1/+1
* va: Fix some gst_object_unref error because the pointer is NULL.He Junyan2021-01-172-9/+11
* va: Make the caps pointer operation atomic in vadecoder.He Junyan2021-01-151-2/+2
* va: Fix a latent race condition in vabasedec.He Junyan2021-01-152-19/+58
* decklinkaudiosrc: Allow disabling audio sample alignment code by setting the ...Sebastian Dröge2021-01-141-1/+5
* mfvideoenc: Add support for Direct3D11 textureSeungha Yang2021-01-1312-158/+1129
* d3d11: Move core methods to gst-libsSeungha Yang2021-01-1351-4806/+690
* va: allocator: Fix deadlock caused by double lockSeungha Yang2021-01-121-2/+2
* meson: va: Skip configuration on non-linux environmentSeungha Yang2021-01-071-1/+2
* msdkenc: the unit for max-frame-size is kbyteHaihao Xiang2021-01-071-1/+1
* va: mpeg2dec: refactor the picture reference fillingVíctor Manuel Jáquez Leal2021-01-061-29/+38
* va: mpeg2dec: set first field either frame or has a first fieldVíctor Manuel Jáquez Leal2021-01-061-1/+9
* va: display: parse and set driver implementationVíctor Manuel Jáquez Leal2021-01-052-10/+64
* va: display: add function precondition checkVíctor Manuel Jáquez Leal2021-01-052-2/+6
* va: mpeg2dec: Using the current picture's surface when missing reference.He Junyan2021-01-041-2/+6
* va: mpeg2dec: Apply buffer_flags to the output buffer.He Junyan2021-01-041-0/+11
* msdkenc{h264,h265}: add min-qp and max-qp propertiesHaihao Xiang2020-12-304-0/+77
* msdkenc{h264,h265}: add p-pyramid propertyHaihao Xiang2020-12-304-0/+50
* msdkh265enc: add b-pyramid propertyHaihao Xiang2020-12-302-0/+24
* msdkh265enc: add transform-skip propertyHaihao Xiang2020-12-304-0/+49
* msdk: needn't close mfx session when failedHaihao Xiang2020-12-301-1/+0
* d3d11compositor: Add support for resolution changeSeungha Yang2020-12-281-1/+25
* d3d11shader: Fix ID3DBlob object leakSeungha Yang2020-12-281-0/+7
* va: mpeg2dec: cosmetic changesVíctor Manuel Jáquez Leal2020-12-281-36/+24
* va: Add mpeg2 VA decoder.He Junyan2020-12-286-1/+764
* mfvideoenc: Re-define default GOP size valueSeungha Yang2020-12-275-30/+90
* mfvideoenc: Fix use of uninitialized valueSeungha Yang2020-12-271-1/+1
* d3d11device: Add property for getting adapter LUIDSeungha Yang2020-12-262-3/+19
* mfvideoenc: Remove duplicated class registration codeSeungha Yang2020-12-266-1170/+536