Add -Wold-style-definition
[platform/upstream/gstreamer.git] / ext / neon / gstneonhttpsrc.c
2010-03-22 Benjamin OtteAdd -Wold-style-definition
2010-03-22 Benjamin OtteAdd -Wwrite-strings
2010-03-18 Benjamin Ottegst_element_class_set_details => gst_element_class_set_...
2010-03-16 Stefan Kostneon,dvd: also use g_value_set_static_string() here...
2009-09-04 christian schallerMerge branch 'master' of ssh://uraeus@git.freedesktop...
2009-09-04 Josep Torraneonhttpsrc: handle all redirection http status codes
2009-05-25 Mathias Hasselmannneonhttp: add property to support SS cerificates
2008-09-17 Tim-Philipp Müllerext/neon/gstneonhttpsrc.c: Clean up the debug logging...
2008-09-17 Tim-Philipp Müllerext/neon/gstneonhttpsrc.c: Don't post LIBRARY_INIT...
2008-03-17 Sebastian Drögeext/neon/gstneonhttpsrc.c: Handle HTTP status code...
2008-03-13 Sebastian DrögeUse GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGI...
2008-02-07 Sébastien Moutteext\neon\gstneonhttpsrc.c: Include unistd.h only if...
2007-09-29 Sebastian Drögeconfigure.ac: Update gio's pkg-config file name as...
2007-09-28 Sebastian Drögeext/neon/gstneonhttpsrc.c: Now that we require libneon...
2007-09-28 Wouter Cloetensext/neon/gstneonhttpsrc.*: Don't discard GET parameters...
2007-09-09 Thomas Greenext/neon/gstneonhttpsrc.c: With libneon 2.6, we need...
2007-07-18 Stefan KostAdd stdlib include (free, atoi, exit).
2007-06-01 Tim-Philipp Müllerext/neon/gstneonhttpsrc.c: Don't leak buffer when retur...
2007-06-01 René Stadlerext/neon/gstneonhttpsrc.*: Deprecated "uri" property...
2007-05-31 Tim-Philipp Müllerext/libmms/gstmms.h: No reason to use gpointers instead...
2007-05-13 David Schleefext/neon/gstneonhttpsrc.c: Make redirection the default...
2007-03-22 Tim-Philipp Müllerext/neon/gstneonhttpsrc.c: Alloc user agent string...
2007-03-02 Lutz Muellerext/neon/gstneonhttpsrc.*: Simplify _set_uri() and...
2006-12-22 Edgard LimaAdded seek support.
2006-12-12 Tim-Philipp Müllerext/neon/gstneonhttpsrc.c: Fix minor mem leak in redire...
2006-12-12 Tim-Philipp Müllerext/neon/gstneonhttpsrc.c: Set offset on buffers pushed...
2006-12-12 Tim-Philipp Müllerext/neon/gstneonhttpsrc.c: Minor clean-ups; remove...
2006-09-21 Edgard LimaReverted previous commit (2006-09-19 - Allow internal...
2006-09-19 Edgard LimaAllow internal codes from last.fm
2006-08-04 Edgard LimaAllow HTTP redirect (HTTP status code 302).
2006-07-07 Lutz Muellerext/neon/gstneonhttpsrc.*: Remove unlock function....
2006-06-23 Tim-Philipp MüllerUse GST_DEBUG_CATEGORY_STATIC where possible (#342503...
2006-06-19 Tim-Philipp Müllerconfigure.ac: Fix check so that future libneon API...
2006-04-29 Sébastien Moutteext/neon/gstneonhttpsrc.*: added iradio-mode support...
2006-04-25 Stefan KostDefine GstElementDetails as const and also static ...
2006-04-09 Sébastien Moutteext/neon/gstneonhttpsrc.c: remove atoll by using g_asci...
2006-04-06 j^Unify the long descriptions in the plugin details ...
2006-04-06 Tim-Philipp Müllerext/neon/gstneonhttpsrc.c: Add back "uri" property...
2006-02-24 Edgard LimaChanged property name from "uri" to "location".
2006-02-06 Edgard LimaNow it uses libneon 0.25.5 that supports shoutcast.
2006-01-25 Edgard LimaJust chain up finalize calls (calling parent_class...
2006-01-20 Edgard LimaFixed state transictions PLAYING->NULL->PLAYING.
2006-01-16 Edgard LimaRemoved gst_base_src_set_live from mms and neon, and...
2006-01-04 Edgard LimaSome improvements in cancellation and debug messages.
2006-01-04 Edgard LimaRemoved not need thread and changed to push out blocksi...
2005-12-28 Edgard LimaCreated new element neonhttpsrc.