Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test/FakeDecoderAPI: dump MixRamp data | Max Kellermann | 2014-07-11 | 1 | -0/+2 |
| | |||||
* | DecoderAPI: add function decoder_open_uri() | Max Kellermann | 2014-05-22 | 1 | -0/+6 |
| | | | Move and refactor code from the Wavpack decoder plugin. | ||||
* | test/run_decoder: merge code into FakeDecoderAPI.cxx | Max Kellermann | 2014-05-22 | 1 | -3/+14 |
| | | | | Eliminate duplicate code. | ||||
* | test: various fixups for building without GLib | Max Kellermann | 2014-02-18 | 1 | -2/+0 |
| | |||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | decoder/*: move to decoder/plugins/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | test/*: use fprintf(stderr,...) and Log() instead of g_printerr() | Max Kellermann | 2013-12-24 | 1 | -4/+4 |
| | | | Avoid GLib. | ||||
* | DecoderAPI: add function decoder_read_full() | Max Kellermann | 2013-12-14 | 1 | -0/+18 |
| | | | | Move code from the "mad" plugin. | ||||
* | DecoderAPI: add function decoder_skip() | Max Kellermann | 2013-12-14 | 1 | -0/+16 |
| | | | | Move code from the "mad" plugin. | ||||
* | test: merge duplicate code to FakeDecoderAPI.cxx | Max Kellermann | 2013-12-14 | 1 | -0/+110 |