aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/SidplayDecoderPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann1-436/+0
2014-01-14decoder/sidplay: use free() instead of g_free()Max Kellermann1-2/+2
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-07util/Alloc: new library replacing GLib's g_malloc()Max Kellermann1-3/+4
2013-10-30*: update copyright year to 2013Max Kellermann1-1/+1
2013-10-21decoder: rename the struct to "Decoder"Max Kellermann1-1/+1
2013-10-21decoder_plugin: rename struct to DecoderPluginMax Kellermann1-2/+2
2013-10-20decoder/sidplay: add header fileMax Kellermann1-0/+1
2013-10-20decoder/sidplay: update file nameMax Kellermann1-0/+0
2013-10-19*: use nullptr instead of NULLMax Kellermann1-24/+24
2013-10-19decoder/gme,input/curl,...: use static buffers instead of g_strdup_printf()Max Kellermann1-5/+6
2013-10-16system/ByteOrder: new library for byte ordering / endianessMax Kellermann1-5/+4
2013-10-02Log: new logging library APIMax Kellermann1-14/+21
2013-09-27DecoderCommand: convert to strictly-typed enumMax Kellermann1-3/+3
2013-09-05Tag, ...: move to libtag.aMax Kellermann1-4/+1
2013-08-04DecoderPlugin: pass config_param referenceMax Kellermann1-8/+6
2013-08-03audio_format: convert to C++Max Kellermann1-4/+3
2013-07-30tag: convert to C++Max Kellermann1-0/+1
2013-07-29tag_handler: convert to C++Max Kellermann1-1/+1
2013-07-28decoder_api: convert to C++Max Kellermann1-1/+1
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann1-1/+1
2012-08-01decoder/sidplay: fix C++ compiler warningsMax Kellermann1-4/+4
2012-02-15decoder/sidplay: remove unused variable 'ret'Jonathan Neuschäfer1-1/+0
2012-02-11decoder_plugin: scan tags with callback tableMax Kellermann1-11/+15
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-10-27decoder/sidplay: play mus, str, prg, x00 filesAlder Hornbridge1-0/+4
2010-10-27decoder/sidplay: play monaural SID tunes in monoAlder Hornbridge1-2/+10
2010-01-04renamed decoder plugin sourcesMax Kellermann1-0/+0
2010-01-04decoder_api: added function decoder_replay_gain()Max Kellermann1-2/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-31decoder_plugin: added method stream_tag()Max Kellermann1-0/+1
2009-12-26decoder_api: added function decoder_timestamp()Max Kellermann1-4/+4
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-1/+1
2009-11-14decoder: use audio_format_init_checked()Max Kellermann1-0/+1
2009-11-14decoder/sidplay: correctly calculate floating point timeMax Kellermann1-8/+11
2009-11-12include config.h in all sourcesMax Kellermann1-0/+2
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann1-4/+4
2009-09-28Make the sidplay decoder filter configurable.Tony1-1/+5
2009-09-24decoder/sidplay: free songlength data blob in error handlerMax Kellermann1-3/+4
2009-09-24decoder/sidplay: moved code to sidplay_load_songlength_db()Max Kellermann1-29/+36
2009-09-24decoder/sidplay: free GError objectsMax Kellermann1-0/+2
2009-09-24decoder/sidplay: pass GError** to g_file_get_contents()Max Kellermann1-1/+2
2009-08-30decoder/sidplay: support seekingMike Dawson1-3/+34
2009-08-30decoder/sidplay: implemented songlength databaseMike Dawson1-0/+87
2009-08-30decoder/sidplay: subtunesMike Dawson1-8/+125
2009-07-19Add audio_format_init() functionDavid Woodhouse1-3/+1
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-03-09decoder_plugin: added method container_scan()Jochen Keil1-0/+1
2009-02-11sidplay: new decoder plugin for playing C64 SID filesMax Kellermann1-0/+161