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
/
tag
Age
Commit message (
Expand
)
Author
2017-02-08
tag/Tag*: rename several source files
Max Kellermann
2017-02-08
tag/Id3Load: update API documentation
Max Kellermann
2017-02-06
tag/TagId3: use AtScopeExit() for exception-safety
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2017-01-03
thread/Mutex: remove ScopeLock, use std::lock_guard directly
Max Kellermann
2016-12-09
tag/ApeTag: don't export ape_tags[]
Max Kellermann
2016-11-24
ReplayGainInfo: don't use array in struct ReplayGainInfo
Max Kellermann
2016-10-27
tag/ApeLoader: include cleanup
Max Kellermann
2016-10-27
Merge branch 'v0.19.x'
Max Kellermann
2016-10-26
tag/Item: declare value[] to have only one element
Max Kellermann
2016-10-26
tag/Item: remove "packed" attribute, add static_assert on alignment instead
Max Kellermann
2016-09-16
input/InputStream: migrate from class Error to C++ exceptions
Max Kellermann
2016-09-16
tag/{ApeLoader,Id3Load}: catch InputStream exceptions
Max Kellermann
2016-09-09
input/Plugin: migrate open() from class Error to C++ exceptions
Max Kellermann
2016-09-04
tag/Item: remove "packed" attribute, add static_assert on alignment instead
Max Kellermann
2016-08-23
Compiler.h: add macro CLANG_OR_GCC_VERSION()
Max Kellermann
2016-07-02
tag/Id3Load: use offset_type instead of off_t
Max Kellermann
2016-03-18
Merge tag 'v0.19.14'
Max Kellermann
2016-03-14
tag/TagPool: optimize _dup_item()
Max Kellermann
2016-03-14
tag/TagPool: add constexpr MAX_REF
Max Kellermann
2016-03-14
tag/TagPool: use prime number for NUM_SLOTS
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2016-02-26
tag/TagId3: re-add missing tag_id3_load()==nullptr check
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
tag/Tag: move code to MoveItemsFrom()
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
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
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-21
tag/Id3Load: remove unnecessary seek
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
[next]