summaryrefslogtreecommitdiff
path: root/sys/shm
AgeCommit message (Expand)AuthorFilesLines
2012-05-07shmsink: fix memory corruption when a client disconnects (fixes #675640)Aleix Conchillo Flaque1-7/+24
2012-03-23shmsink: Make buffer-time signed to deal with backward jumps in timestampsOlivier Crête2-5/+5
2012-03-04shm: add minimal doc blobsStefan Sauer2-3/+27
2012-02-09shmsink: fix indefinite wait after adding a new fd to the poll setVincent Penquerc'h1-1/+5
2012-02-03build: fix CFLAGS order and LIBS orderTim-Philipp Müller1-2/+2
2012-01-27plenty: fixup glib deprecationsVincent Penquerc'h2-1/+2
2011-11-28various: fix pad template ref leaksVincent Penquerc'h2-4/+2
2011-10-12shm: Add buffer-time propertySjoerd Simons2-4/+48
2011-10-12shm: Add ability to add uint64 tags on buffersSjoerd Simons2-3/+29
2011-06-16shm: Improve documentation of internal shmpipeOlivier Crête1-26/+30
2011-05-18shm: Make gcc 4.6 happyOlivier Crête2-8/+1
2011-05-18various: fix author tag in element detailsStefan Kost1-1/+1
2011-05-16shm: Don't use PATH_MAXPino Toscano1-2/+2
2011-04-07shmsink: ensure gst_poll_wait is called first on descriptorsVincent Penquerc'h1-0/+5
2011-03-31shm: Make default perm u+rw g+r for shm areaOlivier Crête1-1/+2
2011-03-17shm: Don't use "sun" as a variable name, breaks on SolarisOlivier Crête1-10/+10
2011-03-16shmsink: Keep shmsink referenced while there are still buffers aroundSjoerd Simons1-1/+13
2011-03-16shm: Allow ShmPipe to save a data pointer for applicationsSjoerd Simons2-0/+16
2011-03-16shm: Keep the ShmPipe alive as long as there are blocks leftSjoerd Simons1-4/+33
2011-03-16shmsrc: Only connect to sink in PLAYING in live modeOlivier Crête1-9/+58
2011-03-16shmsrc: Keep GstPoll for whole src lifetimeOlivier Crête1-9/+22
2010-11-24shm: Don't pass the ShmPipe to the function closing the shm areaOlivier Crête1-26/+27
2010-11-24shm: Use the right counter when freeing buffersOlivier Crête1-2/+2
2010-11-24shmalloc: Manually decide to use GLib or not in the shmallocOlivier Crête2-2/+2
2010-11-24shm: Remove duplicated arguementOlivier Crête1-16/+14
2010-11-24shm: Fix socket leak on connect() errorOlivier Crête1-5/+3
2010-11-24shm: sp_client_recv returns negative on error, so make the retval signedOlivier Crête2-2/+2
2010-11-24shm: Rename confusingly named variableOlivier Crête1-12/+13
2010-11-24shm: Change permissions on old shm areas tooOlivier Crête1-1/+7
2010-11-24shm: Use the macro for the last error tooOlivier Crête1-4/+2
2010-11-24shm: Use "ablock" for all ShmAllocBlock variablesOlivier Crête1-8/+8
2010-11-24shm: Add more commentsOlivier Crête1-0/+2
2010-11-24shm: stylist improvementsYouness Alaoui1-19/+20
2010-11-24shm: Explain some fieldsYouness Alaoui1-0/+8
2010-10-08shm: Add C++ protectionOlivier Crête1-0/+4
2010-06-04shmsink: Verify that pipe exists before resizing itOlivier Crête1-6/+7
2010-06-04shm: Add copyright notices to shmalloc.[ch] and shmpipe.[ch]Olivier Crête4-0/+93
2010-06-03shm: fix debug messagesTim-Philipp Müller2-9/+10
2010-06-03shmsink: Make static function staticOlivier Crête1-1/+1
2010-06-03shm: Use gst_element_class_set_details_simpleOlivier Crête2-15/+10
2010-06-03shm: Move to sys/ since it doesn't exist on windowsOlivier Crête10-0/+2304