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
*
udp: Fix build on FreeBSD
Koop Mast
2009-06-19
1
-1
/
+1
*
udputils: don't free invalid memory
Wim Taymans
2009-06-19
1
-1
/
+1
*
udpsrc: add debug line for the socket
Wim Taymans
2009-06-16
1
-0
/
+2
*
multiudpsink: add support for buffer lists
Ognyan Tonchev
2009-06-16
1
-0
/
+90
*
udpsrc: fix getaddrinfo error reporting
Wim Taymans
2009-04-27
1
-1
/
+1
*
udp: Fix a simple typo in the previous commit
Jan Schmidt
2009-04-20
1
-1
/
+1
*
only use struct ip_mreqn if it is detected
Andy Wingo
2009-04-20
1
-6
/
+6
*
Remove trivial unused variables detected by CLang static analyzer.
Edward Hervey
2009-04-18
2
-8
/
+4
*
Remove unused variables in _class_init
Edward Hervey
2009-04-18
1
-4
/
+0
*
udp: don't use protocol in debug message after freeing
Stefan Kost
2009-03-31
2
-2
/
+2
*
udp: Fix build if on Solaris
David Adam
2009-03-19
1
-2
/
+2
*
udpsrc: convert _ in properties to -
Wim Taymans
2009-03-13
1
-2
/
+2
*
udpsrc: Add network interface selection
Edgar E. Iglesias
2009-03-13
5
-5
/
+43
*
Merge branch 'master' of ssh://git.freedesktop.org/git/gstreamer/gst-plugins-...
Sebastian Dröge
2009-02-27
1
-4
/
+8
|
\
|
*
udp: fix gst_udp_set_loop_ttl() again
Jan Smout
2009-02-26
1
-4
/
+8
*
|
udp: Don't set errno to EAFNOSUPPORT unconditionally
LRN
2009-02-27
1
-0
/
+4
|
/
*
udpsrc: fix compilation
Wim Taymans
2009-02-25
1
-0
/
+4
*
udpsrc: Make sure the sockaddr length used for recvfrom() is big enough.
Peter Kjellerstedt
2009-02-25
1
-1
/
+1
*
udpsrc: Unify the use of union gst_sockaddr.
Peter Kjellerstedt
2009-02-25
1
-8
/
+7
*
udp: Fix strict-aliasing warnings from gcc 4.4.0
Jan Schmidt
2009-02-24
1
-11
/
+14
*
Read ICMP error messages instead of looping
Aurelien Grimaud
2009-02-23
1
-2
/
+44
*
Update and add documentation for plugins with deps (ext).
Stefan Kost
2009-01-28
1
-1
/
+1
*
Update and add documentation for plugins with no deps (gst).
Stefan Kost
2009-01-28
3
-76
/
+72
*
Correct return value from gst_udp_get_addr() when no known family is found.
Peter Kjellerstedt
2009-01-26
1
-2
/
+1
*
Switch to using GstStaticPadTemplate.
Edward Hervey
2008-12-13
1
-2
/
+3
*
gst/udp/gstmultiudpsink.c: Provide the parameters that are required for the f...
Sebastian Dröge
2008-11-30
1
-2
/
+2
*
gst/udp/gstmultiudpsink.c: Make gst_multiudpsink_render() ignore errors from ...
Peter Kjellerstedt
2008-11-28
1
-22
/
+16
*
gst/udp/: Fix multiudpsink on OSX by passing the specific length of the socke...
Michael Smith
2008-11-20
4
-14
/
+23
*
Don't install static libs for plugins. Fixes #550851 for -good.
Stefan Kost
2008-11-04
1
-0
/
+1
*
gst/udp/gstudpnetutils.h: Define the correct WINVER so getaddinfo() can be us...
Sebastian Dröge
2008-10-27
1
-0
/
+3
*
gst/udp/: Fix "argument type mismatch" compiler warnings on Windows.
Sebastian Dröge
2008-10-27
3
-2
/
+16
*
gst/udp/gstudpsrc.c: Switch on the socket family to get the addrlen size right.
Wim Taymans
2008-09-25
1
-12
/
+14
*
gst/udp/gstudpsrc.c: OS X's bind() implementation is picky about its addrlen ...
Daniel Franke
2008-09-25
1
-10
/
+3
*
gst/udp/gstmultiudpsink.c: Fix setting the qos.
Wim Taymans
2008-09-23
1
-1
/
+1
*
gst/udp/: Avoid leaking internally allocated file descriptors when setting cu...
Peter Kjellerstedt
2008-08-20
3
-23
/
+53
*
gst/goom/: Fix build with MSVC: include glib.h to define inline appropriately...
Michael Smith
2008-07-23
2
-1
/
+17
*
gst/udp/gstudpnetutils.c: EAI_ADDRFAMILY was obsoleted in BSD at some point. ...
Sebastian Dröge
2008-07-14
1
-0
/
+5
*
gst/udp/gstudpsrc.c: Fix parsing of udp:// URIs containing IPv6 addresses.
Tero Saarni
2008-07-05
1
-1
/
+1
*
gst/udp/gstudpsrc.c: Call getsockname() after the call to bind() to get updat...
Sebastian Dröge
2008-06-25
1
-0
/
+32
*
gst/: Added debug.
Thomas Vander Stichele
2008-06-20
1
-1
/
+4
*
gst/udp/gstudpsrc.*: Add property to control automatic join/leave of multicas...
Wim Taymans
2008-06-13
2
-54
/
+72
*
gst/udp/gstudpnetutils.c: Use g_ntohl for better portability.
Wim Taymans
2008-06-13
1
-1
/
+1
*
gst/udp/gstmultiudpsink.c: Fix a typo and do some small cleanups.
Wim Taymans
2008-06-13
1
-4
/
+4
*
gst/udp/Makefile.am: Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_AD...
Tim-Philipp Müller
2008-05-22
1
-1
/
+4
*
gst/smpte/gstsmptealpha.c: Fix debug statement arguments.
Julien Moutte
2008-05-22
2
-4
/
+5
*
gst/udp/: Joining a multicast group and setting the loop/ttl properties are t...
Wim Taymans
2008-05-21
4
-29
/
+50
*
gst/udp/gstmultiudpsink.*: Add a fixme for the auto-multicast property.
Wim Taymans
2008-05-21
2
-13
/
+24
*
gst/udp/gstmultiudpsink.c: Ignore EPERM errors from sendto. Fixes #533619.
Gustaf Räntilä
2008-05-21
1
-0
/
+4
*
gst/udp/gstmultiudpsink.*: Add qos-dscp property to manage the Quality of ser...
Henrik Eriksson
2008-05-21
2
-16
/
+47
*
gst/udp/gstudpnetutils.*: Provide a bunch of helper methods to deal with IPv4...
Bruno Santos
2008-05-21
6
-105
/
+276
[next]