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