summaryrefslogtreecommitdiff
path: root/ext/neon
Commit message (Expand)AuthorAgeFilesLines
* neon: allow per feature registrationStéphane Cerveau2021-03-232-6/+9
* meson: build with neon 0.31worldofpeace2020-04-031-1/+1
* bad: use of g_value_dup_stringStéphane Cerveau2019-12-301-1/+1
* remove various useless linefeed in logsStéphane Cerveau2019-12-111-1/+1
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-3/+3
* Remove autotools build systemTim-Philipp Müller2019-10-141-9/+0
* meson: add more plugins to plugins listTim-Philipp Müller2019-05-301-0/+1
* meson: build neonhttpsrcTim-Philipp Müller2018-08-191-0/+13
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* neon: Make the plugin name match the plugin libraryNicolas Dufresne2017-05-091-1/+1
* Update Edgard Lima's emailEdgard Lima2017-02-272-3/+3
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-2/+1
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-181-2/+1
* neonhttpsrc: add support for SCHEDULING queryTim-Philipp Müller2013-05-121-0/+14
* neonhttpsrc: add iradio-mode property and post icy metadata as tagsTim-Philipp Müller2013-05-122-60/+47
* neonhttpsrc: port to 1.0Tim-Philipp Müller2013-05-122-96/+66
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* neonhttpsrc: remove iradio-* propertiesTim-Philipp Müller2011-11-241-38/+4
* neonhttpsrc: unconditionally send icecast request header, remove iradio-mode ...Tim-Philipp Müller2011-11-242-19/+2
* Update for GstURIHandler get_protocols() changesTim-Philipp Müller2011-11-131-2/+3
* neonhttpsrc: implement URI queryAlessandro Decina2011-07-141-0/+24
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-13/+20
* neonhttpsrc: add connect-timeout and read-timeout propertiesDavid Hoyt2010-08-062-0/+54
* neonhttpsrc: add "cookies" propertyTim-Philipp Müller2010-08-062-0/+33
* Add -Wold-style-definitionBenjamin Otte2010-03-221-1/+1
* Add -Wwrite-stringsBenjamin Otte2010-03-221-2/+2
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-9/+6
* neon,dvd: also use g_value_set_static_string() here for static stringsStefan Kost2010-03-161-2/+2
* neonhttpsrc: handle all redirection http status codesJosep Torra2009-09-041-11/+13
* neonhttp: add property to support SS cerificatesMathias Hasselmann2009-05-252-17/+57
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* ext/neon/gstneonhttpsrc.c: Clean up the debug logging code and #ifdef mess a ...Tim-Philipp Müller2008-09-171-37/+16
* ext/neon/gstneonhttpsrc.c: Don't post LIBRARY_INIT errors where we should be ...Tim-Philipp Müller2008-09-171-6/+13
* ext/neon/gstneonhttpsrc.c: Handle HTTP status code 303 (See Other) the same w...Sebastian Dröge2008-03-171-9/+11
* Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...Sebastian Dröge2008-03-131-1/+1
* ext\neon\gstneonhttpsrc.c: Include unistd.h only if _HAVE_UNISTD_H is definedSébastien Moutte2008-02-071-0/+2
* configure.ac: Update gio's pkg-config file name as currently in SVN.Sebastian Dröge2007-09-291-4/+1
* ext/neon/gstneonhttpsrc.c: Now that we require libneon >= 0.26 remove the neo...Sebastian Dröge2007-09-281-12/+1
* ext/neon/gstneonhttpsrc.*: Don't discard GET parameters from URL if existing.Wouter Cloetens2007-09-282-1/+18
* ext/neon/gstneonhttpsrc.c: With libneon 2.6, we need to set the NE_SESSFLAG_I...Thomas Green2007-09-091-0/+4
* Add stdlib include (free, atoi, exit).Stefan Kost2007-07-181-0/+1
* ext/neon/gstneonhttpsrc.c: Don't leak buffer when returning an error.Tim-Philipp Müller2007-06-011-0/+2
* ext/neon/gstneonhttpsrc.*: Deprecated "uri" property. Clean up property desc...René Stadler2007-06-012-93/+92
* ext/libmms/gstmms.h: No reason to use gpointers instead of typed pointes here...Tim-Philipp Müller2007-05-311-2/+1
* ext/neon/gstneonhttpsrc.c: Make redirection the default behavior. Fixes #413...David Schleef2007-05-131-1/+2
* autogen.sh: Require automake 1.7Thomas Vander Stichele2007-04-291-11/+5
* ext/neon/gstneonhttpsrc.c: Alloc user agent string only once.Tim-Philipp Müller2007-03-221-2/+0