summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* kmssink: support videooverlay interfaceHaihua Hu2017-07-312-11/+159
* kmsallocator: add driver pitch support for planar formatsGuillaume Desmottes2017-07-251-35/+84
* kmsallocator: inline gst_kms_allocator_alloc_empty()Guillaume Desmottes2017-07-251-28/+18
* d3dsinkwrapper: Make the DLL name match the plugin nameNicolas Dufresne2017-07-203-8/+8
* decklink: Fix building with MSYS2's MinGWNirbheek Chauhan2017-07-201-1/+1
* meson: fix potentially undefined shm_deps variableAlessandro Decina2017-07-201-0/+1
* decklink: Fix format specifier warnings in logging v2Nirbheek Chauhan2017-07-195-33/+47
* decklink: Fix CI failure due to missing WINAPI definitionNirbheek Chauhan2017-07-191-1/+2
* decklink: Fix format specifier warnings in loggingNirbheek Chauhan2017-07-192-11/+11
* decklink: Fix build on mingw32 by adding missing WINAPINirbheek Chauhan2017-07-192-9/+10
* dvb: src: consolidate tuning stats gatheringReynaldo H. Verdejo Pinochet2017-07-141-28/+31
* decklink: Add autotools support on WindowsNirbheek Chauhan2017-07-141-1/+10
* decklinkvideosrc: Add custom memory allocatorGeorg Lippitsch2017-07-111-0/+151
* directsoundsrc: Properly pass pLockedBuffer by reference when calling IDirect...Philippe Renon2017-07-111-1/+1
* kmssink: initialize variableVíctor Manuel Jáquez Leal2017-07-101-0/+1
* kmssink: Track cached kmsmem and clear them on drainNicolas Dufresne2017-07-072-2/+43
* kmssink: Move kmsmem cache code higherNicolas Dufresne2017-07-071-15/+15
* kmssink: drop last rendered buffer on ALLOCATION and DRAIN queriesNicolas Dufresne2017-07-071-0/+47
* kmssink: Don't leak GEM primed from DMABufNicolas Dufresne2017-07-071-0/+12
* kmssink: Factor out copying to dump bufferNicolas Dufresne2017-07-071-16/+23
* meson: msdk: use python3 from python3 moduleTim-Philipp Müller2017-07-071-1/+0
* dvb: src: use correct unit in tuning-timeout prop descriptionReynaldo H. Verdejo Pinochet2017-06-281-1/+1
* nvdec: Use qdata on memory instead of buffer metaPer-Erik Brodin2017-06-281-171/+79
* nvdec: New plugin for NVIDIA hardware video decodePer-Erik Brodin2017-06-275-2/+1223
* meson: Enable shm unit testNicolas Dufresne2017-06-211-3/+5
* meson: Enable building shm pluginNicolas Dufresne2017-06-212-1/+29
* shmpipe: Should not use glib type without ifdefNicolas Dufresne2017-06-211-1/+1
* dvb: src: fix use of wrong array index for tune signalReynaldo H. Verdejo Pinochet2017-06-161-1/+1
* dvb: src: issue warning on failed delsys-vs-parameter issuesReynaldo H. Verdejo Pinochet2017-06-161-0/+4
* msdk: enc: set pts and dts, fix inverted sync_point flagScott D Phillips2017-06-071-2/+14
* decklink: Make timestamp reference specifier driver specificSebastian Dröge2017-06-072-2/+2
* kmssink: Add xilinx_drm to the list of driversGuillaume Desmottes2017-06-051-1/+2
* uvch264src: Apply timestamps to outgoing aux buffersJan Schmidt2017-05-181-0/+31
* amcvideodec: Unref downstream caps after usageSebastian Dröge2017-05-181-0/+2
* Fix up package name and origin in some pluginsTim-Philipp Müller2017-05-185-6/+6
* gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge2017-05-179-3/+23
* decklink: Sink the clock reference in the constructorSebastian Dröge2017-05-171-0/+2
* Remove plugin specific static build optionNicolas Dufresne2017-05-1623-28/+1
* decklinkvideosink: Copy min(gstreamer_stride, decklink_stride) per lineSebastian Dröge2017-05-151-3/+3
* decklinkvideo/audiosrc: Add GstReferenceTimestampMeta with the stream time to...Sebastian Dröge2017-05-122-0/+19
* decklinkaudiosrc: Consistently pass stream_time and stream_duration to audio/...Sebastian Dröge2017-05-123-11/+12
* directsoundsrc: Use a GstClockID to wait instead of Sleep()Nirbheek Chauhan2017-05-122-12/+47
* msdk: Declare libmfx.a as a C++ static libraryScott D Phillips2017-05-111-1/+1
* decklink: Always use the video stream time for audio tooSebastian Dröge2017-05-101-9/+2
* directsoundsrc: Use latency-time and buffer-time settingsNirbheek Chauhan2017-05-082-49/+94
* Revert "decklink: Fix debug logging warnings on Windows"Nirbheek Chauhan2017-05-055-31/+31
* decklink: Fix linking on MinGWNirbheek Chauhan2017-05-053-11/+20
* decklink: Fix building on WindowsNirbheek Chauhan2017-05-051-1/+1
* decklink: Fix debug logging warnings on WindowsNirbheek Chauhan2017-05-055-31/+31
* meson: Fix decklink building on WindowsNirbheek Chauhan2017-05-051-16/+26