summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* wasapi: Fix possible deadlock while downwards state changeSeungha Yang2020-09-284-7/+62
* wasapi: added missing lock release in case of error in gst_wasapi_xxx_resetSilvio Lazzeretti2020-09-252-4/+6
* amcvideodec: fix sync meta copying not taking a referenceMatthew Waters2020-09-251-1/+1
* openslessink: Allow openslessink to handle 48kHz streams.Matthew Read2020-06-071-4/+1
* msdkdec: Fix GstMsdkContext leakSeungha Yang2020-02-151-0/+2
* msdk: Clear reference counted object in dispose() methodSeungha Yang2020-02-153-8/+17
* msdkdec: Do not use video memory on WindowsSeungha Yang2020-01-201-0/+7
* msdk: Fix increasing memory usage in dynamic pipelinesNirbheek Chauhan2020-01-207-0/+42
* msdk: Reorganize context preparation codeNirbheek Chauhan2020-01-205-71/+129
* msdk: Fix warning about unused variable on WindowsNirbheek Chauhan2020-01-202-0/+4
* msdk: Use gst_clear_object()Nirbheek Chauhan2020-01-173-20/+15
* ipcpipeline: Minimal fixes that allow building with MSVCNirbheek Chauhan2020-01-152-4/+11
* ipcpipeline: Rework compiler checksNirbheek Chauhan2020-01-151-25/+9
* avfvideosrc: element requests camera permissions even with capture-screen pro...Roman Shpuntov2019-12-111-0/+4
* avfvideosrc: Explicitly request device video permissions for macOS 10.14+o0Ignition0o2019-12-021-0/+39
* wasapisrc: Correctly handle BUFFERFLAGS_SILENTNirbheek Chauhan2019-11-281-5/+6
* wasapisrc: Try harder to avoid debug output in the hot loopNirbheek Chauhan2019-11-281-5/+7
* wasapisrc: Fix capturing from some buggy audio driversNirbheek Chauhan2019-11-282-18/+40
* wasapisrc: Clarify that nBlockAlign is actually bpfNirbheek Chauhan2019-11-281-8/+8
* wasapisrc: Fix glitching and clock skew issuesNirbheek Chauhan2019-11-281-1/+3
* wasapi: Move to CoInitializeEx for COM initializationNirbheek Chauhan2019-11-263-5/+5
* msdkdec: fix surface leak in msdkdec_handle_frameJulien Isorce2019-11-201-1/+8
* wasapi: Fix build warningsSeungha Yang2019-10-171-0/+4
* wasapi: Don't cast GstDeviceProvider to GstElementSeungha Yang2019-10-173-5/+5
* decklinkaudiosink: Drop late buffersMatthew Waters2019-09-021-7/+28
* decklink: Allow VANC to be used for all modesSebastian Dröge2019-09-023-6/+5
* decklinkvideosrc: Also set the INTERLACED buffer flag on non-TFF buffersSebastian Dröge2019-09-021-0/+2
* decklinkvideosrc: Retrieve mode of the ancillary data from the frameSebastian Dröge2019-09-022-5/+15
* dshowsrcwrapper: fix regression on device selectiongla2019-08-231-2/+2
* d3dvideosink: Fix crash on WinProc handlerSeungha Yang2019-08-161-0/+5
* amc: Fix crash when a sync_meta survives its sinkXavier Claessens2019-08-141-1/+2
* decklinkaudiosrc/decklinkvideosrc: Do nothing in BaseSrc::negotiate() and alw...Sebastian Dröge2019-08-122-131/+65
* wasapi: fix symbol redefinition build errorIgnacio Casal Quinteiro2019-08-122-3/+8
* Fixed segtotal value being always 2 due to an unused variableMarcos Kintschner2019-08-112-3/+1
* kmssink: Fix implicit declaration build errorSeungha Yang2019-08-101-0/+1
* nvdec: Fix possible frame drop on EOSSeungha Yang2019-08-091-0/+10
* meson: bluez: Early terminate configure on WindowsSeungha Yang2019-08-091-0/+4
* decklink: Correctly ensure >=16 byte alignment for the buffers we allocateSebastian Dröge2019-08-091-7/+30
* uvch264src: Make sure we set our segmentThibault Saunier2019-08-091-1/+10
* msdk: fix the typo for gst_msdkvp9dec_debugHaihao Xiang2019-08-081-1/+1
* meson: Allow CUDA_PATH fallback on linuxSeungha Yang2019-08-082-49/+55
* nvenc/nvdec: Add NVIDIA SDK headers to noinst_HEADERSNiels De Graef2019-08-072-5/+5
* msdk: fix the build error with libva 2.4.0Haihao Xiang2019-04-173-3/+18
* msdkdec: fix error handling in case of unsupported hardwarePeter Seiderer2019-04-101-2/+3
* msdkenc: fix error handling in case of unsupported hardwarePeter Seiderer2019-04-101-3/+3
* msdk: fix error handling in case of unsupported hardwarePeter Seiderer2019-04-101-1/+0
* msdkvpp: add BGR10A2_LE format in the src padHaihao Xiang2019-04-091-2/+2
* msdk: set some parameters in mfxFrameData for a MFX_FOURCC_A2RGB10 frameHaihao Xiang2019-04-092-2/+14
* msdk: map MFX_FOURCC_A2RGB10 to VA_FOURCC_A2R10G10B10Haihao Xiang2019-04-092-0/+4
* msdk: map GST_VIDEO_FORMAT_BGR10A2_LE to VA_FOURCC_A2R10G10B10Haihao Xiang2019-04-091-1/+4