better/unified long descriptions
[platform/upstream/gst-plugins-good.git] / gst / udp /
2006-03-07 Wim Taymansgst/udp/gstdynudpsink.c: Applied patch from Kai Vehmane...
2006-02-16 Wim TaymansUpdate documentation.
2006-02-06 Wim Taymansgst/udp/gstmultiudpsink.*: Updated docs.
2006-02-06 Thomas Vander Sticheleadding docs for multiudpsink
2006-01-23 Jens GranseuerC89 fixes: declare variables at the beginning of a...
2006-01-07 Philippe Kalafgst-plugins-good/gst/udp/: Allow udpsrc and dynudpsink...
2005-12-29 Michael Smithgst/udp/gstmultiudpsink.*: Track packets sent per clien...
2005-12-20 Michael Smithgst/udp/gstmultiudpsink.*: Collect statistics; return...
2005-12-06 Thomas Vander Sticheleexpand tabs
2005-11-30 Julien Mouttegst/udp/Makefile.am: Moved to netbuffer.
2005-11-29 Thomas Vander Stichelegst/udp/: the old gstnet lib was renamed gstnetbuffer...
2005-11-25 Sebastien Cotegst/udp/gstudpsrc.c: Patch from Sebastien Cote to close...
2005-11-22 Edward HerveyURIHandler interface and element properties are now...
2005-11-16 Andy WingoMove comment.
2005-11-16 Andy Wingogst/udp/gstudpsrc.c: Clean up with the boilerplate...
2005-11-14 Thomas Vander Stichelerework configure.ac; make asterisk rtp stuff compile...
2005-09-21 Wim Taymansgst/rtsp/gstrtspsrc.c: More SDP parsing and caps setting.
2005-09-21 Wim Taymansgst/rtp/README: Update README
2005-09-19 Wim Taymansgst/level/level-example.c: Fix for new bus API.
2005-09-09 Thomas Vander Stichelegst-plugins-good.spec.in: spec file fixes
2005-09-02 Andy WingoAll plugins updated for element state changes.
2005-08-19 Wim Taymansgst/udp/gstmultiudpsink.c: Remove get_time code that...
2005-08-19 Wim Taymansext/amrnb/: Update caps with audio/AMR.
2005-08-18 Wim Taymansgst/rtp/: Remove old code that is now in gst-libs/gst...
2005-08-13 Tim-Philipp MüllerUse -lgstfoo-@GST_MAJORMINOR@ instead of -lgstfoo-0.9
2005-07-25 Thomas Vander Sticheleclean up flags
2005-07-14 Thomas Vander Stichelemore autistic cleanliness in functions/names/defines
2005-07-10 Thomas Vander Stichelemore macro splitting; fix po problem
2005-07-06 Edward Herveygst/udp/gstudpsrc.c: GST_BASESRC --> GST_BASE_SRC
2005-07-01 Philippe Kalafgst/udp/: (new)
2005-07-01 Jan SchmidtReplace GST_PLUGINS_LIBS_* with GST_PLUGINS_BASE_*
2005-06-29 Andy Wingogst/udp/gstudpsink.c (gst_udpsink_get_type): Actually...
2005-06-28 Wim TaymansFix old RPAD macro. basesrc -> base_src
2005-06-23 Wim Taymansgst/udp/gstudpsrc.c: Make udpsrc a live source.
2005-06-02 Wim Taymansgst/udp/Makefile.am: Use versioned net lib.
2005-06-02 Wim Taymansgst/udp/Makefile.am: Fix hack in makefile.
2005-06-02 Wim Taymansgst/udp/: Use NetBuffer and small cleanups.
2005-05-12 Wim Taymansgst/udp/: Added multifdsink to send UDP to multiple...
2005-05-12 Wim Taymansgst/: Make UDP and TCP elements use PushSrc.
2005-05-11 Wim Taymansgst/: UDP fixes, added uri handler.
2005-05-10 Wim Taymansgst/udp/: Ported udp src/sink.
2004-08-19 Jan Schmidtgst/udp/gstudpsrc.*: Don't call gst_pad_push in a get...
2004-07-27 Steve Lhommemore working plugins
2004-07-27 Steve Lhommerename GStreamer-0.8.lib to libgstreamer.lib
2004-07-27 Steve Lhommeavoid problems with math.h, fix release dependancy
2004-07-26 Steve Lhommemore plugins supported under windows
2004-04-20 David Schleefext/mad/gstid3tag.c: Add stdlib.h
2004-03-15 Thomas Vander Sticheledon't mix tabs and spaces
2004-03-15 Johan Dahlin*.h: Revert indenting
2004-03-14 Thomas Vander Stichelegst-indent
2004-03-14 Thomas Vander Sticheleadd missing ending c++ blocks BEFORE_INDENT
2004-03-06 David Schleefgst/udp/gstudpsrc.c: Check for unfixed caps and throw...
2004-02-02 David Schleefcode cleanup. Change bzero() to memset(). Remove...
2004-01-14 Benjamin Otteuse element time.
2003-12-31 David SchleefChange gst_pad_proxy_link() to gst_pad_try_set_caps()
2003-12-22 David SchleefMerge CAPS branch
2003-12-04 Andy Wingoremove copyright field from plugins
2003-11-07 Ronald S. BultjeRemove all config.h includes from header files, add...
2003-11-02 Benjamin Otteforgot to make the element details static in here
2003-11-02 Benjamin Ottefix for new plugin system
2003-10-08 Andy Wingo/GstBuffer/GstData/ in the API where you can pass event...
2003-08-20 Angel CarpinteroAdd setsockopt SO_REUSEADDR
2003-08-10 David SchleefRemove redundant plugindir definition
2003-08-07 Angel CarpinteroEnable MTU feature
2003-07-31 Angel CarpinteroAdded some issues on TODO
2003-06-29 Benjamin Ottecompatibility fix for new GST_DEBUG stuff.
2003-06-09 Zeeshan AliCongrats everyone! udp plugins are now multicast-enabled
2003-06-09 Zeeshan Alilocalhost (the default host) couldnt get resolved
2003-05-22 Zeeshan Alilocalhost should not be looked-up and the user should...
2003-04-06 Ronald S. BultjeFixup for bug 109797 and 109094
2003-02-10 Zeeshan AliMaking some things work and breaking others
2003-02-02 David SchleefChange %lld, %llu to G_G[U]INT64_FORMAT globally. ...
2003-01-10 Thomas Vander StichelePadConnect -> PadLink
2003-01-10 Thomas Vander Sticheleanother batch of connect->link fixes please let me...
2002-12-27 Wim TaymansUpdate to new element sync API
2002-12-20 Zeeshan Aliadded mtu option
2002-12-18 Wim TaymansFix caps nego
2002-12-17 David I. Lehnbuild fix: declare variable at start of block
2002-12-15 Zeeshan Alitrying to follow wtay's advice
2002-12-08 Thomas Vander Sticheleparallel install fixes
2002-11-28 Christian Schallerfix some disting and rpm building issues
2002-11-27 Wim TaymansMoved clock set/get to class functions.
2002-11-16 Zeeshan Aliupdated with the latest changes.
2002-11-16 Zeeshan Ali(1) Caps nego are now dynamic, the Application develope...
2002-11-08 Zeeshan AliUDP plugins will work for RedHatians too
2002-11-08 Zeeshan AliTrying to make udp plugins work
2002-10-26 David Schleefconvert sys_errlist to g_strerror()
2002-09-29 Andy Wingolicenses again
2002-09-18 Christian Schallerplugins part of license field patch
2002-04-20 Andy Wingoa hack to work around intltool's brokenness a current...
2002-04-11 Andy WingoGstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLAT...
2002-03-20 Andy Wingos/Gnome-Streamer/GStreamer/
2002-03-19 Andy Wingoremoval of //-style comments don't link plugins to...
2002-03-19 Andy Wingos/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substit...
2002-01-18 Wrobell- plugins are built without versioning info
2002-01-13 Wim TaymansBring the plugins in sync with the new core capsnego...
2002-01-12 David I. Lehns/filter/plugin/ link plugins to GST_LIBS rearrange...
2001-12-22 Andy WingoInitial revision