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
/
decoder
/
plugins
/
Mpg123DecoderPlugin.cxx
Age
Commit message (
Expand
)
Author
2018-08-07
decoder/mpg123: remove obsolete const_cast hack
Max Kellermann
2018-08-07
decoder/mpg123: use AtScopeExit() to call mpg123_delete() during scan
Max Kellermann
2018-08-07
decoder/mpg123: use AtScopeExit() to call mpg123_delete()
Max Kellermann
2018-07-07
decoder/mpg123: call TagHandler::OnAudioFormat()
Max Kellermann
2018-07-05
tag/Handler: convert to class with virtual methods
Max Kellermann
2018-01-25
decoder/{dsdiff,dsf,mpg123,wavpack}: avoid exceptions in scan methods
Max Kellermann
2018-01-21
decoder/Plugin: add "noexcept"
Max Kellermann
2017-02-08
tag/Tag*: rename several source files
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-11-18
decoder/Client: add Submit methods
Max Kellermann
2016-11-18
decoder/Client: add DecoderCommand/seek virtual methods
Max Kellermann
2016-11-18
decoder/Client: add virtual method Ready()
Max Kellermann
2016-11-18
decoder/Client: new interface which wraps struct Decoder
Max Kellermann
2016-11-10
CheckAudioFormat: migrate from class Error to C++ exceptions
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2016-02-23
tag/TagHandler: pass by reference
Max Kellermann
2016-02-22
tag/handler: use CamelCase
Max Kellermann
2015-09-30
util/StringView: new utility class
Max Kellermann
2015-01-21
config/Param: split block-specific attributes to new struct ConfigBlock
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-09-24
decoder/mpg123: support ID3v2, ReplayGain and MixRamp
Max Kellermann
2014-09-24
decoder/mpg123: make variables more local
Max Kellermann
2014-08-29
TagHandler: pass SongTime to duration()
Max Kellermann
2014-08-29
DecoderAPI: pass SignedSongTime to decoder_initialized()
Max Kellermann
2014-08-26
decoder/mpg123: use integer seek times
Max Kellermann
2014-02-07
DecoderPlugin: pass Path instance to file_decode() and scan_file()
Max Kellermann
2014-01-24
decoder/*: move to decoder/plugins/
Max Kellermann