rtpsession: fix Early Feedback Transmission
[platform/upstream/gst-plugins-good.git] / gst / udp /
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...
2012-11-04 Tim-Philipp MüllerFix FSF address
2012-10-22 Sebastian Rasmussenupdsrc: fix typo causing compilation error
2012-10-10 Rasmus Rohdemultiudpsink: add multicast-iface property
2012-10-10 Wim Taymansmultiudpsink: don't error on send errors but only warn
2012-10-10 Rasmus Rohdemultiudpsink: add force-ipv4 option
2012-10-10 Wim Taymansmultiudpsink: remove unused field
2012-10-10 Wim Taymansudpsrc: use negotiated allocator or pool
2012-10-10 Wim Taymansmultiudpsink: post error when something goes wrong
2012-09-12 Mark Nauwelaertsudp: add include for IPPROTO_*
2012-09-12 Mark Nauwelaertsudp: properly match braces and cpp directives
2012-08-27 Tim-Philipp Müllerdocs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace...
2012-08-22 Wim Taymansudpsink: don't crash on NULL error
2012-08-07 Olivier Crêtemultiudpsink: Return FLUSHING instead of ERROR on unlock
2012-07-24 Tim-Philipp Müllerudpsrc: don't crash dereferencing NULL error when leavi...
2012-07-11 Tim-Philipp Müllermultiudpsink: check the right size when warning about...
2012-04-10 Mark NauwelaertsMerge remote-tracking branch 'origin/0.10'
2012-04-09 Tim-Philipp MüllerUse new gst_element_class_set_static_metadata()
2012-04-05 Mark Nauwelaertsupdsrc: clear error
2012-04-05 Sebastian Drögegst: Update for GST_PLUGIN_DEFINE() API changes
2012-04-04 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-04-02 Stefan SauerMerge branch '0.10'
2012-03-30 Wim Taymansupdate for buffer api change
2012-03-29 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-03-27 Raimo Järviudp: Fix compiling with mingw.
2012-03-22 Olivier Crêteudpsink: Unlock on error
2012-03-22 Mark NauwelaertsMerge branch 'master' into 0.11
2012-03-22 Wim TaymansMerge branch 'master' into 0.11
2012-03-22 Wim TaymansMerge branch 'master' into 0.11
2012-03-13 Wim Taymansudpsink: make buffer-size work again
2012-03-13 Wim Taymansudpsrc: fix SO_RCVBUF handling
2012-03-07 David Schleefudp: Change the default port to 5004
2012-03-07 David SchleefMerge branch '0.11' of ssh://git.freedesktop.org/git...
2012-03-05 Mark NauwelaertsMerge branch 'master' into 0.11
2012-03-01 Mark NauwelaertsMerge branch 'master' into 0.11
2012-02-27 Edward HerveySuppress deprecation warnings in selected files, for...
2012-02-27 Tim-Philipp MüllerMerge remote-tracking branch 'origin/master' into 0.11
2012-02-27 Tim-Philipp MüllerMerge commit 'f9207722ca8fd8dcc1e7215d8af85efe4debfdf4...
2012-02-27 Tim-Philipp MüllerMerge commit '38516ad367128d83f9e156529018adb4433cd328...
2012-02-22 Wim Taymansupdate for new memory api
2012-02-21 Wim TaymansMerge branch 'master' into 0.11
2012-02-20 Wim Taymansfix compiler warnings
2012-02-20 Matej Knoppfix compiler warnings
2012-02-17 Wim TaymansMerge branch 'master' into 0.11
2012-02-16 Wim TaymansMerge branch 'master' into 0.11
2012-02-14 Wim TaymansMerge branch 'master' into 0.11
2012-02-13 Wim Taymansupdate for memory api change
2012-02-12 Tim-Philipp MüllerMerge remote-tracking branch 'origin/master' into 0.11
2012-02-10 Wim TaymansMerge branch 'master' into 0.11
2012-02-09 Marc Leemanmultiudpsink: typo fix (bytes send -> bytes sent)
2012-02-08 Wim TaymansGST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING
2012-01-26 Tim-Philipp Müllerdynudpsink: fix get-stats signal registration some...
next