summaryrefslogtreecommitdiff
path: root/sys/shm
Commit message (Expand)AuthorAgeFilesLines
* shmsink: fix possible deadlock in _render()/ _allocator_free()Matt Crane2016-01-161-1/+1
* plugins-bad: Fix example pipelinesVineeth TM2015-12-152-4/+4
* shmpipe: Ensure string received from recv() is NULL-terminatedEdward Hervey2015-04-201-1/+3
* shmsink: add an shm-area-name propertyGuillaume Emont2015-04-023-4/+32
* shmsink: Allocate enough memory to do alignmentOlivier Crête2014-06-021-1/+1
* shm: Don't leak GstShmPipeEdward Hervey2014-05-131-4/+5
* shm: remove dead codeVincent Penquerc'h2014-04-091-5/+1
* shm: call close() after shutdown()Aleix Conchillo Flaqué2014-02-101-1/+5
* shm: use shutdown() instead of close()Aleix Conchillo Flaqué2014-02-101-3/+3
* shmsink: Document that socket-path may changeOlivier Crête2014-01-031-2/+3
* shmsink: Change default shm size to 64 MiBOlivier Crête2014-01-031-1/+1
* shmsink: unref buffer if no clients are connectedAleix Conchillo Flaque2013-06-191-1/+4
* shmsink: propagate events to basesink classAleix Conchillo Flaque2013-06-181-1/+1
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* shm: Make sure the zero-sized array is always last in the structOlivier Crête2013-03-281-2/+3
* shmsink: Use correct print format specifiers to fix compiler warningsJosep Torra2013-03-101-4/+6
* shmsink: Add custom allocator to allow for zero-copy shared memory useOlivier Crête2013-02-285-118/+402
* shm: Don't leak socket pathOlivier Crête2013-02-282-0/+2
* shm: use O_CLOEXEC where appropriate in shmpipeBlake Tregre2013-02-281-0/+8
* shmsink: Error out if memory area is smaller than bufferOlivier Crête2013-02-273-0/+23
* shm: Make sure to not allocate blocks larger than the shared mem areaOlivier Crête2013-02-271-7/+5
* shm: don't use deprecated threading APITim-Philipp Müller2013-02-112-15/+18
* shm: Initialize shm_area_buf to invalid valueOlivier Crête2013-01-171-0/+1
* shm: apply shm area permissions to shmpipe control socketRoland Elek2013-01-171-0/+6
* shm: Actually get the permissions on get_propertyOlivier Crête2013-01-041-9/+1
* shm: Fix configure check and clean up MakefileSebastian Dröge2012-11-281-7/+2
* shm: Fix compilation of shm on OSXEmmanuel Durand2012-11-282-1/+17
* Fix FSF addressTim-Philipp Müller2012-11-045-10/+10
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-172-2/+2
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-142-2/+2
* shm: remove unneeded glib-gen-mak include in MakefileTim-Philipp Müller2012-08-241-4/+0
* shmsrc: memory corruption when a client disconnects (fixes #679385)Aleix Conchillo Flaque2012-07-051-1/+1
* shmsink: fix memory corruption when a client disconnects (fixes #675640)Aleix Conchillo Flaque2012-05-071-7/+24
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* shmsrc: Fix a merge mistakeSebastian Dröge2012-03-291-1/+1
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-292-4/+28
|\
| * shmsink: Make buffer-time signed to deal with backward jumps in timestampsOlivier Crête2012-03-232-5/+5
| * shm: add minimal doc blobsStefan Sauer2012-03-042-3/+27
* | shmsink: Make buffer-time signed to deal with backward jumps in timestampsOlivier Crête2012-03-232-5/+5
* | shm: port to 0.11Mark Nauwelaerts2012-03-202-49/+42
* | Merge branch 'master' into 0.11Wim Taymans2012-02-102-3/+8
|\ \ | |/
| * shmsink: fix indefinite wait after adding a new fd to the poll setVincent Penquerc'h2012-02-091-1/+5
| * build: fix CFLAGS order and LIBS orderTim-Philipp Müller2012-02-031-2/+2
| * plenty: fixup glib deprecationsVincent Penquerc'h2012-01-272-1/+2
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-282-4/+2
* | GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-082-6/+6
|/
* shm: Add buffer-time propertySjoerd Simons2011-10-122-4/+48
* shm: Add ability to add uint64 tags on buffersSjoerd Simons2011-10-122-3/+29
* shm: Improve documentation of internal shmpipeOlivier Crête2011-06-161-26/+30
* shm: Make gcc 4.6 happyOlivier Crête2011-05-182-8/+1