Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tag: removed the "_ITEM_" suffix from the enum names | Max Kellermann | 2009-10-13 | 1 | -4/+4 |
| | |||||
* | Make the sidplay decoder filter configurable. | Tony | 2009-09-28 | 1 | -1/+5 |
| | |||||
* | decoder/sidplay: free songlength data blob in error handler | Max Kellermann | 2009-09-24 | 1 | -3/+4 |
| | | | | | When parsing the songlength database fails, the code forgot to free the memory allocated by the raw file data. | ||||
* | decoder/sidplay: moved code to sidplay_load_songlength_db() | Max Kellermann | 2009-09-24 | 1 | -29/+36 |
| | |||||
* | decoder/sidplay: free GError objects | Max Kellermann | 2009-09-24 | 1 | -0/+2 |
| | | | | | The caller is responsible fro freeing GError objects. That g_error_free() call was missing in two places. | ||||
* | decoder/sidplay: pass GError** to g_file_get_contents() | Max Kellermann | 2009-09-24 | 1 | -1/+2 |
| | | | | | The error handler dereferences GError*, but did not retrieve that object from g_file_get_contents(). | ||||
* | decoder/sidplay: support seeking | Mike Dawson | 2009-08-30 | 1 | -3/+34 |
| | |||||
* | decoder/sidplay: implemented songlength database | Mike Dawson | 2009-08-30 | 1 | -0/+87 |
| | | | | [mk: added autoconf test; fixed songlen_data_size type] | ||||
* | decoder/sidplay: subtunes | Mike Dawson | 2009-08-30 | 1 | -8/+125 |
| | |||||
* | Add audio_format_init() function | David Woodhouse | 2009-07-19 | 1 | -3/+1 |
| | | | | | It makes no difference right now, but we're about to add an endianness flag and will want to make sure it's correctly initialised every time. | ||||
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -3/+4 |
| | | | | | | | | This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy. | ||||
* | decoder_plugin: added method container_scan() | Jochen Keil | 2009-03-09 | 1 | -0/+1 |
| | | | | | [mk: fixed whitespace errors; use delete_song() instead of songvec_delete()] | ||||
* | sidplay: new decoder plugin for playing C64 SID files | Max Kellermann | 2009-02-11 | 1 | -0/+161 |