aboutsummaryrefslogtreecommitdiffstats
path: root/test/FakeDecoderAPI.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test/FakeDecoderAPI: dump bit rateMax Kellermann2014-11-101-0/+6
|
* DecoderAPI: pass SignedSongTime to decoder_initialized()Max Kellermann2014-08-291-2/+2
|
* DecoderAPI: use std::chrono::duration for decoder_seek*()Max Kellermann2014-08-261-9/+3
| | | | For type safety and code readability.
* DecoderAPI: add decoder_seek_where_frame()Max Kellermann2014-08-261-0/+6
|
* DecoderAPI: add decoder_seek_where_ms()Max Kellermann2014-08-261-0/+6
| | | | Move to fixed-point integers instead of floating point.
* test/FakeDecoderAPI: dump MixRamp dataMax Kellermann2014-07-111-0/+2
|
* DecoderAPI: add function decoder_open_uri()Max Kellermann2014-05-221-0/+6
| | | Move and refactor code from the Wavpack decoder plugin.
* test/run_decoder: merge code into FakeDecoderAPI.cxxMax Kellermann2014-05-221-3/+14
| | | | Eliminate duplicate code.
* test: various fixups for building without GLibMax Kellermann2014-02-181-2/+0
|
* Input*: move to input/Max Kellermann2014-01-241-1/+1
|
* decoder/*: move to decoder/plugins/Max Kellermann2014-01-241-1/+1
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* test/*: use fprintf(stderr,...) and Log() instead of g_printerr()Max Kellermann2013-12-241-4/+4
| | | Avoid GLib.
* DecoderAPI: add function decoder_read_full()Max Kellermann2013-12-141-0/+18
| | | | Move code from the "mad" plugin.
* DecoderAPI: add function decoder_skip()Max Kellermann2013-12-141-0/+16
| | | | Move code from the "mad" plugin.
* test: merge duplicate code to FakeDecoderAPI.cxxMax Kellermann2013-12-141-0/+110