aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mapper: add mapper_get_music_directory()Max Kellermann2012-02-134-29/+25
* database: add "pure" attributesMax Kellermann2012-02-131-0/+5
* database: remove obsolete prototype db_check()Max Kellermann2012-02-131-3/+0
* mapper: add "pure" attributesMax Kellermann2012-02-131-0/+10
* client: add function client_is_local()Max Kellermann2012-02-132-1/+12
* client: add "pure" attributesMax Kellermann2012-02-131-0/+3
* command: never print "bad name" in response to "load"Max Kellermann2012-02-131-5/+14
* playlist_vector: require database lock for all functionsMax Kellermann2012-02-134-3/+27
* playlist_vector: add new playlist to the end of the listMax Kellermann2012-02-131-1/+1
* directory.h: move DIRECTORY_DIR to directory_save.cMax Kellermann2012-02-132-2/+1
* Merge branch 'v0.16.x'Max Kellermann2012-02-136-6/+24
|\
| * decoder/ffmpeg: read the "year" tagMax Kellermann2012-02-132-1/+2
| * test/run_decoder: initialize GThreadMax Kellermann2012-02-131-0/+1
| * test/read_tags: call g_thread_init()Max Kellermann2012-02-131-0/+1
| * decoder_api: check state before emitting initial seek commandMax Kellermann2012-02-132-0/+8
| * pcm_buffer: pcm_buffer_get() never returns NULLMax Kellermann2012-02-133-0/+10
| * output/winmm: remove pointless NULL checkMax Kellermann2012-02-131-5/+1
| * Modify version string to post-release version 0.16.8~gitAvuton Olrich2012-02-042-1/+4
* | directory: fix reverse order of child directoriestreblid2012-02-131-1/+1
* | playlist/flac: delete this obsolete pluginMax Kellermann2012-02-124-205/+0
* | playlist/embcue: ignore "FILE", always point to container song fileMax Kellermann2012-02-121-2/+15
* | song: add function song_replace_uri()Max Kellermann2012-02-122-0/+21
* | db_print: print extra "playlist" object for embedded CUE sheetsMax Kellermann2012-02-122-12/+31
* | song_update: update the "has_playlist" flagMax Kellermann2012-02-121-3/+3
* | tag_handler: add new handler that updates has_playlistMax Kellermann2012-02-122-0/+24
* | tag: add attribute "has_playlist"Max Kellermann2012-02-124-0/+18
* | tag_{ape,id3}: remove the _load() functionsMax Kellermann2012-02-125-84/+6
* | playlist_vector: use the list_head libraryMax Kellermann2012-02-129-80/+57
* | update_remove: add header update_remove.hMax Kellermann2012-02-125-16/+44
* | update_walk: move code to update_db.cMax Kellermann2012-02-124-85/+160
* | update_walk: move code to update_io.cMax Kellermann2012-02-124-100/+169
* | update_walk: move code to update_song_file()Max Kellermann2012-02-121-59/+64
* | playlist/embcue: new plugin for reading embedded cue sheetsMax Kellermann2012-02-128-1/+432
* | decoder/wavpack: bigger tag value bufferMax Kellermann2012-02-121-2/+1
* | tag_handler: handle arbitrary name/value pairsMax Kellermann2012-02-129-9/+114
* | decoder/wavpack: move code to wavpack_scan_tag_item()Max Kellermann2012-02-111-26/+17
* | decoder/wavpack: use the tag_table libraryMax Kellermann2012-02-111-8/+7
* | decoder/{mikmod,fluidsynth,mp4ff}: adapt to tag_handler APIMax Kellermann2012-02-113-26/+28
* | decoder_plugin: scan tags with callback tableMax Kellermann2012-02-1132-329/+642
* | decoder/gme: convert runtime check to assertionMax Kellermann2012-02-111-21/+22
* | decoder/ffmpeg: use the tag_table libraryMax Kellermann2012-02-111-13/+9
* | decoder/ffmpeg: move code to ffmpeg_metadata.cMax Kellermann2012-02-114-47/+110
* | decoder/ffmpeg: remove AV_VERSION_INT definitionMax Kellermann2012-02-111-5/+0
* | decoder/flac: check for errors only after _process_single()Max Kellermann2012-02-111-8/+6
* | decoder/flac: symmetric FLAC__stream_decoder_finish() callsMax Kellermann2012-02-111-1/+3
* | decoder/flac: use error messages from libFLACMax Kellermann2012-02-113-44/+10
* | decoder/flac: eliminate the remaining "gotos"Max Kellermann2012-02-111-42/+54
* | decoder/{vorbis,flac}: use the tag_table libraryMax Kellermann2012-02-112-21/+21
* | tag_id3: use the tag_table library for TXXXMax Kellermann2012-02-112-15/+26
* | tag_table: convert to a structMax Kellermann2012-02-113-14/+22