Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoder/sidplay: pass SidTuneMod to get_song_length() | Max Kellermann | 2014-12-04 | 1 | -14/+9 |
| | | | | Eliminate duplicate SidTune construction. | ||||
* | decoder/sidplay: simplify the SidDatabase::length() call | Max Kellermann | 2014-12-04 | 1 | -4/+2 |
| | |||||
* | decoder/sidplay: include cleanup | Max Kellermann | 2014-12-04 | 1 | -2/+0 |
| | |||||
* | decoder/sidplay: use class SidDatabase | Max Kellermann | 2014-12-04 | 1 | -51/+11 |
| | | | | Remove our own songlength database parser. | ||||
* | decoder/sidplay: use config_param::GetBlockPath() | Max Kellermann | 2014-12-04 | 1 | -7/+12 |
| | |||||
* | decoder/sidplay: make "songlength_file" local | Max Kellermann | 2014-12-04 | 1 | -2/+1 |
| | |||||
* | decoder/sidplay: pass parsed path to get_song_length() | Max Kellermann | 2014-12-04 | 1 | -4/+3 |
| | | | | Eliminates duplicate ParseContainerPath() call. | ||||
* | decoder/sidplay: merge get_container_name() and get_song_num() | Max Kellermann | 2014-12-04 | 1 | -50/+38 |
| | |||||
* | TagHandler: pass SongTime to duration() | Max Kellermann | 2014-08-29 | 1 | -1/+1 |
| | |||||
* | DecoderAPI: pass SignedSongTime to decoder_initialized() | Max Kellermann | 2014-08-29 | 1 | -13/+17 |
| | |||||
* | DecoderAPI: use std::chrono::duration for decoder_seek*() | Max Kellermann | 2014-08-26 | 1 | -2/+2 |
| | | | | For type safety and code readability. | ||||
* | DecoderPlugin: free the container_scan() return value with delete[] | Max Kellermann | 2014-02-24 | 1 | -4/+2 |
| | |||||
* | DecoderPlugin: pass Path instance to file_decode() and scan_file() | Max Kellermann | 2014-02-07 | 1 | -10/+11 |
| | |||||
* | decoder/*: move to decoder/plugins/ | Max Kellermann | 2014-01-24 | 1 | -0/+436 |