aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/SndfileDecoderPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-21decoder: rename the struct to "Decoder"Max Kellermann1-1/+1
2013-10-21decoder_plugin: rename struct to DecoderPluginMax Kellermann1-1/+1
2013-10-02Log: new logging library APIMax Kellermann1-6/+8
2013-09-27DecoderCommand: convert to strictly-typed enumMax Kellermann1-4/+4
2013-09-05Tag, ...: move to libtag.aMax Kellermann1-1/+1
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann1-5/+6
2013-09-04util/Error: new error passing libraryMax Kellermann1-13/+9
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-3/+3
2013-08-03audio_format: convert to C++Max Kellermann1-7/+7
2013-07-29audio_check: convert to C++Max Kellermann1-1/+1
2013-07-29tag_handler: convert to C++Max Kellermann1-1/+1
2013-07-28decoder_api: convert to C++Max Kellermann1-1/+1
2013-07-28decoder/sndfile: convert to C++Max Kellermann1-26/+32
2013-01-26input_stream: forward-declare the structMax Kellermann1-3/+3
2012-02-11decoder_plugin: scan tags with callback tableMax Kellermann1-12/+16
2011-09-16input_stream: non-blocking I/OMax Kellermann1-2/+2
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-01-04decoder_api: added function decoder_replay_gain()Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-26decoder_api: added function decoder_timestamp()Max Kellermann1-2/+1
2009-12-15input_stream: return errors with GErrorMax Kellermann1-3/+7
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-1/+2
2009-11-14decoder: use audio_format_init_checked()Max Kellermann1-4/+6
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann1-3/+3
2009-07-19Add audio_format_init() functionDavid Woodhouse1-3/+1
2009-07-07decoder/sndfile: new decoder plugin based on libsndfileMax Kellermann1-0/+246