summaryrefslogtreecommitdiffstats
path: root/ext/neon
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-02ext/neon/gstneonhttpsrc.*: Simplify _set_uri() and _set_proxy() and remove th...Lutz Mueller2-84/+60
2006-12-22Added seek support.Edgard Lima2-438/+514
2006-12-12ext/neon/gstneonhttpsrc.c: Fix minor mem leak in redirect code.Tim-Philipp Müller1-2/+4
2006-12-12ext/neon/gstneonhttpsrc.c: Set offset on buffers pushed out (id3demux gets co...Tim-Philipp Müller1-1/+3
2006-12-12ext/neon/gstneonhttpsrc.c: Minor clean-ups; remove newlines at end of debug s...Tim-Philipp Müller1-14/+16
2006-09-21Reverted previous commit (2006-09-19 - Allow internal codes from last.fm). As...Edgard Lima3-151/+67
2006-09-19Allow internal codes from last.fmEdgard Lima3-64/+149
2006-08-04Allow HTTP redirect (HTTP status code 302).Edgard Lima2-24/+167
2006-07-07ext/neon/gstneonhttpsrc.*: Remove unlock function. start/stop will do everyth...Lutz Mueller2-212/+126
2006-06-23Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject bo...Tim-Philipp Müller1-1/+1
2006-06-19configure.ac: Fix check so that future libneon API changes won't break the bu...Tim-Philipp Müller1-3/+10
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-2/+2
2006-04-29ext/neon/gstneonhttpsrc.*: added iradio-mode support as in gnomevfssrc to ena...Sébastien Moutte2-8/+226
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-09ext/neon/gstneonhttpsrc.c: remove atoll by using g_ascii_strtoull (atoll is n...Sébastien Moutte1-2/+2
2006-04-06Unify the long descriptions in the plugin details (#337263).j^1-2/+2
2006-04-06ext/neon/gstneonhttpsrc.c: Add back "uri" property and mark it as deprecated;...Tim-Philipp Müller1-1/+10
2006-02-24Changed property name from "uri" to "location".Edgard Lima1-8/+8
2006-02-06Now it uses libneon 0.25.5 that supports shoutcast.Edgard Lima1-5/+9
2006-01-25Just chain up finalize calls (calling parent_class->finalize).Edgard Lima1-0/+3
2006-01-20Fixed state transictions PLAYING->NULL->PLAYING.Edgard Lima1-2/+0
2006-01-16Removed gst_base_src_set_live from mms and neon, and now calling parent_class...Edgard Lima1-2/+0
2006-01-04Some improvements in cancellation and debug messages.Edgard Lima2-95/+138
2006-01-04Removed not need thread and changed to push out blocksize bytes.Edgard Lima2-136/+72
2005-12-28Created new element neonhttpsrc.Edgard Lima3-0/+815