aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist_list.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-12-23utils: move string_array_contains() to string_util.cMax Kellermann1-1/+1
2010-10-11playlist/rss: new playlist plugin for RSS feedsMax Kellermann1-0/+2
2010-09-25eliminate g_error() usageThomas Jansen1-1/+2
2010-06-25playlist_list: probe plugin without MIME attributesMax Kellermann1-3/+23
2010-06-25playlist_list: moved input_stream.ready loop to calling functionMax Kellermann1-22/+11
2010-06-25playlist_list: wait for input stream to become readyAaron Griffith1-0/+22
2010-06-01playlist_list: export playlist_suffix_supported()Max Kellermann1-1/+1
2010-06-01playlist_list: playlist_list_open_path() returns input_streamMax Kellermann1-2/+4
2010-06-01playlist_list: move fallback g_uri_parse_scheme() to glib_compat.hMax Kellermann1-14/+1
2010-01-06playlist: added a FLAC playlist pluginMax Kellermann1-0/+4
2010-01-01input_stream: return allocated input_stream objectsMax Kellermann1-2/+4
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-27playlist_list: wait for the input stream to become readyMax Kellermann1-0/+10
2009-12-26playlist_list: use uri_get_suffix()Max Kellermann1-4/+2
2009-12-16playlist: added CUE playlist pluginMax Kellermann1-0/+4
2009-12-16playlist_list: support URI suffix matchMax Kellermann1-2/+54
2009-12-16playlist_list: check if open method is presentMax Kellermann1-2/+6
2009-12-15input_stream: return errors with GErrorMax Kellermann1-4/+13
2009-11-12include config.h in all sourcesMax Kellermann1-1/+1
2009-11-10configure.ac: require GLib 2.12Max Kellermann1-0/+12
2009-11-06utils: renamed stringFoundInStringArray()Max Kellermann1-7/+8
2009-11-06playlist_list: added function playlist_list_open_path()Max Kellermann1-0/+36
2009-11-06playlist: added extm3u pluginMax Kellermann1-0/+2
2009-11-06playlist_list: rewind the stream before opening the playlistMax Kellermann1-0/+9
2009-10-21playlist: new ASX playlist pluginMax Kellermann1-0/+2
2009-10-15Add PLS ParserQball Cow1-0/+2
2009-10-13playlist: added plugin for last.fm radioMax Kellermann1-0/+5
2009-10-13playlist: added XSPF pluginMax Kellermann1-0/+2
2009-10-13playlist_list: pass configuration to playlist pluginsMax Kellermann1-2/+40
2009-10-13playlist_list: initialize the "playlist" variableMax Kellermann1-1/+1
2009-10-12playlist_plugin: new plugin API for playlist parsersMax Kellermann1-0/+146