Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | decoder/gme: simplify ParseContainerPath() | Max Kellermann | 2014-12-02 | 1 | -32/+27 |
| | | | | | Use simple string and path parsing functions instead of GLib's g_pattern_match(), which was used in a very clumsy way. | ||||
* | decoder/gme: merge get_container_name() and get_song_num() | Max Kellermann | 2014-12-02 | 1 | -54/+28 |
| | | | | There is duplicate code in the two. | ||||
* | decoder/gme: get_song_num() returns unsigned | Max Kellermann | 2014-12-01 | 1 | -6/+9 |
| | |||||
* | decoder/gme: move code to ScanMusicEmu() | Max Kellermann | 2014-12-01 | 1 | -14/+22 |
| | |||||
* | decoder/gme: move code to ScanGmeInfo() | Max Kellermann | 2014-12-01 | 1 | -34/+42 |
| | |||||
* | 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 | -3/+3 |
| | |||||
* | DecoderAPI: use std::chrono::duration for decoder_seek*() | Max Kellermann | 2014-08-26 | 1 | -1/+1 |
| | | | | For type safety and code readability. | ||||
* | decoder/gme: use integer seek times | Max Kellermann | 2014-08-26 | 1 | -2/+2 |
| | |||||
* | Merge tag 'release-0.18.10' | Max Kellermann | 2014-04-10 | 1 | -0/+1 |
| | |||||
* | decoder/gme: use free() instead of g_free() | Max Kellermann | 2014-02-24 | 1 | -1/+1 |
| | |||||
* | DecoderPlugin: pass Path instance to file_decode() and scan_file() | Max Kellermann | 2014-02-07 | 1 | -12/+14 |
| | |||||
* | decoder/*: move to decoder/plugins/ | Max Kellermann | 2014-01-24 | 1 | -0/+295 |