summaryrefslogtreecommitdiffstats
path: root/gst/udp/gstudpsrc.c
Commit message (Expand)AuthorAgeFilesLines
* udpsrc: add debug line for the socketWim Taymans2009-06-161-0/+2
* udpsrc: fix getaddrinfo error reportingWim Taymans2009-04-271-1/+1
* udp: don't use protocol in debug message after freeingStefan Kost2009-03-311-1/+1
* udpsrc: convert _ in properties to -Wim Taymans2009-03-131-2/+2
* udpsrc: Add network interface selectionEdgar E. Iglesias2009-03-131-1/+20
* udpsrc: fix compilationWim Taymans2009-02-251-0/+4
* udpsrc: Make sure the sockaddr length used for recvfrom() is big enough.Peter Kjellerstedt2009-02-251-1/+1
* udpsrc: Unify the use of union gst_sockaddr.Peter Kjellerstedt2009-02-251-8/+7
* udp: Fix strict-aliasing warnings from gcc 4.4.0Jan Schmidt2009-02-241-11/+14
* Read ICMP error messages instead of loopingAurelien Grimaud2009-02-231-2/+44
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-281-1/+1
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-71/+58
* gst/udp/: Fix multiudpsink on OSX by passing the specific length of the socke...Michael Smith2008-11-201-13/+1
* gst/udp/: Fix "argument type mismatch" compiler warnings on Windows.Sebastian Dröge2008-10-271-1/+8
* gst/udp/gstudpsrc.c: Switch on the socket family to get the addrlen size right.Wim Taymans2008-09-251-12/+14
* gst/udp/gstudpsrc.c: OS X's bind() implementation is picky about its addrlen ...Daniel Franke2008-09-251-10/+3
* gst/udp/: Avoid leaking internally allocated file descriptors when setting cu...Peter Kjellerstedt2008-08-201-8/+17
* gst/goom/: Fix build with MSVC: include glib.h to define inline appropriately...Michael Smith2008-07-231-0/+4
* gst/udp/gstudpsrc.c: Fix parsing of udp:// URIs containing IPv6 addresses.Tero Saarni2008-07-051-1/+1
* gst/udp/gstudpsrc.c: Call getsockname() after the call to bind() to get updat...Sebastian Dröge2008-06-251-0/+32
* gst/udp/gstudpsrc.*: Add property to control automatic join/leave of multicas...Wim Taymans2008-06-131-54/+70
* gst/udp/: Joining a multicast group and setting the loop/ttl properties are t...Wim Taymans2008-05-211-1/+1
* gst/udp/gstudpnetutils.*: Provide a bunch of helper methods to deal with IPv4...Bruno Santos2008-05-211-24/+41
* gst/udp/gstudpsrc.c: Don't error out if we get an ICMP destination-unreachabl...Youness Alaoui2008-05-011-0/+18
* gst/: Use GLib versions of htonl, htons, ntohl and ntohs in order to avoid pr...Tim-Philipp Müller2008-04-251-3/+3
* gst/udp/gstudpsrc.c: Fix compilation after removing the GstPollMode from the ...Wim Taymans2008-03-071-1/+1
* gst/udp/gstudpsrc.c: Properly balance WSA_Cleanup with WSA_Startup.Ole André Vadla Ravnås2008-03-071-7/+2
* gst/udp/gstudpsrc.*: Port to GstPoll. See #505417.Peter Kjellerstedt2008-02-281-121/+59
* Fix includes for MSVC and GLib-2.14.0 (#492388).Ole André Vadla Ravnås2007-11-021-2/+8
* gst/udp/gstudpsrc.c: When the socket is used by the app for other purposes, d...Laurent Glayal2007-10-181-8/+6
* gst/udp/gstudpsrc.c: Update documentation.Wim Taymans2007-09-261-3/+4
* gst/udp/gstudpsrc.c: Make udpsrc timestamp outgoing buffers based on when the...Wim Taymans2007-09-101-0/+2
* gst/udp/gstmultiudpsink.*: Add support for getting and setting the socket to ...Wim Taymans2007-08-171-2/+11
* gst/udp/gstudpsrc.c: Improve UDP performance by avoiding a select() when we h...Wim Taymans2007-08-161-2/+11
* gst/udp/gstudpsrc.c: Since we depend on 0.10.13 -core, override the unlock_st...Wim Taymans2007-05-211-31/+32
* gst/udp/gstmultiudpsink.c: Fix multicast detection.Wim Taymans2007-04-291-0/+2
* gst/udp/gstudpsrc.c: Handle the case where there are exactly 0 bytes to read ...Wim Taymans2007-04-261-2/+14
* gst/udp/: Rework the socket allocation a bit based on the sockfd argument so ...Laurent Glayal2007-03-291-21/+47
* gst/udp/gstudpsrc.c: Fix doc.Wim Taymans2007-03-021-1/+2
* gst/udp/gstudpsrc.*: Add support to strip proprietary headers. Fixes #350296.Thijs Vermeir2007-03-021-5/+37
* gst/avi/gstavimux.c: Comment a #if 0 in caps template definition as VS6 seems...Sébastien Moutte2007-02-111-0/+3
* ext/jpeg/: These libjpeg callbacks should return a 'boolean' (unsigned char a...Vincent Torri2007-01-081-2/+2
* gst/udp/gstudpsrc.c: If using multicast in udpsrc, bind to the multicast addr...Rob Taylor2006-12-061-9/+15
* Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles2006-10-161-1/+1
* gst/udp/gstudpsrc.c: Fix some leaks in caps and uris. Fixes #361252.Sebastien Cote2006-10-111-8/+23
* gst/rtsp/URLS: Add some more URLs.Wim Taymans2006-09-291-6/+6
* gst/udp/gstudpsrc.*: Added property to post a message on timeout.Wim Taymans2006-09-291-22/+78
* gst/udp/gstudpsrc.c: Fix possible infinite loop when shutting down, a read ca...Antoine Tremblay2006-09-291-1/+1
* gst/: Include stdlib.h in some more places, makes things compile with uClibc ...Peter Kjellerstedt2006-09-251-0/+1
* gst/udp/: Update README, simple cleanup.Wim Taymans2006-09-211-1/+1