| Commit message (Expand) | Author | Files | Lines |
2013-10-21 | decoder: rename the struct to "Decoder" | Max Kellermann | 1 | -1/+1 |
2013-10-21 | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 1 | -1/+1 |
2013-10-15 | Util/Macros: replacement for GLib's G_N_ELEMENTS() | Max Kellermann | 1 | -3/+2 |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -15/+17 |
2013-09-27 | DecoderCommand: convert to strictly-typed enum | Max Kellermann | 1 | -2/+2 |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 1 | -1/+0 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -4/+4 |
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -3/+3 |
2013-08-04 | DecoderPlugin: pass config_param reference | Max Kellermann | 1 | -5/+4 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -3/+2 |
2013-07-29 | audio_check: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-07-28 | decoder_api: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-07-28 | decoder/fluidsynth: convert to C++ | Max Kellermann | 1 | -14/+21 |
2012-08-15 | decoder/fluidsynth: add "sample_rate" setting | Max Kellermann | 1 | -6/+14 |
2012-08-15 | decoder/fluidsynth: add "soundfont" setting | Max Kellermann | 1 | -6/+7 |
2012-08-15 | configure.ac: auto-detect libfluidsynth | Max Kellermann | 1 | -9/+0 |
2012-08-15 | decoder/fluidsynth: stop playback at end of file | Max Kellermann | 1 | -5/+4 |
2012-08-15 | decoder/fluidsynth: don't duplicate path | Max Kellermann | 1 | -6/+1 |
2012-08-15 | decoder/fluidsynth: check if file is really a MIDI | Max Kellermann | 1 | -4/+1 |
2012-08-15 | decoder/fluidsynth: remove throttle (requires libfluidsynth 1.1) | Max Kellermann | 1 | -17/+1 |
2012-02-11 | decoder/{mikmod,fluidsynth,mp4ff}: adapt to tag_handler API | Max Kellermann | 1 | -6/+6 |
2011-08-27 | rename 'Timer' to 'struct timer' | Jonathan Neuschäfer | 1 | -1/+1 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-01-04 | renamed decoder plugin sources | Max Kellermann | 1 | -0/+0 |
2010-01-04 | decoder_api: added function decoder_replay_gain() | Max Kellermann | 1 | -1/+1 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-26 | decoder_api: added function decoder_timestamp() | Max Kellermann | 1 | -1/+1 |
2009-12-02 | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -3/+4 |
2009-04-25 | fluidsynth: added "experimental" comments in the source file | Max Kellermann | 1 | -0/+9 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -3/+4 |
2009-02-15 | decoder_plugin: pass struct config_param to init() method | Max Kellermann | 1 | -1/+1 |
2009-02-12 | fluidsynth: new decoder plugin for MIDI files | Max Kellermann | 1 | -0/+233 |