aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist_list.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* utils: move string_array_contains() to string_util.cMax Kellermann2010-12-231-1/+1
* playlist/rss: new playlist plugin for RSS feedsMax Kellermann2010-10-111-0/+2
* eliminate g_error() usageThomas Jansen2010-09-251-1/+2
* playlist_list: probe plugin without MIME attributesMax Kellermann2010-06-251-3/+23
* playlist_list: moved input_stream.ready loop to calling functionMax Kellermann2010-06-251-22/+11
* playlist_list: wait for input stream to become readyAaron Griffith2010-06-251-0/+22
* playlist_list: export playlist_suffix_supported()Max Kellermann2010-06-011-1/+1
* playlist_list: playlist_list_open_path() returns input_streamMax Kellermann2010-06-011-2/+4
* playlist_list: move fallback g_uri_parse_scheme() to glib_compat.hMax Kellermann2010-06-011-14/+1
* playlist: added a FLAC playlist pluginMax Kellermann2010-01-061-0/+4
* input_stream: return allocated input_stream objectsMax Kellermann2010-01-011-2/+4
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* playlist_list: wait for the input stream to become readyMax Kellermann2009-12-271-0/+10
* playlist_list: use uri_get_suffix()Max Kellermann2009-12-261-4/+2
* playlist: added CUE playlist pluginMax Kellermann2009-12-161-0/+4
* playlist_list: support URI suffix matchMax Kellermann2009-12-161-2/+54
* playlist_list: check if open method is presentMax Kellermann2009-12-161-2/+6
* input_stream: return errors with GErrorMax Kellermann2009-12-151-4/+13
* include config.h in all sourcesMax Kellermann2009-11-121-1/+1
* configure.ac: require GLib 2.12Max Kellermann2009-11-101-0/+12
* utils: renamed stringFoundInStringArray()Max Kellermann2009-11-061-7/+8
* playlist_list: added function playlist_list_open_path()Max Kellermann2009-11-061-0/+36
* playlist: added extm3u pluginMax Kellermann2009-11-061-0/+2
* playlist_list: rewind the stream before opening the playlistMax Kellermann2009-11-061-0/+9
* playlist: new ASX playlist pluginMax Kellermann2009-10-211-0/+2
* Add PLS ParserQball Cow2009-10-151-0/+2
* playlist: added plugin for last.fm radioMax Kellermann2009-10-131-0/+5
* playlist: added XSPF pluginMax Kellermann2009-10-131-0/+2
* playlist_list: pass configuration to playlist pluginsMax Kellermann2009-10-131-2/+40
* playlist_list: initialize the "playlist" variableMax Kellermann2009-10-131-1/+1
* playlist_plugin: new plugin API for playlist parsersMax Kellermann2009-10-121-0/+146