summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* decklinkaudio/videosrc: Put hardware reference timestamp in a reference times...Sebastian Dröge2017-09-284-8/+44
* decklink: Free the correct memory in our own buffer poolSebastian Dröge2017-09-211-1/+1
* nvdec: Correctly set the discontinuity flagPer-Erik Brodin2017-09-201-1/+1
* kmssink: Don't leak the dumb buffer on drainNicolas Dufresne2017-09-081-0/+1
* kmssink: Don't assume buffer pool won't touch buf pointerNicolas Dufresne2017-09-081-4/+3
* kms: fix crash if bo allocation failed when copying to dumb bufferGuillaume Desmottes2017-09-081-6/+3
* Request minimum buffer even if need_pool is FALSENicolas Dufresne2017-09-063-23/+22
* amc: actually use the provided application class loaderMatthew Waters2017-09-053-5/+12
* ipcpipeline: cleanup header includesGeorge Kiagiadakis2017-09-044-8/+0
* ipcpipeline: use GstPoll instead of select() to watch for socket activityGeorge Kiagiadakis2017-09-042-98/+79
* nvdec: fix build after GL/gl.h no longer includedPer-Erik Brodin2017-08-301-0/+1
* gl: fix build for ios/win32/android after 2fd84a6cMatthew Waters2017-08-283-2/+2
* applemedia: fix build after commit 2fd84a6cPhilippe Normand2017-08-221-0/+1
* sys: Convert source files to UTF-8Jan Alexander Steffens (heftig)2017-08-165-5/+5
* decklinkvideosink: Add support for Decklink hardware keyingDave Johnstone2017-08-154-1/+131
* kmssink: Add bus-id propertyNicolas Dufresne2017-08-112-2/+23
* kmssink: Free devname before setting itNicolas Dufresne2017-08-091-0/+1
* vtenc: assume 25 fps for unknown framerateNicola Murino2017-08-091-2/+9
* Revert "kmssink: support videooverlay interface"Nicolas Dufresne2017-08-072-159/+11
* decklink: Fix indentationSebastian Dröge2017-08-023-41/+35
* ipcpipeline: don't use g_steal_pointer; it's not in the current required vers...George Kiagiadakis2017-08-021-1/+2
* ipcpipeline: move to sys/ and make it dependent on platform support for unix ...George Kiagiadakis2017-08-0214-2/+4670
* decklinksrc: Raise limit of devices to 16Georg Lippitsch2017-08-011-2/+4
* 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