aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-12-16cue_tag: fixed indent and code styleMax Kellermann2-78/+43
2009-12-16cue_tag: tag_new() cannot failMax Kellermann1-22/+10
2009-12-16cue_tag: include cleanupMax Kellermann2-2/+5
2009-12-16archive_plugin: use GError in the open() methodMax Kellermann7-14/+23
2009-12-16input/archive: check for archive_file_open() errorsMax Kellermann1-0/+2
2009-12-16archive_plugin: wrap method callsMax Kellermann8-12/+132
2009-12-16archive_plugin: pass const string to method open()Max Kellermann4-4/+4
2009-12-16archive: added a C header for each pluginMax Kellermann7-4/+81
2009-12-16archive/bz2: removed the bz2_context typedefMax Kellermann1-13/+13
2009-12-16archive/bz2: renamed archive sources and plugin variablesMax Kellermann2-3/+3
2009-12-16archive/iso: renamed plugin to "iso9660"Max Kellermann2-37/+47
2009-12-16archive/bz2: use g_path_get_basename()Max Kellermann1-10/+1
2009-12-16updated mp4ff decoder about input_stream_seekAlam Arias1-2/+2
2009-12-15input_stream: return errors with GErrorMax Kellermann32-160/+378
2009-12-15encoder/flac: fix write callback prototype for libFLAC 1.1.2Max Kellermann1-1/+7
2009-12-15decoder_internal: decoder_input_buffer() returns boolMax Kellermann1-4/+4