summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* decklinkvideosrc: Add support for extracing CEA608 according to S334-1 Annex ASebastian Dröge2018-11-011-11/+30
* meson: Add a feature option for the MSDK pluginNirbheek Chauhan2018-10-281-7/+15
* dshowsrcwrapper: add device-index property to sourcesJoshua M. Doe2018-10-276-9/+58
* dshowsrcwrapper: update CMake build instructionsJoshua M. Doe2018-10-271-9/+5
* dshowsrcwrapper: support building 32- and 64-bit with CMakeJoshua M. Doe2018-10-271-4/+14
* dshowsrcwrapper: add debug category for general dshowsrcwrapperJoshua M. Doe2018-10-272-0/+9
* shmsrc: delay fd removal until there's no usesJosep Torra2018-10-101-3/+4
* shmsrc: fixes a crash when is-live is true due a race conditionJosep Torra2018-10-101-27/+42
* shmsrc: Remove commented out codeOlivier Crête2018-10-101-2/+0
* shmsink: do not keep locking if element is unlockedAleix Conchillo Flaqué2018-10-101-0/+6
* msdk: Fix building on MSVCSeungha Yang2018-10-024-1/+9
* msdk: Fix meson buildSeungha Yang2018-10-021-1/+1
* decklinkvideosink: fix buildMatthew Waters2018-09-121-3/+0
* decklink: wait for stop with a timeoutMatthew Waters2018-09-121-9/+17
* decklink: start scheduled playback in pausedMatthew Waters2018-09-123-160/+156
* decklinkaudiosink: fix debug string copy-paste errorMatthew Waters2018-09-121-1/+1
* wasapi: Remove code that sets thread priorityNirbheek Chauhan2018-09-116-84/+4
* meson: Fix applemedia dependencies on iOSNirbheek Chauhan2018-09-011-4/+2
* androidmedia/meson: we also depend on gmodule and orcMatthew Waters2018-08-311-1/+1
* kmssink: Add "restore-crtc" propertyDevarsh Thakkar2018-08-292-2/+41
* kmssink: Document possible advance usageNicolas Dufresne2018-08-291-0/+5
* kmssink: Escape DRM property namesNicolas Dufresne2018-08-291-0/+6
* kmssink: Add 'plane-properties' propertyNicolas Dufresne2018-08-292-1/+44
* kmssink: Generalize setting DRM object propertiesNicolas Dufresne2018-08-291-9/+28
* kmssink: add 'connector-properties' propGuillaume Desmottes2018-08-292-0/+114
* meson: Add build files for androidmedia and openslesNirbheek Chauhan2018-08-293-2/+72
* decklink: Only use drop-frame flag for 29.97 and 59.94 FPSVivia Nikolaidou2018-08-281-4/+16
* kmssink: configure mode setting from video infoPhilipp Zabel2018-08-211-16/+2
* ksvideosrc: fix device enumeration when hotplugging a cameraJerome Laheurte2018-08-191-4/+5
* meson: host_system is 'ios' when building for iOSNirbheek Chauhan2018-08-173-5/+5
* meson: Fix shm librt dep check on macOS, iOS, and *BSDNirbheek Chauhan2018-08-151-1/+1
* meson: Add an option for the applemedia pluginNirbheek Chauhan2018-08-141-12/+16
* wasapi: Fix build with Windows 8.1 SDKNirbheek Chauhan2018-08-082-2/+8
* meson: enable applemediaAlessandro Decina2018-08-032-1/+89
* wasapisrc: Correctly disable provide-clockNirbheek Chauhan2018-08-021-3/+3
* wasapisink: fix regression in shared mode segment sizeChristoph Reiter2018-08-021-3/+9
* meson: Add option for winks pluginNirbheek Chauhan2018-08-011-7/+10
* meson: Generate bluez.h instead of bluez-interface.hNicolas Dufresne2018-07-271-1/+1
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-2714-61/+145
* kmssink: Add support for mxsfb-drm driverGary Bisson2018-07-251-1/+1
* decklink: keep the internal time we send to decklink always increasingMatthew Waters2018-07-102-0/+6
* bluez: Expose transport volume as a property on avdtpsrcArun Raghavan2018-07-093-0/+50
* msdkdec: Fix latency calculationSreerenj Balachandran2018-07-031-1/+1
* msdk: Set 16 bit alignment for widthSreerenj Balachandran2018-07-023-11/+11
* msdkdec: avoid early destruction of frame in dynamic resolution changeSreerenj Balachandran2018-07-021-0/+6
* msdkdec: vc1: Fix handling of advanced profile elementary streamSreerenj Balachandran2018-07-021-4/+6
* msdkdec: Fix advanced profile vc1 decode when codec_data presentsSreerenj Balachandran2018-07-021-8/+24
* msdkdec: Fix the PTS of output framesSreerenj Balachandran2018-07-021-2/+46
* msdkdec: Remove dead codeSreerenj Balachandran2018-07-022-7/+0
* msdk: dec: Add dynamic-configuration change supportSreerenj Balachandran2018-07-023-96/+334