summaryrefslogtreecommitdiffstats
path: root/ext/neon
AgeCommit message (Expand)AuthorFilesLines
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