index
:
~adn770/gst-plugins-good
0.10
alpha
master
qtdemux-0.10
GStreamer plugins good hacking
adn770
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
udp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-12
udpsrc: Fix compilation on NetBSD
Thomas Klausner
1
-0
/
+4
2016-08-20
Add support for Meson as alternative/parallel build system
Nirbheek Chauhan
1
-0
/
+17
2016-08-12
multiudpsink: Initialize bytes_sent field.
Thomas Bluemel
1
-0
/
+1
2016-07-10
udpsrc: Use correct in6_pktinfo struct instead of in_pktinfo
Sebastian Dröge
1
-1
/
+1
2016-06-28
udpsrc: Windows has no ipi_spec_dst in struct in_pktinfo
Sebastian Dröge
1
-1
/
+6
2016-06-28
udpsrc: #define __APPLE_USE_RFC_3542 to be able to use IPV6_PKTINFO on OSX/iOS
Sebastian Dröge
1
-0
/
+2
2016-06-28
udpsrc: Move #includes around to a) work around broken glibc header and b) Wi...
Sebastian Dröge
1
-4
/
+10
2016-06-28
udpsrc: Fix compilation on Windows and *BSD/OSX
Sebastian Dröge
1
-1
/
+5
2016-06-28
udpsrc: Filter out multicast packets that are not for our multicast address
Sebastian Dröge
1
-1
/
+388
2016-05-18
udpsrc: fix Since version for new "loop" property
Tim-Philipp Müller
1
-1
/
+1
2016-05-17
udpsrc: add doc blurb with since marker for new "loop" property
Tim-Philipp Müller
1
-0
/
+7
2016-04-29
udpsrc: Always bind to ANY when address is a multicast address and not only o...
Sebastian Dröge
1
-19
/
+5
2016-04-26
multiudpsink: Allow setting "socket-v6" without setting "socket" too
Mats Lindestam
1
-1
/
+1
2016-04-18
udpsrc: add "retrieve-sender-address" property
Tim-Philipp Müller
2
-2
/
+32
2016-03-24
good: use new gst_element_class_add_static_pad_template()
Vineeth TM
3
-6
/
+3
2016-03-04
udpsrc: Fix multicast group joining with provided sockets on Windows
Sebastian Dröge
1
-4
/
+33
2016-02-21
win32: remove outdated build cruft
Tim-Philipp Müller
1
-160
/
+0
2015-11-17
udpsrc: Add "loop" property for enabling/disabling multicast loopback
Sebastian Dröge
2
-1
/
+17
2015-10-23
docs: Minor fixes in various places
Mischa Spiegelmock
1
-1
/
+1
2015-10-02
udpsrc: Fixup last commit
Sebastian Dröge
1
-15
/
+0
2015-10-02
Update GLib dependency to 2.40.0
Sebastian Dröge
1
-44
/
+0
2015-09-11
multiudpsink: fix GError memory leak when hostname resolution fails
Vineeth TM
1
-0
/
+1
2015-09-04
udpsrc: Fix build with GLib < 2.44
Sebastian Dröge
1
-0
/
+4
2015-09-04
udpsrc: Ignore G_IO_ERROR_CONNECTION_CLOSED when receiving data
Sebastian Dröge
1
-4
/
+6
2015-05-27
dynudpsink: keep GCancellable fd around instead of re-creating it constantly
Tim-Philipp Müller
2
-7
/
+27
2015-05-27
udpsink, multiudpsink: keep GCancellable fd around instead of re-creating it ...
Tim-Philipp Müller
2
-6
/
+26
2015-05-27
udpsrc: keep GCancellable fd around instead of re-creating it constantly
Tim-Philipp Müller
2
-9
/
+30
2015-05-19
udp: don't use soon-to-be-deprecated g_cancellable_reset()
Tim-Philipp Müller
3
-3
/
+6
2015-04-26
Remove obsolete Android build cruft
Tim-Philipp Müller
1
-15
/
+0
2015-04-24
remove unused enum items PROP_LAST
Luis de Bethencourt
2
-5
/
+2
2015-03-13
multiudpsink: fix crash with GST_DEBUG enabled
Tim-Philipp Müller
1
-1
/
+0
2015-03-10
Fix double semicolons
Tim-Philipp Müller
1
-1
/
+1
2014-12-16
udpsink: allocate scratch space for render functions on the heap
Tim-Philipp Müller
2
-15
/
+42
2014-12-16
multiudpsink: re-use send_buffers() code path for render() function
Tim-Philipp Müller
1
-114
/
+7
2014-12-16
multiudpsink: keep client list consistent during removals
Tim-Philipp Müller
2
-1
/
+23
2014-12-16
multiudpsink: fix client count after removal
Tim-Philipp Müller
1
-1
/
+12
2014-12-16
multiudpsink: keep client list sorted by socket family
Tim-Philipp Müller
1
-2
/
+23
2014-12-16
multiudpsink: add sendmmsg-ready render_list function prototype
Tim-Philipp Müller
2
-0
/
+399
2014-12-16
multiudpsink: make udp client structure refcounted
Tim-Philipp Müller
2
-18
/
+33
2014-12-16
multiudpsink: keep count of number of unique and non-unique IPv4 and IPv6 cli...
Tim-Philipp Müller
2
-0
/
+30
2014-11-02
Sprinkle some G_PARAM_DEPRECATED and #ifndef GST_REMOVE_DEPRECATED
Tim-Philipp Müller
2
-5
/
+9
2014-09-12
udp: include string.h for memcmp and memset
Sanjay NM
1
-0
/
+1
2014-09-09
udpsrc: more efficient memory handling
Tim-Philipp Müller
1
-85
/
+35
2014-09-09
udpsrc: rework memory allocation bits and ensure we always have two chunks of...
Tim-Philipp Müller
2
-12
/
+106
2014-09-09
udpsrc: track max packet size and save allocator negotiated by GstBaseSrc
Tim-Philipp Müller
2
-0
/
+49
2014-08-18
udp: fix udpsrc documentation
Víctor Manuel Jáquez Leal
1
-5
/
+5
2014-06-20
multiudpsink: optimisation: avoid unnecessary memory ref/unrefs
Tim-Philipp Müller
1
-7
/
+3
2014-06-20
multiudpsink: avoid some unnecessary run-time type checks
Tim-Philipp Müller
2
-3
/
+3
2014-06-18
udp: improve element descriptions for dynudpsink and multiudpsink
Tim-Philipp Müller
2
-2
/
+4
2014-06-18
udp: remove suppression of compiler warnings for deprecated GLib API
Tim-Philipp Müller
2
-8
/
+0
[next]