pulsesink: Apply individual volume ratio to volume/mute properties
[platform/upstream/gst-plugins-good.git] / gst / udp /
2018-01-05 Gilbok LeeMerge branch 'tizen_gst_upgrade' into tizen 70/165970/1 accepted/tizen/unified/20180110.141839 submit/tizen/20180105.085839
2017-11-01 Eunhae ChoiMerge the tizen patch and fix build err based on 1... 30/158530/1
2017-02-14 Sebastian Drögeudpsrc: Use IP_MULTICAST_ALL for filtering IPv4 packets...
2016-12-19 Wonchul Leeupdsrc: Add to join multiple multicast interfaces
2016-11-14 Petr Kulhavyudpsrc: remove redundant saddr unref
2016-11-14 Petr Kulhavyudpsrc: receive control messages only in multicast
2016-10-27 Scott D Phillipsudpsrc: Check for G_PLATFORM_WIN32 for presence of...
2016-09-12 Thomas Klausnerudpsrc: Fix compilation on NetBSD
2016-08-20 Nirbheek ChauhanAdd support for Meson as alternative/parallel build...
2016-08-12 Thomas Bluemelmultiudpsink: Initialize bytes_sent field.
2016-07-10 Sebastian Drögeudpsrc: Use correct in6_pktinfo struct instead of in_pk...
2016-06-28 Sebastian Drögeudpsrc: Windows has no ipi_spec_dst in struct in_pktinfo
2016-06-28 Sebastian Drögeudpsrc: #define __APPLE_USE_RFC_3542 to be able to...
2016-06-28 Sebastian Drögeudpsrc: Move #includes around to a) work around broken...
2016-06-28 Sebastian Drögeudpsrc: Fix compilation on Windows and *BSD/OSX
2016-06-28 Sebastian Drögeudpsrc: Filter out multicast packets that are not for...
2016-05-18 Tim-Philipp Müllerudpsrc: fix Since version for new "loop" property
2016-05-17 Tim-Philipp Müllerudpsrc: add doc blurb with since marker for new "loop...
2016-04-29 Sebastian Drögeudpsrc: Always bind to ANY when address is a multicast...
2016-04-26 Mats Lindestammultiudpsink: Allow setting "socket-v6" without setting...
2016-04-18 Tim-Philipp Müllerudpsrc: add "retrieve-sender-address" property
2016-03-24 Vineeth TMgood: use new gst_element_class_add_static_pad_template()
2016-03-04 Sebastian Drögeudpsrc: Fix multicast group joining with provided socke...
2016-02-25 Tim-Philipp MüllerMerge branch 'plugin-move-rtp-opus'
2016-02-21 Tim-Philipp Müllerwin32: remove outdated build cruft
2016-02-16 Tim-Philipp MüllerMerge branch 'plugin-move-rtp-h265'
2015-11-26 Eunhae ChoiMerge remote-tracking branch 'remotes/origin/upstream... 99/52699/1
2015-11-17 Sebastian Drögeudpsrc: Add "loop" property for enabling/disabling...
2015-10-23 Mischa Spiegelmockdocs: Minor fixes in various places
2015-10-02 Sebastian Drögeudpsrc: Fixup last commit
2015-10-02 Sebastian DrögeUpdate GLib dependency to 2.40.0
2015-09-11 Vineeth TMmultiudpsink: fix GError memory leak when hostname...
2015-09-04 Sebastian Drögeudpsrc: Fix build with GLib < 2.44
2015-09-04 Sebastian Drögeudpsrc: Ignore G_IO_ERROR_CONNECTION_CLOSED when receiv...
2015-05-27 Tim-Philipp Müllerdynudpsink: keep GCancellable fd around instead of...
2015-05-27 Tim-Philipp Müllerudpsink, multiudpsink: keep GCancellable fd around...
2015-05-27 Tim-Philipp Müllerudpsrc: keep GCancellable fd around instead of re-creat...
2015-05-19 Tim-Philipp Müllerudp: don't use soon-to-be-deprecated g_cancellable_reset()
2015-04-26 Tim-Philipp MüllerRemove obsolete Android build cruft
2015-04-24 Luis de Bethencourtremove unused enum items PROP_LAST
2015-03-13 Tim-Philipp Müllermultiudpsink: fix crash with GST_DEBUG enabled
2015-03-10 Tim-Philipp MüllerFix double semicolons
2014-12-16 Tim-Philipp Müllerudpsink: allocate scratch space for render functions...
2014-12-16 Tim-Philipp Müllermultiudpsink: re-use send_buffers() code path for rende...
2014-12-16 Tim-Philipp Müllermultiudpsink: keep client list consistent during removals
2014-12-16 Tim-Philipp Müllermultiudpsink: fix client count after removal
2014-12-16 Tim-Philipp Müllermultiudpsink: keep client list sorted by socket family
2014-12-16 Tim-Philipp Müllermultiudpsink: add sendmmsg-ready render_list function...
2014-12-16 Tim-Philipp Müllermultiudpsink: make udp client structure refcounted
2014-12-16 Tim-Philipp Müllermultiudpsink: keep count of number of unique and non...
2014-11-02 Tim-Philipp MüllerSprinkle some G_PARAM_DEPRECATED and #ifndef GST_REMOVE...
2014-09-12 Sanjay NMudp: include string.h for memcmp and memset
2014-09-09 Tim-Philipp Müllerudpsrc: more efficient memory handling
2014-09-09 Tim-Philipp Müllerudpsrc: rework memory allocation bits and ensure we...
2014-09-09 Tim-Philipp Müllerudpsrc: track max packet size and save allocator negoti...
2014-08-18 Víctor Manuel Jáqu... udp: fix udpsrc documentation
2014-06-20 Tim-Philipp Müllermultiudpsink: optimisation: avoid unnecessary memory...
2014-06-20 Tim-Philipp Müllermultiudpsink: avoid some unnecessary run-time type...
2014-06-18 Tim-Philipp Müllerudp: improve element descriptions for dynudpsink and...
2014-06-18 Tim-Philipp Müllerudp: remove suppression of compiler warnings for deprec...
2014-06-13 Tim-Philipp Müllerdynudpsink: return FLUSHING when sendto got canceled...
2014-04-26 Tim-Philipp Müllerdocs: remove outdated and pointless 'Last reviewed...
2014-04-21 Vincent Penquerc'hmultiidpsink: warn when setsockopt fails
2014-04-16 Marc Leemanudpsrc: correct LOG msg for -1
2014-03-24 Wim Taymansudpsrc: improve caps handling
2014-03-24 Wim Taymansudpsrc: open/close socket in NULL<->READY state
2014-02-14 William Jon McCanndocs: fix mismatched para tags
2013-12-19 Tim-Philipp Müllerudpsrc: on receive error only unmap and unref buffer...
2013-12-19 Tim-Philipp Müllermultiudpsink: fix misleading comment
2013-11-18 Tim-Philipp Müllerdocs: get rid of 'Since: 0.10.x' markers
2013-11-07 Sebastian Drögemultiudpsink: Also use the bind-port property if no...
2013-10-14 Ognyan Tonchevmultiudpsink: Fix memory leak
2013-09-05 Tim-Philipp Müllerudpsrc: fix build on win32
2013-09-03 Sebastian Drögeudpsrc: Bind to multicast addresses on non-Windows...
2013-09-03 Sebastian Drögeudpsrc: Refactor address resolval into its own function
2013-08-04 Tim-Philipp Müllerudp: remove unused marshal and enumtypes files
2013-06-24 Wim Taymansudpsink: bind to the given interface
2013-06-05 Wim Taymansudpsink: avoid leaking the host
2013-05-23 Sebastian Dröge(dyn|multi)udpsink: Add properties to specify the bind...
2013-05-23 Sebastian Dröge(dyn|multi)udpsink: Bind socket before using it
2013-05-23 Sebastian Dröge(multi)udpsink: Add missing getters for socket-v6 and...
2013-04-27 Tim-Philipp Müllerudp: log WARNING debug message if UDP multicast is...
2013-04-27 Tim-Philipp Müllerudpsrc: add includes to get socklen_t defined on Windows
2013-04-25 Sebastian Dröge(multi)udpsink: Use separate sockets for IPv4 and IPv6
2013-04-25 Sebastian Drögedynudpsink: Use separate sockets for IPv4 and IPv6
2013-04-25 Sebastian Drögeudp: Don't include removed gstudp.h in noinst_HEADERS
2013-04-25 Sebastian Drögeudp: Remove unused enum type
2013-04-25 Sebastian Drögeudp: Use the generic marshaller instead of generating...
2013-04-25 Sebastian Drögeudpsrc: Rename instance variable from host to multi_group
2013-04-25 Sebastian Drögeudpsrc: Add bind-address property
2013-04-15 Sebastian Drögegst: Add better support for static plugins
2013-04-11 Wim Taymansudpsink: avoid alloc and free in render function
2013-04-09 Wim Taymansudpsink: improve debug
2013-03-09 Tim-Philipp MüllerMerge branch 'dtmf-moved-from-bad'
2013-02-15 Tim-Philipp Müllerudpsrc: use g_socket_set_option() to set buffer size...
2013-01-04 Tim-Philipp Müllerudpsrc: sanity check size of available packet data...
2012-12-12 Wim Taymansudpsrc: improve timeouts
2012-11-15 Wim Taymansudpsrc: post error before stopping
2012-11-09 Sebastian Drögeudpsrc: Also clear GError
2012-11-09 Sebastian Drögeudpsrc: Don't error out if we get an ICMP destination...
next