index
:
gst-plugins-good.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gst
/
udp
Commit message (
Expand
)
Author
Age
Files
Lines
*
gst/rtsp/gstrtspsrc.c: Don't leak sdp message contents (fixes #496773).
Tim-Philipp Müller
2007-11-14
1
-0
/
+1
*
Fix includes for MSVC and GLib-2.14.0 (#492388).
Ole André Vadla Ravnås
2007-11-02
7
-24
/
+36
*
gst/udp/gstudpsrc.c: When the socket is used by the app for other purposes, d...
Laurent Glayal
2007-10-18
1
-8
/
+6
*
gst/udp/gstudpsrc.c: Update documentation.
Wim Taymans
2007-09-26
1
-3
/
+4
*
gst/udp/gstudpsrc.c: Make udpsrc timestamp outgoing buffers based on when the...
Wim Taymans
2007-09-10
1
-0
/
+2
*
gst/udp/gstmultiudpsink.c: Add property do configure destination address/port...
Wim Taymans
2007-09-04
1
-9
/
+99
*
gst/udp/gstmultiudpsink.*: Add support for getting and setting the socket to ...
Wim Taymans
2007-08-17
3
-11
/
+76
*
gst/udp/gstudpsrc.c: Improve UDP performance by avoiding a select() when we h...
Wim Taymans
2007-08-16
1
-2
/
+11
*
gst/udp/gstudpsrc.c: Since we depend on 0.10.13 -core, override the unlock_st...
Wim Taymans
2007-05-21
1
-31
/
+32
*
gst/udp/gstmultiudpsink.c: Add code to drop membership of a multicast group.
Wim Taymans
2007-04-29
2
-1
/
+62
*
gst/udp/gstmultiudpsink.c: Fix multicast detection.
Wim Taymans
2007-04-29
2
-3
/
+6
*
gst/udp/gstudpsrc.c: Handle the case where there are exactly 0 bytes to read ...
Wim Taymans
2007-04-26
1
-2
/
+14
*
gst/udp/gstudp.c: Register GstNetBuffer in plugin_init so that the type can b...
Wim Taymans
2007-04-11
1
-0
/
+6
*
gst/: Fix some compiler warnings. Fixes #428182.
Peter Kjellerstedt
2007-04-10
1
-0
/
+1
*
gst/udp/: Rework the socket allocation a bit based on the sockfd argument so ...
Laurent Glayal
2007-03-29
4
-34
/
+94
*
Fix a bunch of leaks shown by the newly-added states test.
Jan Schmidt
2007-03-04
2
-0
/
+16
*
gst/udp/gstudpsrc.c: Fix doc.
Wim Taymans
2007-03-02
1
-1
/
+2
*
gst/udp/gstudpsrc.*: Add support to strip proprietary headers. Fixes #350296.
Thijs Vermeir
2007-03-02
2
-5
/
+38
*
gst/avi/gstavimux.c: Comment a #if 0 in caps template definition as VS6 seems...
Sébastien Moutte
2007-02-11
3
-1
/
+6
*
ext/jpeg/: These libjpeg callbacks should return a 'boolean' (unsigned char a...
Vincent Torri
2007-01-08
1
-2
/
+2
*
gst/udp/gstudpsrc.c: If using multicast in udpsrc, bind to the multicast addr...
Rob Taylor
2006-12-06
1
-9
/
+15
*
Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...
Josep Torra Valles
2006-10-16
2
-2
/
+2
*
gst/udp/gstudpsrc.c: Fix some leaks in caps and uris. Fixes #361252.
Sebastien Cote
2006-10-11
1
-8
/
+23
*
gst/rtsp/URLS: Add some more URLs.
Wim Taymans
2006-09-29
1
-6
/
+6
*
gst/udp/gstudpsrc.*: Added property to post a message on timeout.
Wim Taymans
2006-09-29
2
-33
/
+90
*
gst/udp/gstudpsrc.c: Fix possible infinite loop when shutting down, a read ca...
Antoine Tremblay
2006-09-29
1
-1
/
+1
*
gst/: Include stdlib.h in some more places, makes things compile with uClibc ...
Peter Kjellerstedt
2006-09-25
1
-0
/
+1
*
gst/udp/: Update README, simple cleanup.
Wim Taymans
2006-09-21
2
-22
/
+4
*
gst/udp/gstmultiudpsink.c: Turn a g_print into a DEBUG line.
Wim Taymans
2006-08-16
1
-1
/
+1
*
gst/udp/gstudpsrc.c: Fix docs.
Wim Taymans
2006-07-31
1
-2
/
+2
*
gst/udp/gstudpsrc.*: Rename "buffer" to "buffer-size" to make clear it is a s...
Wim Taymans
2006-07-27
2
-15
/
+14
*
gst/udp/gstudpsrc.c: Use CLOSE_SOCKET() here instead of close() to maintain w...
Tim-Philipp Müller
2006-07-27
1
-1
/
+1
*
gst/udp/gstudpsrc.*: Added "buffer" property to control the kernel receive bu...
Thijs Vermeir
2006-07-27
2
-15
/
+75
*
Port udp plugin to win32 (#345288).
Joni Valtanen
2006-07-24
11
-42
/
+213
*
gst/udp/gstmultiudpsink.c: If a destination is added before the stream is set...
Rob Taylor
2006-07-10
1
-9
/
+35
*
Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...
Tim-Philipp Müller
2006-06-22
3
-3
/
+3
*
Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
Stefan Kost
2006-06-01
4
-12
/
+12
*
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
2006-04-25
4
-4
/
+4
*
Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
Stefan Kost
2006-04-08
3
-3
/
+3
*
gst/udp/gstdynudpsink.c: Applied patch from Kai Vehmanen, fixes #333624.
Wim Taymans
2006-03-07
1
-11
/
+0
*
Update documentation.
Wim Taymans
2006-02-16
1
-6
/
+60
*
gst/udp/gstmultiudpsink.*: Updated docs.
Wim Taymans
2006-02-06
2
-56
/
+138
*
adding docs for multiudpsink
Thomas Vander Stichele
2006-02-06
1
-2
/
+49
*
C89 fixes: declare variables at the beginning of a block and
Jens Granseuer
2006-01-23
2
-4
/
+4
*
gst-plugins-good/gst/udp/: Allow udpsrc and dynudpsink to take a sockfd as a ...
Philippe Kalaf
2006-01-07
2
-31
/
+71
*
gst/udp/gstmultiudpsink.*: Track packets sent per client in addition to bytes...
Michael Smith
2005-12-29
2
-2
/
+10
*
gst/udp/gstmultiudpsink.*: Collect statistics; return them from get_stats.
Michael Smith
2005-12-20
2
-2
/
+66
*
expand tabs
Thomas Vander Stichele
2005-12-06
5
-36
/
+36
*
gst/udp/Makefile.am: Moved to netbuffer.
Julien Moutte
2005-11-30
1
-1
/
+2
*
gst/udp/: the old gstnet lib was renamed gstnetbuffer (#322257)
Thomas Vander Stichele
2005-11-29
2
-2
/
+2
[next]