summaryrefslogtreecommitdiff
path: root/gst/udp
AgeCommit message (Expand)AuthorFilesLines
2015-05-27dynudpsink: keep GCancellable fd around instead of re-creating it constantlyTim-Philipp Müller2-7/+27
2015-05-27udpsink, multiudpsink: keep GCancellable fd around instead of re-creating it ...Tim-Philipp Müller2-6/+26
2015-05-27udpsrc: keep GCancellable fd around instead of re-creating it constantlyTim-Philipp Müller2-9/+30
2015-05-19udp: don't use soon-to-be-deprecated g_cancellable_reset()Tim-Philipp Müller3-3/+6
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-15/+0
2015-04-24remove unused enum items PROP_LASTLuis de Bethencourt2-5/+2
2015-03-13multiudpsink: fix crash with GST_DEBUG enabledTim-Philipp Müller1-1/+0
2015-03-10Fix double semicolonsTim-Philipp Müller1-1/+1
2014-12-16udpsink: allocate scratch space for render functions on the heapTim-Philipp Müller2-15/+42
2014-12-16multiudpsink: re-use send_buffers() code path for render() functionTim-Philipp Müller1-114/+7
2014-12-16multiudpsink: keep client list consistent during removalsTim-Philipp Müller2-1/+23
2014-12-16multiudpsink: fix client count after removalTim-Philipp Müller1-1/+12
2014-12-16multiudpsink: keep client list sorted by socket familyTim-Philipp Müller1-2/+23
2014-12-16multiudpsink: add sendmmsg-ready render_list function prototypeTim-Philipp Müller2-0/+399
2014-12-16multiudpsink: make udp client structure refcountedTim-Philipp Müller2-18/+33
2014-12-16multiudpsink: keep count of number of unique and non-unique IPv4 and IPv6 cli...Tim-Philipp Müller2-0/+30
2014-11-02Sprinkle some G_PARAM_DEPRECATED and #ifndef GST_REMOVE_DEPRECATEDTim-Philipp Müller2-5/+9
2014-09-12udp: include string.h for memcmp and memsetSanjay NM1-0/+1
2014-09-09udpsrc: more efficient memory handlingTim-Philipp Müller1-85/+35
2014-09-09udpsrc: rework memory allocation bits and ensure we always have two chunks of...Tim-Philipp Müller2-12/+106
2014-09-09udpsrc: track max packet size and save allocator negotiated by GstBaseSrcTim-Philipp Müller2-0/+49
2014-08-18udp: fix udpsrc documentationVíctor Manuel Jáquez Leal1-5/+5
2014-06-20multiudpsink: optimisation: avoid unnecessary memory ref/unrefsTim-Philipp Müller1-7/+3
2014-06-20multiudpsink: avoid some unnecessary run-time type checksTim-Philipp Müller2-3/+3
2014-06-18udp: improve element descriptions for dynudpsink and multiudpsinkTim-Philipp Müller2-2/+4
2014-06-18udp: remove suppression of compiler warnings for deprecated GLib APITim-Philipp Müller2-8/+0
2014-06-13dynudpsink: return FLUSHING when sendto got canceled, not an errorTim-Philipp Müller1-2/+11
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2014-04-21multiidpsink: warn when setsockopt failsVincent Penquerc'h1-4/+10
2014-04-16udpsrc: correct LOG msg for -1Marc Leeman1-2/+1
2014-03-24udpsrc: improve caps handlingWim Taymans1-7/+21
2014-03-24udpsrc: open/close socket in NULL<->READY stateWim Taymans1-22/+58
2014-02-14docs: fix mismatched para tagsWilliam Jon McCann1-2/+1
2013-12-19udpsrc: on receive error only unmap and unref buffer if one was alloced and m...Tim-Philipp Müller1-3/+5
2013-12-19multiudpsink: fix misleading commentTim-Philipp Müller1-2/+2
2013-11-18docs: get rid of 'Since: 0.10.x' markersTim-Philipp Müller1-4/+2
2013-11-07multiudpsink: Also use the bind-port property if no bind-address was givenSebastian Dröge1-2/+2
2013-10-14multiudpsink: Fix memory leakOgnyan Tonchev1-0/+6
2013-09-05udpsrc: fix build on win32Tim-Philipp Müller1-1/+1
2013-09-03udpsrc: Bind to multicast addresses on non-Windows systemsSebastian Dröge2-32/+39
2013-09-03udpsrc: Refactor address resolval into its own functionSebastian Dröge1-31/+45
2013-08-04udp: remove unused marshal and enumtypes filesTim-Philipp Müller1-12/+0
2013-06-24udpsink: bind to the given interfaceWim Taymans1-0/+13
2013-06-05udpsink: avoid leaking the hostWim Taymans1-1/+8
2013-05-23(dyn|multi)udpsink: Add properties to specify the bind address and portSebastian Dröge4-40/+198
2013-05-23(dyn|multi)udpsink: Bind socket before using itSebastian Dröge2-2/+52
2013-05-23(multi)udpsink: Add missing getters for socket-v6 and used-socket-v6 propertiesSebastian Dröge1-0/+6
2013-04-27udp: log WARNING debug message if UDP multicast is likely to be brokenTim-Philipp Müller1-0/+6
2013-04-27udpsrc: add includes to get socklen_t defined on WindowsTim-Philipp Müller1-0/+11
2013-04-25(multi)udpsink: Use separate sockets for IPv4 and IPv6Sebastian Dröge2-46/+185