index
:
~adn770/gst-plugins-bad
0.10
backport
build
eglglessink_backport
hacking
master
opensles
osx-fix-pthread
shm-fixes
srtp
tsdemux
videoparsers
GStreamer plugins bad hacking
adn770
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
shm
/
shmpipe.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-28
shm: Make sure the zero-sized array is always last in the struct
Olivier Crête
1
-2
/
+3
2013-02-28
shmsink: Add custom allocator to allow for zero-copy shared memory use
Olivier Crête
1
-13
/
+28
2013-02-28
shm: use O_CLOEXEC where appropriate in shmpipe
Blake Tregre
1
-0
/
+8
2013-02-27
shmsink: Error out if memory area is smaller than buffer
Olivier Crête
1
-0
/
+9
2013-01-17
shm: Initialize shm_area_buf to invalid value
Olivier Crête
1
-0
/
+1
2013-01-17
shm: apply shm area permissions to shmpipe control socket
Roland Elek
1
-0
/
+6
2012-11-28
shm: Fix compilation of shm on OSX
Emmanuel Durand
1
-0
/
+10
2012-07-05
shmsrc: memory corruption when a client disconnects (fixes #679385)
Aleix Conchillo Flaque
1
-1
/
+1
2012-05-07
shmsink: fix memory corruption when a client disconnects (fixes #675640)
Aleix Conchillo Flaque
1
-7
/
+24
2011-10-12
shm: Add ability to add uint64 tags on buffers
Sjoerd Simons
1
-2
/
+22
2011-05-18
shm: Make gcc 4.6 happy
Olivier Crête
1
-6
/
+1
2011-05-16
shm: Don't use PATH_MAX
Pino Toscano
1
-2
/
+2
2011-03-17
shm: Don't use "sun" as a variable name, breaks on Solaris
Olivier Crête
1
-10
/
+10
2011-03-16
shm: Allow ShmPipe to save a data pointer for applications
Sjoerd Simons
1
-0
/
+13
2011-03-16
shm: Keep the ShmPipe alive as long as there are blocks left
Sjoerd Simons
1
-4
/
+33
2010-11-24
shm: Don't pass the ShmPipe to the function closing the shm area
Olivier Crête
1
-26
/
+27
2010-11-24
shm: Use the right counter when freeing buffers
Olivier Crête
1
-2
/
+2
2010-11-24
shm: Remove duplicated arguement
Olivier Crête
1
-16
/
+14
2010-11-24
shm: Fix socket leak on connect() error
Olivier Crête
1
-5
/
+3
2010-11-24
shm: sp_client_recv returns negative on error, so make the retval signed
Olivier Crête
1
-1
/
+1
2010-11-24
shm: Rename confusingly named variable
Olivier Crête
1
-12
/
+13
2010-11-24
shm: Change permissions on old shm areas too
Olivier Crête
1
-1
/
+7
2010-11-24
shm: Use the macro for the last error too
Olivier Crête
1
-4
/
+2
2010-11-24
shm: Use "ablock" for all ShmAllocBlock variables
Olivier Crête
1
-8
/
+8
2010-11-24
shm: stylist improvements
Youness Alaoui
1
-19
/
+20
2010-06-04
shm: Add copyright notices to shmalloc.[ch] and shmpipe.[ch]
Olivier Crête
1
-0
/
+23
2010-06-03
shm: Move to sys/ since it doesn't exist on windows
Olivier Crête
1
-0
/
+831