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
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
2014-06-13
dynudpsink: return FLUSHING when sendto got canceled, not an error
Tim-Philipp Müller
1
-2
/
+11
2014-04-26
docs: remove outdated and pointless 'Last reviewed' lines from docs
Tim-Philipp Müller
1
-2
/
+0
2014-04-21
multiidpsink: warn when setsockopt fails
Vincent Penquerc'h
1
-4
/
+10
2014-04-16
udpsrc: correct LOG msg for -1
Marc Leeman
1
-2
/
+1
2014-03-24
udpsrc: improve caps handling
Wim Taymans
1
-7
/
+21
2014-03-24
udpsrc: open/close socket in NULL<->READY state
Wim Taymans
1
-22
/
+58
2014-02-14
docs: fix mismatched para tags
William Jon McCann
1
-2
/
+1
2013-12-19
udpsrc: on receive error only unmap and unref buffer if one was alloced and m...
Tim-Philipp Müller
1
-3
/
+5
2013-12-19
multiudpsink: fix misleading comment
Tim-Philipp Müller
1
-2
/
+2
2013-11-18
docs: get rid of 'Since: 0.10.x' markers
Tim-Philipp Müller
1
-4
/
+2
2013-11-07
multiudpsink: Also use the bind-port property if no bind-address was given
Sebastian Dröge
1
-2
/
+2
2013-10-14
multiudpsink: Fix memory leak
Ognyan Tonchev
1
-0
/
+6
2013-09-05
udpsrc: fix build on win32
Tim-Philipp Müller
1
-1
/
+1
2013-09-03
udpsrc: Bind to multicast addresses on non-Windows systems
Sebastian Dröge
2
-32
/
+39
2013-09-03
udpsrc: Refactor address resolval into its own function
Sebastian Dröge
1
-31
/
+45
2013-08-04
udp: remove unused marshal and enumtypes files
Tim-Philipp Müller
1
-12
/
+0
2013-06-24
udpsink: bind to the given interface
Wim Taymans
1
-0
/
+13
2013-06-05
udpsink: avoid leaking the host
Wim Taymans
1
-1
/
+8
2013-05-23
(dyn|multi)udpsink: Add properties to specify the bind address and port
Sebastian Dröge
4
-40
/
+198
2013-05-23
(dyn|multi)udpsink: Bind socket before using it
Sebastian Dröge
2
-2
/
+52
2013-05-23
(multi)udpsink: Add missing getters for socket-v6 and used-socket-v6 properties
Sebastian Dröge
1
-0
/
+6
2013-04-27
udp: log WARNING debug message if UDP multicast is likely to be broken
Tim-Philipp Müller
1
-0
/
+6
2013-04-27
udpsrc: add includes to get socklen_t defined on Windows
Tim-Philipp Müller
1
-0
/
+11
2013-04-25
(multi)udpsink: Use separate sockets for IPv4 and IPv6
Sebastian Dröge
2
-46
/
+185
2013-04-25
dynudpsink: Use separate sockets for IPv4 and IPv6
Sebastian Dröge
2
-26
/
+105
2013-04-25
udp: Don't include removed gstudp.h in noinst_HEADERS
Sebastian Dröge
1
-1
/
+1
2013-04-25
udp: Remove unused enum type
Sebastian Dröge
6
-59
/
+0
2013-04-25
udp: Use the generic marshaller instead of generating marshallers
Sebastian Dröge
4
-14
/
+10
2013-04-25
udpsrc: Rename instance variable from host to multi_group
Sebastian Dröge
2
-22
/
+27
2013-04-25
udpsrc: Add bind-address property
Sebastian Dröge
1
-0
/
+14
2013-04-15
gst: Add better support for static plugins
Sebastian Dröge
1
-1
/
+1
2013-04-11
udpsink: avoid alloc and free in render function
Wim Taymans
2
-5
/
+20
2013-04-09
udpsink: improve debug
Wim Taymans
1
-1
/
+2
2013-02-15
udpsrc: use g_socket_set_option() to set buffer size with newer GLib versions
Tim-Philipp Müller
1
-1
/
+43
2013-01-04
udpsrc: sanity check size of available packet data for reading to avoid memor...
Tim-Philipp Müller
1
-0
/
+8
2012-12-12
udpsrc: improve timeouts
Wim Taymans
1
-6
/
+10
2012-11-15
udpsrc: post error before stopping
Wim Taymans
1
-3
/
+4
2012-11-09
udpsrc: Also clear GError
Sebastian Dröge
1
-0
/
+1
2012-11-09
udpsrc: Don't error out if we get an ICMP destination-unreachable message whe...
Sebastian Dröge
1
-1
/
+11
2012-11-04
Fix FSF address
Tim-Philipp Müller
12
-24
/
+24
2012-10-22
updsrc: fix typo causing compilation error
Sebastian Rasmussen
1
-1
/
+1
2012-10-10
multiudpsink: add multicast-iface property
Rasmus Rohde
2
-4
/
+26
2012-10-10
multiudpsink: don't error on send errors but only warn
Wim Taymans
1
-26
/
+27
2012-10-10
multiudpsink: add force-ipv4 option
Rasmus Rohde
2
-1
/
+23
2012-10-10
multiudpsink: remove unused field
Wim Taymans
2
-6
/
+0
2012-10-10
udpsrc: use negotiated allocator or pool
Wim Taymans
1
-24
/
+32
[next]