summaryrefslogtreecommitdiff
path: root/src/decoder/plugins/Mpg123DecoderPlugin.cxx
AgeCommit message (Collapse)Author
2018-08-07decoder/mpg123: remove obsolete const_cast hackMax Kellermann
2018-08-07decoder/mpg123: use AtScopeExit() to call mpg123_delete() during scanMax Kellermann
2018-08-07decoder/mpg123: use AtScopeExit() to call mpg123_delete()Max Kellermann
2018-07-07decoder/mpg123: call TagHandler::OnAudioFormat()Max Kellermann
2018-07-05tag/Handler: convert to class with virtual methodsMax Kellermann
2018-01-25decoder/{dsdiff,dsf,mpg123,wavpack}: avoid exceptions in scan methodsMax Kellermann
The scan methods must be "noexcept".
2018-01-21decoder/Plugin: add "noexcept"Max Kellermann
2017-02-08tag/Tag*: rename several source filesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-18decoder/Client: add Submit methodsMax Kellermann
Replaces decoder_data() and others.
2016-11-18decoder/Client: add DecoderCommand/seek virtual methodsMax Kellermann
2016-11-18decoder/Client: add virtual method Ready()Max Kellermann
Replaces decoder_initialized().
2016-11-18decoder/Client: new interface which wraps struct DecoderMax Kellermann
Prepare for a Decoder API redesign based on an abstract class with virtual methods.
2016-11-10CheckAudioFormat: migrate from class Error to C++ exceptionsMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-23tag/TagHandler: pass by referenceMax Kellermann
2016-02-22tag/handler: use CamelCaseMax Kellermann
2015-09-30util/StringView: new utility classMax Kellermann
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann
The old struct config_param remains only for top-level string options.
2015-01-01Copyright year 2015Max Kellermann
2014-09-24decoder/mpg123: support ID3v2, ReplayGain and MixRampMax Kellermann
2014-09-24decoder/mpg123: make variables more localMax Kellermann
2014-08-29TagHandler: pass SongTime to duration()Max Kellermann
2014-08-29DecoderAPI: pass SignedSongTime to decoder_initialized()Max Kellermann
2014-08-26decoder/mpg123: use integer seek timesMax Kellermann
2014-02-07DecoderPlugin: pass Path instance to file_decode() and scan_file()Max Kellermann
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann