summaryrefslogtreecommitdiff
path: root/sys/shm
Commit message (Expand)AuthorAgeFilesLines
* 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
* various: fix author tag in element detailsStefan Kost2011-05-181-1/+1
* shm: Don't use PATH_MAXPino Toscano2011-05-161-2/+2
* shmsink: ensure gst_poll_wait is called first on descriptorsVincent Penquerc'h2011-04-071-0/+5
* shm: Make default perm u+rw g+r for shm areaOlivier Crête2011-03-311-1/+2
* shm: Don't use "sun" as a variable name, breaks on SolarisOlivier Crête2011-03-171-10/+10
* shmsink: Keep shmsink referenced while there are still buffers aroundSjoerd Simons2011-03-161-1/+13
* shm: Allow ShmPipe to save a data pointer for applicationsSjoerd Simons2011-03-162-0/+16
* shm: Keep the ShmPipe alive as long as there are blocks leftSjoerd Simons2011-03-161-4/+33
* shmsrc: Only connect to sink in PLAYING in live modeOlivier Crête2011-03-161-9/+58
* shmsrc: Keep GstPoll for whole src lifetimeOlivier Crête2011-03-161-9/+22
* shm: Don't pass the ShmPipe to the function closing the shm areaOlivier Crête2010-11-241-26/+27
* shm: Use the right counter when freeing buffersOlivier Crête2010-11-241-2/+2
* shmalloc: Manually decide to use GLib or not in the shmallocOlivier Crête2010-11-242-2/+2
* shm: Remove duplicated arguementOlivier Crête2010-11-241-16/+14
* shm: Fix socket leak on connect() errorOlivier Crête2010-11-241-5/+3
* shm: sp_client_recv returns negative on error, so make the retval signedOlivier Crête2010-11-242-2/+2
* shm: Rename confusingly named variableOlivier Crête2010-11-241-12/+13
* shm: Change permissions on old shm areas tooOlivier Crête2010-11-241-1/+7
* shm: Use the macro for the last error tooOlivier Crête2010-11-241-4/+2
* shm: Use "ablock" for all ShmAllocBlock variablesOlivier Crête2010-11-241-8/+8
* shm: Add more commentsOlivier Crête2010-11-241-0/+2
* shm: stylist improvementsYouness Alaoui2010-11-241-19/+20
* shm: Explain some fieldsYouness Alaoui2010-11-241-0/+8
* shm: Add C++ protectionOlivier Crête2010-10-081-0/+4
* shmsink: Verify that pipe exists before resizing itOlivier Crête2010-06-041-6/+7
* shm: Add copyright notices to shmalloc.[ch] and shmpipe.[ch]Olivier Crête2010-06-044-0/+93
* shm: fix debug messagesTim-Philipp Müller2010-06-032-9/+10
* shmsink: Make static function staticOlivier Crête2010-06-031-1/+1