summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* nvenc: More clean up on stop for encoder to be reusableSeungha Yang2019-05-021-0/+5
* nvenc: Ensure drain all frames on finishSeungha Yang2019-05-021-18/+20
* nvenc: Fix GValue leaksYeongjin Jeong2019-05-022-12/+24
* wasapi: Fixed corner-cases in mapping of channel maskJacek Tomaszewski2019-05-021-6/+15
* wasapi: Fix infinite loop when the device disappearsNirbheek Chauhan2019-05-023-27/+67
* kmssink: Avoiding get_property to take ownership of object membersNaveen Cherukuri2019-05-021-2/+2
* dshowvideosrc: fix template caps to reflect actual supported capsJoshua M. Doe2019-05-021-8/+3
* ksvideosrc: initialize pointer to satisfy MSVCJoshua M. Doe2019-05-021-1/+1
* ksvideosrc: support 'Y16 ' FOURCC as GRAY16_LEJoshua M. Doe2019-05-021-4/+10
* decklinkvideosink: fix segfault when audiosink is closed before videosinkBrad Reitmeyer2019-05-021-1/+1
* decklinkvideosrc: respect pixel format property even if mode is set to autoJoshua M. Doe2019-05-022-2/+9
* msdk: fix intel sdk libdir pathFlorent Thiéry2018-11-071-1/+1
* d3dvideosink: Fix calculating buffer size of packed formatSeungha Yang2018-11-071-13/+1
* d3dvideosink: Set actual buffer size to buffer poolSeungha Yang2018-11-071-70/+122
* d3dvideosink: Don't leak GThread objectSeungha Yang2018-11-072-0/+9
* shmsrc: delay fd removal until there's no usesJosep Torra2018-11-071-3/+4
* shmsrc: fixes a crash when is-live is true due a race conditionJosep Torra2018-11-071-27/+42
* shmsink: do not keep locking if element is unlockedAleix Conchillo Flaqué2018-11-071-0/+6
* msdk: Fix building on MSVCSeungha Yang2018-10-022-1/+5
* wasapisink: recover from low buffer levels in shared modeChristoph Reiter2018-09-211-27/+47
* wasapi: Remove code that sets thread priorityNirbheek Chauhan2018-09-116-84/+4
* wasapi: Fix build with Windows 8.1 SDKNirbheek Chauhan2018-09-102-2/+8
* ksvideosrc: fix device enumeration when hotplugging a cameraJerome Laheurte2018-09-081-4/+5
* dvb: Fix string copy wiht strlen() argumentEdward Hervey2018-08-081-1/+1
* wasapisrc: Correctly disable provide-clockNirbheek Chauhan2018-08-021-3/+3
* wasapisink: fix regression in shared mode segment sizeChristoph Reiter2018-08-021-3/+9
* kmssink: Add support for mxsfb-drm driverGary Bisson2018-07-251-1/+1
* kmssink: Add new entry for Xilinx DRM DriverDevarsh Thakkar2018-07-251-1/+2
* kmssink: Add support for the Allwinner DRM driver (sun4i-drm)Paul Kocialkowski2018-07-251-1/+1
* decklink: Fix warning about HRESULT not being unsigned intNirbheek Chauhan2018-07-181-1/+1
* dvb: Fix typo in comment terminationJan Schmidt2018-07-181-1/+1
* dvb: camconditionalaccess: fix wrong license headersAlessandro Decina2018-07-182-26/+26
* wasapisink: fix a rounding error when calculating the buffer frame countChristoph Reiter2018-05-251-3/+5
* wasapisink: fix missing unlock in case IAudioClient_Start failsChristoph Reiter2018-05-251-1/+2
* wasapi: use FAILED to detect errorsChristoph Reiter2018-05-231-1/+1
* wasapi: Don't pass CoTaskMemFree to g_clear_pointerChristoph Reiter2018-05-232-2/+4
* nvdec: Add colorimetry info to the capsJan Schmidt2018-05-141-0/+98
* nvdec: Use gst_video_info_to_caps to build caps.Jan Schmidt2018-05-141-8/+14
* wasapisrc: Don't provide a clock based on WASAPI's clockNirbheek Chauhan2018-04-181-0/+12
* msdk: jpegdec: Fix non-interleaved sample decodeSreerenj Balachandran2018-04-161-0/+8
* wasapi: Also call CoInitialize in prepare()Nirbheek Chauhan2018-04-163-14/+10
* resindvd, uvch264src, dx9screencapsrc: fix clock ref leaks in error pathsGarima Gaur2018-04-162-0/+7
* bluez: avdtpsrc: fix caps leak in error code pathsGarima Gaur2018-04-121-0/+4
* wasapi: Handle return value of WaitForSingleObjectNirbheek Chauhan2018-04-102-2/+16
* wasapi: Call _Start if the client was _ResetNirbheek Chauhan2018-04-104-2/+34
* wasapi: Don't open the device in get_caps()Nirbheek Chauhan2018-04-092-12/+18
* wasapi: Only use audioclient3 when low-latencyNirbheek Chauhan2018-04-061-5/+26
* wasapi: Don't derive device period from latency timeNirbheek Chauhan2018-04-061-12/+6
* msdk: fix plugin load on implementations with only HW supportU. Artie Eoff2018-04-043-6/+6
* wasapi: Squelch warning about %x and HRESULTNirbheek Chauhan2018-04-041-1/+1