aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-27locate: make variables more localMax Kellermann1-19/+10
2012-06-13update_walk: move code to update_song.cMax Kellermann3-84/+151
2012-06-13update_walk: move code to update_container.cMax Kellermann3-91/+162
2012-06-13update_walk: move code to update_archive.cMax Kellermann4-135/+246
2012-06-13update_internal.h: split headerMax Kellermann5-19/+49
2012-06-13update_walk: split update_regular_file()Max Kellermann1-21/+58
2012-06-13directory: require db lock for _{add,remove}_song()Max Kellermann2-0/+10
2012-06-13update_walk: add "pure" attributesMax Kellermann1-0/+2
2012-06-13update_walk: move code to make_directory_if_modified()Max Kellermann1-21/+39
2012-06-13update_walk: fix coding styleMax Kellermann1-94/+67
2012-06-12cmdline: consistent plugin listingsMax Kellermann8-75/+36
2012-06-12cmdline: dump list of input pluginsMax Kellermann1-0/+7
2012-06-12input_registry: add _for_each() macrosMax Kellermann3-9/+14
2012-06-12cmdline: dump list of playlist pluginsMax Kellermann1-0/+7
2012-06-12playlist_list: add _for_each() macrosMax Kellermann2-18/+21
2012-06-12cmdline: change --version formattingMax Kellermann1-5/+5
2012-06-12decoder_list: add _for_each() macrosMax Kellermann4-16/+17
2012-06-12archive_list: add _for_each() macrosMax Kellermann2-25/+25
2012-06-12cmdline: don't initalise archive plugins for --versionMax Kellermann2-3/+0
2012-06-12encoder_list: add macro _for_each()Max Kellermann2-6/+14
2012-06-12encoder_list: make the list truly "const"Max Kellermann1-1/+1
2012-06-12output_list: declare variables inside _plugins_for_each()Max Kellermann3-14/+7
2012-06-12output_list: make the list truly "const"Max Kellermann2-2/+2
2012-06-12output_list: simplify audio_output_plugins_for_each() callMax Kellermann1-2/+2
2012-06-12cmdline: update copyright yearMax Kellermann1-1/+1
2012-06-12Work around incorrect g_file_test() behavior on Win32Denis Krjuchkov5-0/+32
2012-06-12audio-parser, output_thread: work around -Wmaybe-uninitializedMax Kellermann2-0/+16
2012-06-12gcc.h: backport GCC_CHECK_VERSION() from v0.17.xMax Kellermann1-1/+6
2012-05-29output/raop: delete the RAOP pluginMax Kellermann9-2196/+0
2012-05-29decoder_api: log the decoder plugin nameMax Kellermann1-0/+4
2012-05-29decoder/ffmpeg: improve "decoding failed" messageJonathan Neuschäfer1-1/+1
2012-05-29decoder/ffmpeg: add webm as a supported formatJonathan Neuschäfer1-1/+3
2012-05-02Add support for DSF files to DSDIFF decoder - v4Jurgen Kramer1-36/+229
2012-04-23tag_rva2: parse multiple ID3 "RVA2" tagsJonathan Dieter1-2/+12
2012-04-23tag_rva2: support separate album/track replay gainJonathan Dieter1-4/+11
2012-04-23tag_rva2: move code to rva2_apply_frame()Max Kellermann1-16/+13
2012-04-23tag_id3: export tag_id3_load()Max Kellermann2-19/+41
2012-04-23output/alsa: multiply writei() result with out_frame_sizeMax Kellermann1-1/+3
2012-04-23pcm_export: consider the pack24 flag in _source_size()Max Kellermann1-0/+4
2012-04-23pcm_export: add _frame_size()Max Kellermann3-3/+30
2012-04-23output/alsa: fix out_frame_size formula, multiply with channelsMax Kellermann1-1/+3
2012-04-05encoder/vorbis: generate end-of-stream packet when playback endsMax Kellermann6-4/+42
2012-04-05encoder_plugin: add state assertionsMax Kellermann1-2/+61
2012-04-04encoder/vorbis: generate end-of-stream packet before tagMax Kellermann1-2/+0
2012-04-04output/jack: check for connection failure before starting playbackMax Kellermann1-0/+3
2012-04-04output/jack: workaround for libjack1 crash bugMax Kellermann1-0/+13
2012-04-04Add support for DSD-over-USB version 1.0, remove pre-v1 supportJurgen Kramer2-7/+31
2012-04-04db_lock, archive/bz2, ...: workaround for G_STATIC_MUTEX_INIT warningMax Kellermann2-0/+11
2012-04-04input/curl: use g_source_get_time()Max Kellermann2-12/+17
2012-04-04directory: use strrchr() instead of g_basename()Max Kellermann1-1/+9