aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/SidplayDecoderPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decoder/sidplay: pass SidTuneMod to get_song_length()Max Kellermann2014-12-041-14/+9
| | | | Eliminate duplicate SidTune construction.
* decoder/sidplay: simplify the SidDatabase::length() callMax Kellermann2014-12-041-4/+2
|
* decoder/sidplay: include cleanupMax Kellermann2014-12-041-2/+0
|
* decoder/sidplay: use class SidDatabaseMax Kellermann2014-12-041-51/+11
| | | | Remove our own songlength database parser.
* decoder/sidplay: use config_param::GetBlockPath()Max Kellermann2014-12-041-7/+12
|
* decoder/sidplay: make "songlength_file" localMax Kellermann2014-12-041-2/+1
|
* decoder/sidplay: pass parsed path to get_song_length()Max Kellermann2014-12-041-4/+3
| | | | Eliminates duplicate ParseContainerPath() call.
* decoder/sidplay: merge get_container_name() and get_song_num()Max Kellermann2014-12-041-50/+38
|
* TagHandler: pass SongTime to duration()Max Kellermann2014-08-291-1/+1
|
* DecoderAPI: pass SignedSongTime to decoder_initialized()Max Kellermann2014-08-291-13/+17
|
* DecoderAPI: use std::chrono::duration for decoder_seek*()Max Kellermann2014-08-261-2/+2
| | | | For type safety and code readability.
* DecoderPlugin: free the container_scan() return value with delete[]Max Kellermann2014-02-241-4/+2
|
* DecoderPlugin: pass Path instance to file_decode() and scan_file()Max Kellermann2014-02-071-10/+11
|
* decoder/*: move to decoder/plugins/Max Kellermann2014-01-241-0/+436