index
:
~bilboed/gst-plugins-good
WIP
closedcaption
damaged
master
pushfile
qtdemux
qtdemux-cc
qtdemuxgap
qtpushfix
Personal repository for gst-plugins-good
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
udp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-12
udpsrc: fix typo in documentation
Florent Thiéry
1
-1
/
+1
2017-12-23
udpsrc: fix typo in multicast join error message
Mark Nauwelaerts
1
-1
/
+1
2017-12-23
multiudpsink: don't try to set IPV6_TCLASS on IPV4 sockets
Sebastian Rasmussen
1
-2
/
+4
2017-12-19
multiudpsink: Call gst_base_sink_wait_preroll on unlock
Olivier Crête
1
-25
/
+27
2017-12-19
multiudpsink: Remove unused variable
Olivier Crête
1
-2
/
+0
2017-12-08
multiudpsink: fix bind address leak
Alvaro Margulis
1
-0
/
+1
2017-05-16
Remove plugin specific static build option
Nicolas Dufresne
1
-1
/
+0
2017-02-15
udpsrc: Use IP_MULTICAST_ALL for filtering IPv4 packets if available
Sebastian Dröge
1
-2
/
+15
2016-12-19
updsrc: Add to join multiple multicast interfaces
Wonchul Lee
1
-13
/
+52
2016-11-14
udpsrc: remove redundant saddr unref
Petr Kulhavy
1
-11
/
+4
2016-11-14
udpsrc: receive control messages only in multicast
Petr Kulhavy
1
-25
/
+27
2016-10-27
udpsrc: Check for G_PLATFORM_WIN32 for presence of ipi_spec_dest
Scott D Phillips
1
-3
/
+3
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
[next]