summaryrefslogtreecommitdiffstats
path: root/gst/udp
Commit message (Expand)AuthorAgeFilesLines
...
* gst/udp/gstmultiudpsink.c: Fix a typo and do some small cleanups.Wim Taymans2008-06-131-4/+4
* gst/udp/Makefile.am: Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_AD...Tim-Philipp Müller2008-05-221-1/+4
* gst/smpte/gstsmptealpha.c: Fix debug statement arguments.Julien Moutte2008-05-222-4/+5
* gst/udp/: Joining a multicast group and setting the loop/ttl properties are t...Wim Taymans2008-05-214-29/+50
* gst/udp/gstmultiudpsink.*: Add a fixme for the auto-multicast property.Wim Taymans2008-05-212-13/+24
* gst/udp/gstmultiudpsink.c: Ignore EPERM errors from sendto. Fixes #533619.Gustaf Räntilä2008-05-211-0/+4
* gst/udp/gstmultiudpsink.*: Add qos-dscp property to manage the Quality of ser...Henrik Eriksson2008-05-212-16/+47
* gst/udp/gstudpnetutils.*: Provide a bunch of helper methods to deal with IPv4...Bruno Santos2008-05-216-105/+276
* 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-252-5/+5
* 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-282-134/+72
* gst/udp/gstmultiudpsink.c: use GST_WARNING for loggingThijs Vermeir2008-01-181-1/+2
* gst/udp/gstmultiudpsink.c: Don't try to leave a multicast group with an inval...Thijs Vermeir2008-01-181-1/+2
* gst/udp/gstmultiudpsink.*: Add property to automatically join a multicast gro...Olivier Crete2008-01-172-4/+21
* gst/rtsp/gstrtspsrc.c: Don't leak sdp message contents (fixes #496773).Tim-Philipp Müller2007-11-141-0/+1
* Fix includes for MSVC and GLib-2.14.0 (#492388).Ole André Vadla Ravnås2007-11-027-24/+36
* 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.c: Add property do configure destination address/port...Wim Taymans2007-09-041-9/+99
* gst/udp/gstmultiudpsink.*: Add support for getting and setting the socket to ...Wim Taymans2007-08-173-11/+76
* 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: Add code to drop membership of a multicast group.Wim Taymans2007-04-292-1/+62
* gst/udp/gstmultiudpsink.c: Fix multicast detection.Wim Taymans2007-04-292-3/+6
* gst/udp/gstudpsrc.c: Handle the case where there are exactly 0 bytes to read ...Wim Taymans2007-04-261-2/+14
* gst/udp/gstudp.c: Register GstNetBuffer in plugin_init so that the type can b...Wim Taymans2007-04-111-0/+6
* gst/: Fix some compiler warnings. Fixes #428182.Peter Kjellerstedt2007-04-101-0/+1
* gst/udp/: Rework the socket allocation a bit based on the sockfd argument so ...Laurent Glayal2007-03-294-34/+94
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-042-0/+16
* 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-022-5/+38
* gst/avi/gstavimux.c: Comment a #if 0 in caps template definition as VS6 seems...Sébastien Moutte2007-02-113-1/+6
* 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-162-2/+2
* 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-292-33/+90
* 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-212-22/+4
* gst/udp/gstmultiudpsink.c: Turn a g_print into a DEBUG line.Wim Taymans2006-08-161-1/+1
* gst/udp/gstudpsrc.c: Fix docs.Wim Taymans2006-07-311-2/+2
* gst/udp/gstudpsrc.*: Rename "buffer" to "buffer-size" to make clear it is a s...Wim Taymans2006-07-272-15/+14
* gst/udp/gstudpsrc.c: Use CLOSE_SOCKET() here instead of close() to maintain w...Tim-Philipp Müller2006-07-271-1/+1
* gst/udp/gstudpsrc.*: Added "buffer" property to control the kernel receive bu...Thijs Vermeir2006-07-272-15/+75
* Port udp plugin to win32 (#345288).Joni Valtanen2006-07-2411-42/+213