aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/DecoderAPI.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-17*: doxygen fixupsMax Kellermann1-8/+2
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann1-1/+1
2015-01-21ConfigData: move struct config_param to Param.hxxMax Kellermann1-1/+1
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-08-29DecoderAPI: pass SignedSongTime to decoder_initialized()Max Kellermann1-2/+3
2014-08-26DecoderAPI: use std::chrono::duration for decoder_seek*()Max Kellermann1-12/+3
2014-08-26DecoderAPI: add decoder_seek_where_frame()Max Kellermann1-0/+12
2014-08-26DecoderAPI: add decoder_seek_where_ms()Max Kellermann1-0/+10
2014-05-22DecoderAPI: add function decoder_open_uri()Max Kellermann1-0/+10
2014-01-24Config*: move to config/Max Kellermann1-1/+1
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann1-0/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-12-14DecoderAPI: add function decoder_read_full()Max Kellermann1-0/+11
2013-12-14DecoderAPI: add function decoder_skip()Max Kellermann1-0/+8
2013-11-28include cleanup using iwyuMax Kellermann1-0/+4
2013-10-26DecoderControl: move code/attributes to new class MixRampInfoMax Kellermann1-2/+2
2013-10-25ReplayGainInfo: use CamelCase for struct nameMax Kellermann1-1/+1
2013-10-24DecoderAPI: add "pure" attributesMax Kellermann1-0/+2
2013-10-23input_stream: rename struct to InputStreamMax Kellermann1-4/+18
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