summaryrefslogtreecommitdiff
path: root/sys/shm
AgeCommit message (Expand)AuthorFilesLines
2018-10-10shmsrc: delay fd removal until there's no usesJosep Torra1-3/+4
2018-10-10shmsrc: fixes a crash when is-live is true due a race conditionJosep Torra1-27/+42
2018-10-10shmsrc: Remove commented out codeOlivier Crête1-2/+0
2018-10-10shmsink: do not keep locking if element is unlockedAleix Conchillo Flaqué1-0/+6
2018-08-17meson: host_system is 'ios' when building for iOSNirbheek Chauhan1-1/+1
2018-08-15meson: Fix shm librt dep check on macOS, iOS, and *BSDNirbheek Chauhan1-1/+1
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-11/+21
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2018-03-20shmsink: Fix compilation with latest GLibSebastian Dröge1-2/+3
2017-12-19shmsink: Block in preroll_wait on unlockOlivier Crête1-13/+33
2017-12-19smhsink: Check return values of functions working on memoryMarcin Lewandowski1-17/+38
2017-07-20meson: fix potentially undefined shm_deps variableAlessandro Decina1-0/+1
2017-06-21meson: Enable shm unit testNicolas Dufresne1-3/+5
2017-06-21meson: Enable building shm pluginNicolas Dufresne1-0/+28
2017-06-21shmpipe: Should not use glib type without ifdefNicolas Dufresne1-1/+1
2017-05-17gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge1-0/+2
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-2/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier2-6/+6
2017-03-10shmsink: continue polling after EINTRSamuel Maroy1-1/+9
2017-02-13shm: Change example pipelines to something that actually worksSebastian Dröge2-3/+6
2016-07-04shmsrc: Do not call gst_poll_remove_fd upon stop if reading was never startedMarcin Lewandowski1-2/+2
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM2-4/+2
2016-01-16shmsink: fix possible deadlock in _render()/ _allocator_free()Matt Crane1-1/+1
2015-12-15plugins-bad: Fix example pipelinesVineeth TM2-4/+4
2015-04-20shmpipe: Ensure string received from recv() is NULL-terminatedEdward Hervey1-1/+3
2015-04-02shmsink: add an shm-area-name propertyGuillaume Emont3-4/+32
2014-06-02shmsink: Allocate enough memory to do alignmentOlivier Crête1-1/+1
2014-05-13shm: Don't leak GstShmPipeEdward Hervey1-4/+5
2014-04-09shm: remove dead codeVincent Penquerc'h1-5/+1
2014-02-10shm: call close() after shutdown()Aleix Conchillo Flaqué1-1/+5
2014-02-10shm: use shutdown() instead of close()Aleix Conchillo Flaqué1-3/+3
2014-01-03shmsink: Document that socket-path may changeOlivier Crête1-2/+3
2014-01-03shmsink: Change default shm size to 64 MiBOlivier Crête1-1/+1
2013-06-19shmsink: unref buffer if no clients are connectedAleix Conchillo Flaque1-1/+4
2013-06-18shmsink: propagate events to basesink classAleix Conchillo Flaque1-1/+1
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-03-28shm: Make sure the zero-sized array is always last in the structOlivier Crête1-2/+3
2013-03-10shmsink: Use correct print format specifiers to fix compiler warningsJosep Torra1-4/+6
2013-02-28shmsink: Add custom allocator to allow for zero-copy shared memory useOlivier Crête5-118/+402
2013-02-28shm: Don't leak socket pathOlivier Crête2-0/+2
2013-02-28shm: use O_CLOEXEC where appropriate in shmpipeBlake Tregre1-0/+8
2013-02-27shmsink: Error out if memory area is smaller than bufferOlivier Crête3-0/+23
2013-02-27shm: Make sure to not allocate blocks larger than the shared mem areaOlivier Crête1-7/+5
2013-02-11shm: don't use deprecated threading APITim-Philipp Müller2-15/+18
2013-01-17shm: Initialize shm_area_buf to invalid valueOlivier Crête1-0/+1
2013-01-17shm: apply shm area permissions to shmpipe control socketRoland Elek1-0/+6
2013-01-04shm: Actually get the permissions on get_propertyOlivier Crête1-9/+1
2012-11-28shm: Fix configure check and clean up MakefileSebastian Dröge1-7/+2
2012-11-28shm: Fix compilation of shm on OSXEmmanuel Durand2-1/+17
2012-11-04Fix FSF addressTim-Philipp Müller5-10/+10