summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* msdkh265enc: let MSDK select the encoding mode by defaultHaihao Xiang2020-07-062-7/+10
* decklinkvideosink: write the cdp timecode data correctlyMatthew Waters2020-07-031-18/+34
* v4l2decoder: Track pending requestNicolas Dufresne2020-07-021-3/+38
* v4l2decoder: Improve debug tracingNicolas Dufresne2020-07-021-2/+11
* v4l2decoder: Convert request pool to GstQueueArrayNicolas Dufresne2020-07-021-6/+8
* v4l2slh264dec: Wait on previous pending request in slice modeNicolas Dufresne2020-07-021-3/+13
* v4l2slh264dec: Renew bitstream buffer after submitting sliceNicolas Dufresne2020-07-021-6/+11
* v4l2slh264dec: Factor out bitstream allocationNicolas Dufresne2020-07-021-20/+30
* v4l2slh264dec: Add a helper to ensure output bufferNicolas Dufresne2020-07-021-22/+37
* v4l2slh264dec: Factor out request waitNicolas Dufresne2020-07-021-11/+20
* v4l2slh264dec: Remove double return in submit_bitstream()Nicolas Dufresne2020-07-021-10/+10
* v4l2slh264dec: Fix typo in debug traceNicolas Dufresne2020-07-021-1/+1
* docs: remove gst prefix from plugin titlesMathieu Duponchelle2020-07-023-3/+3
* plugins: Update for documentation of Windows pluginsSeungha Yang2020-07-0213-149/+235
* nvcodec: Update for documentationSeungha Yang2020-07-024-53/+222
* dxgiscreencapsrc: Add missing debug category initSeungha Yang2020-06-301-0/+2
* va: VA-API H.264 decoder and infrastructureVíctor Manuel Jáquez Leal2020-06-2825-1/+5612
* d3d11h265dec: Fix possible invalid memory accessSeungha Yang2020-06-251-2/+4
* nvh265sldec: Fix possible invalid memory accessSeungha Yang2020-06-251-16/+31
* d3d11videosink: Disable d3d11videosink depending on supported feature levelSeungha Yang2020-06-251-4/+34
* avfvideosrc: wait for permissions request dialog callbackKevin King2020-06-241-0/+11
* nvh264sldec: Remove useless double spaceSeungha Yang2020-06-241-1/+1
* nvcodec: Add H265 stateless codec implementationSeungha Yang2020-06-244-11/+1147
* nvcodec: Move common methods to nvdecoderSeungha Yang2020-06-243-240/+361
* nvh264sldec: Declare OpenGL related objects unconditionallySeungha Yang2020-06-241-27/+35
* nvh264sldec: Fix for possible wrong device selctionSeungha Yang2020-06-241-1/+2
* docs: mark more types as plugin APIMathieu Duponchelle2020-06-233-0/+9
* d3d11window_win32: Chain up mouse event to parent windowSeungha Yang2020-06-221-1/+7
* dxgiscreencapsrc: Load HLSL compiler library using g_module_openSeungha Yang2020-06-226-16/+77
* dxgiscreencapsrc: Reorganize debug category usageSeungha Yang2020-06-223-4/+10
* winscreencap: Remove trailing whitespacesSeungha Yang2020-06-222-16/+16
* d3d11device: Print supported DXGI format for debuggingSeungha Yang2020-06-221-3/+18
* d3d11: Load HLSL compiler library using g_module_openSeungha Yang2020-06-224-9/+75
* d3d11shader: Add missing config.h includeSeungha Yang2020-06-221-0/+4
* mediafoundation: Add VP9 encoder elementSeungha Yang2020-06-224-0/+831
* mfvideosrc: Add support for jpeg on Win32 applicationSeungha Yang2020-06-175-27/+134
* mfvideosrc: Fix wrong castingSeungha Yang2020-06-171-1/+2
* mfvideosrc: Add support YUY2 format for UWPSeungha Yang2020-06-171-0/+3
* mediafoundation: Drop IMFCaptureEngine implementationSeungha Yang2020-06-175-912/+3
* 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
* winscreencap: Add dxgiscreencapsrc element.Jun-ichi OKADA2020-06-166-4/+2033
* msdkdec: hold a reference for the surfaces locked by msdkXu Guangxin2020-06-153-89/+116
* wasapi2: Fallback to IAudioClient interface if IAudioClient3 API is unavailableSeungha Yang2020-06-111-5/+24