aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* command: new command "config"Max Kellermann2012-02-13
* mapper: add mapper_get_music_directory()Max Kellermann2012-02-13
* database: add "pure" attributesMax Kellermann2012-02-13
* database: remove obsolete prototype db_check()Max Kellermann2012-02-13
* mapper: add "pure" attributesMax Kellermann2012-02-13
* client: add function client_is_local()Max Kellermann2012-02-13
* client: add "pure" attributesMax Kellermann2012-02-13
* command: never print "bad name" in response to "load"Max Kellermann2012-02-13
* playlist_vector: require database lock for all functionsMax Kellermann2012-02-13
* playlist_vector: add new playlist to the end of the listMax Kellermann2012-02-13
* directory.h: move DIRECTORY_DIR to directory_save.cMax Kellermann2012-02-13
* Merge branch 'v0.16.x'Max Kellermann2012-02-13
|\
| * decoder/ffmpeg: read the "year" tagMax Kellermann2012-02-13
| * decoder_api: check state before emitting initial seek commandMax Kellermann2012-02-13
| * pcm_buffer: pcm_buffer_get() never returns NULLMax Kellermann2012-02-13
| * output/winmm: remove pointless NULL checkMax Kellermann2012-02-13
* | directory: fix reverse order of child directoriestreblid2012-02-13
* | playlist/flac: delete this obsolete pluginMax Kellermann2012-02-12
* | playlist/embcue: ignore "FILE", always point to container song fileMax Kellermann2012-02-12
* | song: add function song_replace_uri()Max Kellermann2012-02-12
* | db_print: print extra "playlist" object for embedded CUE sheetsMax Kellermann2012-02-12
* | song_update: update the "has_playlist" flagMax Kellermann2012-02-12
* | tag_handler: add new handler that updates has_playlistMax Kellermann2012-02-12
* | tag: add attribute "has_playlist"Max Kellermann2012-02-12
* | tag_{ape,id3}: remove the _load() functionsMax Kellermann2012-02-12
* | playlist_vector: use the list_head libraryMax Kellermann2012-02-12
* | update_remove: add header update_remove.hMax Kellermann2012-02-12
* | update_walk: move code to update_db.cMax Kellermann2012-02-12
* | update_walk: move code to update_io.cMax Kellermann2012-02-12
* | update_walk: move code to update_song_file()Max Kellermann2012-02-12
* | playlist/embcue: new plugin for reading embedded cue sheetsMax Kellermann2012-02-12
* | decoder/wavpack: bigger tag value bufferMax Kellermann2012-02-12
* | tag_handler: handle arbitrary name/value pairsMax Kellermann2012-02-12
* | decoder/wavpack: move code to wavpack_scan_tag_item()Max Kellermann2012-02-11
* | decoder/wavpack: use the tag_table libraryMax Kellermann2012-02-11
* | decoder/{mikmod,fluidsynth,mp4ff}: adapt to tag_handler APIMax Kellermann2012-02-11
* | decoder_plugin: scan tags with callback tableMax Kellermann2012-02-11
* | decoder/gme: convert runtime check to assertionMax Kellermann2012-02-11
* | decoder/ffmpeg: use the tag_table libraryMax Kellermann2012-02-11
* | decoder/ffmpeg: move code to ffmpeg_metadata.cMax Kellermann2012-02-11
* | decoder/ffmpeg: remove AV_VERSION_INT definitionMax Kellermann2012-02-11
* | decoder/flac: check for errors only after _process_single()Max Kellermann2012-02-11
* | decoder/flac: symmetric FLAC__stream_decoder_finish() callsMax Kellermann2012-02-11
* | decoder/flac: use error messages from libFLACMax Kellermann2012-02-11
* | decoder/flac: eliminate the remaining "gotos"Max Kellermann2012-02-11
* | decoder/{vorbis,flac}: use the tag_table libraryMax Kellermann2012-02-11
* | tag_id3: use the tag_table library for TXXXMax Kellermann2012-02-11
* | tag_table: convert to a structMax Kellermann2012-02-11
* | decoder_api: correct decoder_seek_error() documentationMax Kellermann2012-02-11
* | decoder/vorbis: move code to vorbis_comment.cMax Kellermann2012-02-11