index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2016-02-26
db/update/Archive: pass ArchiveFile to Song constructor
Max Kellermann
2016-02-26
SongUpdate: add UpdateFileInArchive(ArchiveFile&)
Max Kellermann
2016-02-26
TagArchive: add overload with ArchiveFile&
Max Kellermann
2016-02-26
TagArchive: add TagBuilder overload with ScanGenericTags() fallback
Max Kellermann
2016-02-26
tag/TagId3: re-add missing tag_id3_load()==nullptr check
Max Kellermann
2016-02-26
TagStream: add TagBuilder overload with ScanGenericTags() fallback
Max Kellermann
2016-02-26
TagFile: add TagBuilder overload with ScanGenericTags() fallback
Max Kellermann
2016-02-26
TagArchive: use InputStreamPtr
Max Kellermann
2016-02-26
tag/Generic: use InputStream::LockRewind() instead of Rewind()
Max Kellermann
2016-02-24
tag/Generic: clarify documentation on InputStream overload
Max Kellermann
2016-02-24
tag/Generic: remove redundant documentation
Max Kellermann
2016-02-23
Merge tag 'v0.19.13'
Max Kellermann
2016-02-23
queue/Playlist: move only the tag items in TagModified()
Max Kellermann
2016-02-23
DetachedSong: add method MoveTagItemsFrom()
Max Kellermann
2016-02-23
tag/Tag: move code to MoveItemsFrom()
Max Kellermann
2016-02-23
configure.ac, unix/Daemon: check for initgroups() at configure time
Max Kellermann
2016-02-23
tag/TagId3: eliminate dummy function when libid3tag is disabled
Max Kellermann
2016-02-23
tag/{Id3,Ape}: remove Path overloads
Max Kellermann
2016-02-23
decoder/thread: open InputStream in decoder_run_file() in any case
Max Kellermann
2016-02-23
decoder/thread: use typedef InputStreamPtr
Max Kellermann
2016-02-23
decoder/thread: load APE replay gain from remote files
Max Kellermann
2016-02-23
tag/ApeReplayGain: add overload with InputStream& parameter
Max Kellermann
2016-02-23
tag/Generic: use common InputStream for APE and ID3
Max Kellermann
2016-02-23
tag/Generic: add overload with InputStream& parameter
Max Kellermann
2016-02-23
tag/TagId3: add overload with InputStream& parameter
Max Kellermann
2016-02-23
tag/TagHandler: pass by reference
Max Kellermann
2016-02-22
SongUpdate: move tag_scan_fallback() to tag/Generic.cxx
Max Kellermann
2016-02-22
tag/ApeLoader: use CamelCase
Max Kellermann
2016-02-22
tag/ApeLoader: use std::unique_ptr
Max Kellermann
2016-02-22
tag/handler: use CamelCase
Max Kellermann
2016-02-22
tag/ApeLoader: use class InputStream instead of FILE*
Max Kellermann
2016-02-22
tag/Id3Load: use class InputStream instead of FILE*
Max Kellermann
2016-02-22
playlist/Stream, db/upnp: add missing includes
Max Kellermann
2016-02-22
tag/Id3Load: optimized ID3v1 loader
Max Kellermann
2016-02-22
tag/Id3Load: simplify end offset calculation
Max Kellermann
2016-02-22
tag/Id3Load: add constant ID3V1_SIZE
Max Kellermann
2016-02-22
tag/Id3Load: use ID3_TAG_QUERYSIZE instead of integer literal
Max Kellermann
2016-02-22
input/InputStream: add method Skip()
Max Kellermann
2016-02-21
tag/Id3Load: remove unnecessary seek
Max Kellermann
2016-02-21
archive/bzip2: remove HAVE_OLDER_BZIP2 check
Max Kellermann
2016-02-21
archive/bzip2: convert struct to class
Max Kellermann
2016-02-21
archive/bzip2: move bz2_fillbuffer into struct Bzip2InputStream
Max Kellermann
2016-02-21
archive/bzip2: use C++11 initializer
Max Kellermann
2016-02-21
playlist/Plugin: pass InputStreamPtr&& to open_stream()
Max Kellermann
2016-02-21
input: wrap InputStream in std::unique_ptr
Max Kellermann
2016-02-21
tag/Id3Load: split tag_id3_read()
Max Kellermann
2016-02-19
tag/Id3Load: don't seek twice in tag_id3_read()
Max Kellermann
2016-02-19
tag/Id3Load: don't read again if we already have enough data
Max Kellermann
2016-02-19
tag/Id3Load: manage id3_tag* with std::unique_ptr
Max Kellermann
2016-02-19
tag/TagId3: move tag_id3_load() to Id3Load.cxx
Max Kellermann
[prev]
[next]