aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderAPI.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-21decoder: rename the struct to "Decoder"Max Kellermann1-11/+18
2013-10-19*: use nullptr instead of NULLMax Kellermann1-3/+3
2013-10-02replay_gain_*.h: rename to *.hxxMax Kellermann1-1/+1
2013-09-27DecoderCommand: convert to strictly-typed enumMax Kellermann1-7/+7
2013-09-05Tag, ...: move to libtag.aMax Kellermann1-1/+1
2013-09-05conf.h: remove obsolete headerMax Kellermann1-1/+1
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann1-1/+0
2013-09-03input_stream.h: rename to InputLegacy.hxxMax Kellermann1-1/+1
2013-08-03audio_format: convert to C++Max Kellermann1-2/+2
2013-07-31DecoderAPI: pass rvalue reference to decoder_tag()Max Kellermann1-2/+1
2013-07-30tag: convert to C++Max Kellermann1-2/+2
2013-07-28decoder_api: convert to C++Max Kellermann1-15/+5
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann1-0/+8
2013-01-05DecoderAPI: _replay_gain() returns voidMax Kellermann1-4/+2
2012-02-11decoder_api: correct decoder_seek_error() documentationMax Kellermann1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-05-08mixramp: Adjust MixRamp threshold to account for ReplayGain.Tim Phipps1-2/+4
2010-03-21Add support for MixRamp tagsTim Phipps1-0/+11
2010-01-18decoder_api: removed function decoder_get_uri()Max Kellermann1-9/+0
2010-01-04replay_gain: moved code to replay_gain_info.cMax Kellermann1-1/+1
2010-01-04decoder_api: added function decoder_replay_gain()Max Kellermann1-2/+12
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-26decoder_api: added function decoder_timestamp()Max Kellermann1-1/+10
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-10-08decoder_api: document all function parametersMax Kellermann1-27/+73
2009-03-13all: Update copyright header.Avuton Olrich1-7/+7
2009-02-15decoder_plugin: pass struct config_param to init() methodMax Kellermann1-0/+1
2009-02-15decoder_api: moved enum decoder_command to decoder_command.hMax Kellermann1-7/+1
2009-02-15decoder_api: moved struct decoder_plugin to decoder_plugin.hMax Kellermann1-57/+1
2009-01-18removed playerData.cMax Kellermann1-1/+0
2009-01-17moved fallback APE/ID3 tag loader to song.cMax Kellermann1-1/+0
2009-01-17decoder_api: pass const pointer to decoder_data()Max Kellermann1-1/+2
2009-01-04song: allocate the result of song_get_url()Max Kellermann1-1/+7
2008-11-11decoder: return void from decode() methodsMax Kellermann1-2/+2
2008-11-11replay_gain: no CamelCaseMax Kellermann1-1/+1
2008-11-11replay_gain: renamed sources to replay_gain.c, replay_gain.hMax Kellermann1-1/+1
2008-11-10decoder: removed plugin method try_decode()Max Kellermann1-6/+0
2008-11-09decoder: updated API documentationMax Kellermann1-2/+6
2008-11-04decoder: removed stream_typesMax Kellermann1-8/+0
2008-11-02decoder_api: added decoder_tag()Max Kellermann1-0/+11
2008-11-02decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann1-2/+2
2008-11-01decoder: manage decoder list in a static arrayMax Kellermann1-4/+0
2008-10-31decoder_api: pass constant path pointersMax Kellermann1-2/+2
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-30decoder: use bool for return values and flagsMax Kellermann1-4/+4
2008-10-29decoder: automatically flush the output buffer after decoder exitsMax Kellermann1-2/+0
2008-10-29decoder_api: removed decoder_clear()Max Kellermann1-2/+0
2008-10-26input_stream: renamed sources, no CamelCaseMax Kellermann1-1/+1
2008-10-17input: declare struct input_streamMax Kellermann1-6/+7
2008-10-08use the "bool" data type instead of "int"Max Kellermann1-3/+4