summaryrefslogtreecommitdiff
path: root/ext/neon
AgeCommit message (Expand)AuthorFilesLines
2021-03-23neon: allow per feature registrationStéphane Cerveau2-6/+9
2020-04-03meson: build with neon 0.31worldofpeace1-1/+1
2019-12-30bad: use of g_value_dup_stringStéphane Cerveau1-1/+1
2019-12-11remove various useless linefeed in logsStéphane Cerveau1-1/+1
2019-11-05documentation: fixed a heap o' typosAaron Boxer1-3/+3
2019-10-14Remove autotools build systemTim-Philipp Müller1-9/+0
2019-05-30meson: add more plugins to plugins listTim-Philipp Müller1-0/+1
2018-08-19meson: build neonhttpsrcTim-Philipp Müller1-0/+13
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-05-09neon: Make the plugin name match the plugin libraryNicolas Dufresne1-1/+1
2017-02-27Update Edgard Lima's emailEdgard Lima2-3/+3
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+1
2015-11-18Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-2/+1
2013-05-12neonhttpsrc: add support for SCHEDULING queryTim-Philipp Müller1-0/+14
2013-05-12neonhttpsrc: add iradio-mode property and post icy metadata as tagsTim-Philipp Müller2-60/+47
2013-05-12neonhttpsrc: port to 1.0Tim-Philipp Müller2-96/+66
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2011-11-24neonhttpsrc: remove iradio-* propertiesTim-Philipp Müller1-38/+4
2011-11-24neonhttpsrc: unconditionally send icecast request header, remove iradio-mode ...Tim-Philipp Müller2-19/+2
2011-11-13Update for GstURIHandler get_protocols() changesTim-Philipp Müller1-2/+3
2011-07-14neonhttpsrc: implement URI queryAlessandro Decina1-0/+24
2010-10-19various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-13/+20
2010-08-06neonhttpsrc: add connect-timeout and read-timeout propertiesDavid Hoyt2-0/+54
2010-08-06neonhttpsrc: add "cookies" propertyTim-Philipp Müller2-0/+33
2010-03-22Add -Wold-style-definitionBenjamin Otte1-1/+1
2010-03-22Add -Wwrite-stringsBenjamin Otte1-2/+2
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-9/+6
2010-03-16neon,dvd: also use g_value_set_static_string() here for static stringsStefan Kost1-2/+2
2009-09-04neonhttpsrc: handle all redirection http status codesJosep Torra1-11/+13
2009-05-25neonhttp: add property to support SS cerificatesMathias Hasselmann2-17/+57
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-09-17ext/neon/gstneonhttpsrc.c: Clean up the debug logging code and #ifdef mess a ...Tim-Philipp Müller1-37/+16
2008-09-17ext/neon/gstneonhttpsrc.c: Don't post LIBRARY_INIT errors where we should be ...Tim-Philipp Müller1-6/+13
2008-03-17ext/neon/gstneonhttpsrc.c: Handle HTTP status code 303 (See Other) the same w...Sebastian Dröge1-9/+11
2008-03-13Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...Sebastian Dröge1-1/+1
2008-02-07ext\neon\gstneonhttpsrc.c: Include unistd.h only if _HAVE_UNISTD_H is definedSébastien Moutte1-0/+2
2007-09-29configure.ac: Update gio's pkg-config file name as currently in SVN.Sebastian Dröge1-4/+1
2007-09-28ext/neon/gstneonhttpsrc.c: Now that we require libneon >= 0.26 remove the neo...Sebastian Dröge1-12/+1
2007-09-28ext/neon/gstneonhttpsrc.*: Don't discard GET parameters from URL if existing.Wouter Cloetens2-1/+18
2007-09-09ext/neon/gstneonhttpsrc.c: With libneon 2.6, we need to set the NE_SESSFLAG_I...Thomas Green1-0/+4
2007-07-18Add stdlib include (free, atoi, exit).Stefan Kost1-0/+1
2007-06-01ext/neon/gstneonhttpsrc.c: Don't leak buffer when returning an error.Tim-Philipp Müller1-0/+2
2007-06-01ext/neon/gstneonhttpsrc.*: Deprecated "uri" property. Clean up property desc...René Stadler2-93/+92
2007-05-31ext/libmms/gstmms.h: No reason to use gpointers instead of typed pointes here...Tim-Philipp Müller1-2/+1
2007-05-13ext/neon/gstneonhttpsrc.c: Make redirection the default behavior. Fixes #413...David Schleef1-1/+2
2007-04-29autogen.sh: Require automake 1.7Thomas Vander Stichele1-11/+5
2007-03-22ext/neon/gstneonhttpsrc.c: Alloc user agent string only once.Tim-Philipp Müller1-2/+0