gdkpixbufdec: bump rank to SECONDARY
[platform/upstream/gst-plugins-good.git] / gst / udp /
2010-06-18 Keith Nicholsonudpsrc: fix multicast support on windows builds
2010-06-18 Wim Taymansudp: make url parsing compatible with VLC syntax
2010-04-08 Stefan Kostdocs: upd -> udp and voila it shows up in the docs
2010-03-21 Benjamin OtteAdd -Wold-style-definition flag
2010-03-21 Benjamin OtteAdd -Wwrite-strings to the configure flags
2010-03-18 Tim-Philipp Müllerbuild: Makefile.am cleanups
2010-03-18 Benjamin Ottegst_element_class_set_details => gst_element_class_set_...
2010-03-16 Wim Taymansmultiudpsink: get family of external sockets too
2010-03-11 Michael Smithudp: fix compilation errors on non-windows.
2010-03-11 Andoni Morales Ala... multiudpsink: avoid getting the socket family using...
2010-03-11 Stefan Kostbuild: include stdlib.h for atoi()
2010-03-10 Andoni Morales Ala... multiudpsink: Reset windows error code after getting...
2010-03-10 Wim Taymansudp: use uri parsing code
2010-03-10 Wim Taymansudpnetutils: add helper functions for udp uri handling
2010-03-08 Wim Taymansmulticast: always configure loop and ttl
2010-01-09 Havard Graffmultiudpsink: Compiler warning fixes for Windows
2009-12-21 Michael Smithmultiudpsink: pass length parameter to g_convert
2009-11-24 Michael Smithmultiudpsink: return error message on windows too.
2009-11-24 Michael Smithmultiudpsink: first phase of fixing up error reporting...
2009-10-16 Stefan Kostbuild: use gst-glib-gen.mak to fix the glib build rules.
2009-08-31 Jarkko Palviainenudpsink: Add ttl multicast property
2009-08-31 Jarkko Palviainenudp: split out TTL and loop options
2009-08-02 Tim-Philipp Müllermultiudpsink: don't do things with side-effects inside...
2009-07-20 Josep Torraudputils: initialize struct content with 0.
2009-07-08 Benjamin Gaignardudp: Initialize pointer to NULL
2009-06-30 LRNDon't use sendmsg()-dependent code on Windows
2009-06-23 Tim-Philipp Müllerudp: fix compiler warning about EAI_ADDRFAMILY getting...
2009-06-19 Koop Mastudp: Fix build on FreeBSD
2009-06-19 Wim Taymansudputils: don't free invalid memory
2009-06-16 Wim Taymansudpsrc: add debug line for the socket
2009-06-16 Ognyan Tonchevmultiudpsink: add support for buffer lists
2009-04-27 Wim Taymansudpsrc: fix getaddrinfo error reporting
2009-04-20 Jan Schmidtudp: Fix a simple typo in the previous commit
2009-04-20 Andy Wingoonly use struct ip_mreqn if it is detected
2009-04-18 Edward HerveyRemove trivial unused variables detected by CLang stati...
2009-04-18 Edward HerveyRemove unused variables in _class_init
2009-03-31 Stefan Kostudp: don't use protocol in debug message after freeing
2009-03-19 David Adamudp: Fix build if on Solaris
2009-03-13 Wim Taymansudpsrc: convert _ in properties to -
2009-03-13 Edgar E. Iglesiasudpsrc: Add network interface selection
2009-03-02 Thomas Vander SticheleMerge branch 'master' of ssh://thomasvs@git.freedesktop...
2009-02-27 Sebastian DrögeMerge branch 'master' of ssh://git.freedesktop.org...
2009-02-27 LRNudp: Don't set errno to EAFNOSUPPORT unconditionally
2009-02-26 Jan Smoutudp: fix gst_udp_set_loop_ttl() again
2009-02-25 Wim Taymansudpsrc: fix compilation
2009-02-25 Peter Kjellerstedtudpsrc: Make sure the sockaddr length used for recvfrom...
2009-02-25 Peter Kjellerstedtudpsrc: Unify the use of union gst_sockaddr.
2009-02-24 Jan Schmidtudp: Fix strict-aliasing warnings from gcc 4.4.0
2009-02-23 Aurelien GrimaudRead ICMP error messages instead of looping
2009-01-28 Stefan KostUpdate and add documentation for plugins with deps...
2009-01-28 Stefan KostUpdate and add documentation for plugins with no deps...
2009-01-26 Peter KjellerstedtCorrect return value from gst_udp_get_addr() when no...
2008-12-13 Edward HerveySwitch to using GstStaticPadTemplate.
2008-11-30 Sebastian Drögegst/udp/gstmultiudpsink.c: Provide the parameters that...
2008-11-28 Peter Kjellerstedtgst/udp/gstmultiudpsink.c: Make gst_multiudpsink_render...
2008-11-20 Michael Smithgst/udp/: Fix multiudpsink on OSX by passing the specif...
2008-11-04 Stefan KostDon't install static libs for plugins. Fixes #550851...
2008-10-27 Sebastian Drögegst/udp/gstudpnetutils.h: Define the correct WINVER...
2008-10-27 Sebastian Drögegst/udp/: Fix "argument type mismatch" compiler warning...
2008-09-25 Wim Taymansgst/udp/gstudpsrc.c: Switch on the socket family to...
2008-09-25 Daniel Frankegst/udp/gstudpsrc.c: OS X's bind() implementation is...
2008-09-23 Wim Taymansgst/udp/gstmultiudpsink.c: Fix setting the qos.
2008-08-20 Peter Kjellerstedtgst/udp/: Avoid leaking internally allocated file descr...
2008-07-23 Michael Smithgst/goom/: Fix build with MSVC: include glib.h to defin...
2008-07-14 Sebastian Drögegst/udp/gstudpnetutils.c: EAI_ADDRFAMILY was obsoleted...
2008-07-05 Tero Saarnigst/udp/gstudpsrc.c: Fix parsing of udp:// URIs contain...
2008-06-25 Sebastian Drögegst/udp/gstudpsrc.c: Call getsockname() after the call...
2008-06-20 Thomas Vander Stichelegst/: Added debug.
2008-06-13 Wim Taymansgst/udp/gstudpsrc.*: Add property to control automatic...
2008-06-13 Wim Taymansgst/udp/gstudpnetutils.c: Use g_ntohl for better portab...
2008-06-13 Wim Taymansgst/udp/gstmultiudpsink.c: Fix a typo and do some small...
2008-05-22 Tim-Philipp Müllergst/udp/Makefile.am: Add -D_GNU_SOURCE to CFLAGS so...
2008-05-22 Julien Mouttegst/smpte/gstsmptealpha.c: Fix debug statement arguments.
2008-05-21 Wim Taymansgst/udp/: Joining a multicast group and setting the...
2008-05-21 Wim Taymansgst/udp/gstmultiudpsink.*: Add a fixme for the auto...
2008-05-21 Gustaf Räntilägst/udp/gstmultiudpsink.c: Ignore EPERM errors from...
2008-05-21 Henrik Erikssongst/udp/gstmultiudpsink.*: Add qos-dscp property to...
2008-05-21 Bruno Santosgst/udp/gstudpnetutils.*: Provide a bunch of helper...
2008-05-01 Youness Alaouigst/udp/gstudpsrc.c: Don't error out if we get an ICMP...
2008-04-25 Tim-Philipp Müllergst/: Use GLib versions of htonl, htons, ntohl and...
2008-03-07 Wim Taymansgst/udp/gstudpsrc.c: Fix compilation after removing...
2008-03-07 Ole André Vadla... gst/udp/gstudpsrc.c: Properly balance WSA_Cleanup with...
2008-02-28 Peter Kjellerstedtgst/udp/gstudpsrc.*: Port to GstPoll. See #505417.
2008-01-18 Thijs Vermeirgst/udp/gstmultiudpsink.c: use GST_WARNING for logging
2008-01-18 Thijs Vermeirgst/udp/gstmultiudpsink.c: Don't try to leave a multica...
2008-01-17 Olivier Cretegst/udp/gstmultiudpsink.*: Add property to automaticall...
2007-11-14 Tim-Philipp Müllergst/rtsp/gstrtspsrc.c: Don't leak sdp message contents...
2007-11-02 Ole André Vadla... Fix includes for MSVC and GLib-2.14.0 (#492388).
2007-10-18 Laurent Glayalgst/udp/gstudpsrc.c: When the socket is used by the...
2007-09-26 Wim Taymansgst/udp/gstudpsrc.c: Update documentation.
2007-09-10 Wim Taymansgst/udp/gstudpsrc.c: Make udpsrc timestamp outgoing...
2007-09-04 Wim Taymansgst/udp/gstmultiudpsink.c: Add property do configure...
2007-08-17 Wim Taymansgst/udp/gstmultiudpsink.*: Add support for getting...
2007-08-16 Wim Taymansgst/udp/gstudpsrc.c: Improve UDP performance by avoidin...
2007-05-21 Wim Taymansgst/udp/gstudpsrc.c: Since we depend on 0.10.13 -core...
2007-04-29 Wim Taymansgst/udp/gstmultiudpsink.c: Add code to drop membership...
2007-04-29 Wim Taymansgst/udp/gstmultiudpsink.c: Fix multicast detection.
2007-04-26 Wim Taymansgst/udp/gstudpsrc.c: Handle the case where there are...
2007-04-11 Wim Taymansgst/udp/gstudp.c: Register GstNetBuffer in plugin_init...
2007-04-10 Peter Kjellerstedtgst/: Fix some compiler warnings. Fixes #428182.
next