aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/DecoderAPI.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: doxygen fixupsMax Kellermann2015-03-171-8/+2
|
* config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-211-1/+1
| | | | The old struct config_param remains only for top-level string options.
* ConfigData: move struct config_param to Param.hxxMax Kellermann2015-01-211-1/+1
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* DecoderAPI: pass SignedSongTime to decoder_initialized()Max Kellermann2014-08-291-2/+3
|
* DecoderAPI: use std::chrono::duration for decoder_seek*()Max Kellermann2014-08-261-12/+3
| | | | For type safety and code readability.
* DecoderAPI: add decoder_seek_where_frame()Max Kellermann2014-08-261-0/+12
|
* DecoderAPI: add decoder_seek_where_ms()Max Kellermann2014-08-261-0/+10
| | | | Move to fixed-point integers instead of floating point.
* DecoderAPI: add function decoder_open_uri()Max Kellermann2014-05-221-0/+10
| | | Move and refactor code from the Wavpack decoder plugin.
* Config*: move to config/Max Kellermann2014-01-241-1/+1
|
* decoder/*: move to decoder/plugins/Max Kellermann2014-01-241-0/+213