aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-31Update copyright notices.Avuton Olrich382-383/+383
2009-12-31decoder: switch a bunch of plugins to stream_tag()Max Kellermann7-110/+45
2009-12-31decoder_plugin: added method stream_tag()Max Kellermann3-1/+49
2009-12-31song_update: use decoder_plugin_tag_dup()Max Kellermann1-1/+1
2009-12-31archive: use reference counting for archive+inputMax Kellermann5-8/+32
2009-12-31refcount: library for reference countingMax Kellermann1-0/+66
2009-12-31input/archive: don't initialize input_stream.readyMax Kellermann4-2/+3
2009-12-31archive/bz2: allocate buffer staticallyMax Kellermann1-7/+3
2009-12-31archive/bz2: added struct bz2_input_streamMax Kellermann1-21/+32
2009-12-31archive/iso9660: added struct iso9660_input_streamMax Kellermann1-20/+32
2009-12-31archive/iso9660: set input_stream.{size,offset}Max Kellermann1-8/+8
2009-12-31archive/zzip: added struct zzip_input_streamMax Kellermann1-19/+33
2009-12-31archive/zzip: set input_stream.{size,offset}Max Kellermann1-3/+5
2009-12-30input/curl: removed the built-in rewinding codeMax Kellermann1-181/+10
2009-12-29input/rewind: new input_stream wrapper to allow stream rewindingMax Kellermann5-0/+312
2009-12-29decoder/{ffmpeg,flac,vorbis}: added more flac/vorbis MIME typesMax Kellermann4-4/+22
2009-12-27playlist_list: wait for the input stream to become readyMax Kellermann1-0/+10
2009-12-27dbUtils: return multiple tag values per songMax Kellermann1-1/+0
2009-12-27playlist/cue: fill song.start_ms, .end_msMax Kellermann1-0/+3
2009-12-27decoder, player: support song rangesMax Kellermann2-5/+40
2009-12-27playlist_queue: resolve relative URIs, database lookupMax Kellermann2-18/+118
2009-12-27song: added support for selecting a time rangeMax Kellermann3-1/+30
2009-12-27playlist_queue: load playlists from music directoryMax Kellermann1-4/+36
2009-12-27uri: added function uri_safe_local()Max Kellermann2-0/+42
2009-12-27playlist/cue: return the original song URIMax Kellermann1-10/+1
2009-12-27playlist_queue: pass const string to playlist_open_path_into_queue()Max Kellermann1-1/+1
2009-12-26song: added function song_get_duration()Max Kellermann4-4/+14
2009-12-26playlist_queue: try open by URI firstMax Kellermann1-10/+21
2009-12-26playlist_list: use uri_get_suffix()Max Kellermann1-4/+2
2009-12-26uri: check presence of slash in suffixMax Kellermann1-2/+9
2009-12-26decoder_api: added function decoder_timestamp()Max Kellermann20-81/+59
2009-12-26decoder_thread: eliminate jitter after seek failureMax Kellermann1-1/+5
2009-12-26decoder/wavpack: allow fine-grained seekingMax Kellermann1-3/+2
2009-12-25output_init: use the normalize filter pluginMax Kellermann5-95/+11
2009-12-25filter: added the "autoconvert" filter pluginMax Kellermann2-0/+203
2009-12-25filter_plugin: allow open() to force an input formatMax Kellermann8-40/+64
2009-12-25filter/volume: support 32 bit samplesMax Kellermann1-8/+0
2009-12-25filter/route: check configured channel count in method init()Max Kellermann1-8/+9
2009-12-25filter/route: route_filter_parse() returns boolMax Kellermann1-3/+6
2009-12-25filter_registry: removed the "chain" plugin from filter_pluginsMax Kellermann1-1/+0
2009-12-25filter/chain: return NULL if a filter() method has failedMax Kellermann1-1/+1
2009-12-16playlist: added CUE playlist pluginMax Kellermann3-0/+166
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-16cue_tag: added song duration supportMax Kellermann1-2/+10
2009-12-16cue_tag: check cd_get_track()!=NULLMax Kellermann1-3/+5
2009-12-16cue_tag: added function cue_tag()Max Kellermann2-17/+29
2009-12-16cue_tag: merged code into cue_tag_merge()Max Kellermann1-22/+18
2009-12-16cue_tag: pass "const" string to cue_tag_string()Max Kellermann2-2/+2
2009-12-16cue_tag: changed runtime checks to assertionsMax Kellermann1-14/+9