aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderInternal.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-28include cleanup using iwyuMax Kellermann1-2/+0
2013-11-13DecoderAPI: stop decoder on MPD errorMax Kellermann1-0/+7
2013-11-13DecoderInternal: allocate PcmConvert dynamicallyMax Kellermann1-2/+7
2013-11-13DecoderInternal: move functions into the classMax Kellermann1-16/+14
2013-11-06DecoderInternal: lock DecoderControl in _flush_chunk()Max Kellermann1-0/+2
2013-10-28decoder_control: rename to DecoderControlMax Kellermann1-3/+3
2013-10-25ReplayGainInfo: use CamelCase for struct nameMax Kellermann1-1/+1
2013-10-23input_stream: rename struct to InputStreamMax Kellermann1-1/+1
2013-10-21decoder: rename the struct to "Decoder"Max Kellermann1-5/+5
2013-10-19*: use references instead of pointersMax Kellermann1-2/+3
2013-10-02replay_gain_*.h: rename to *.hxxMax Kellermann1-1/+1
2013-07-30tag: convert to C++Max Kellermann1-5/+5
2013-07-28decoder_api: convert to C++Max Kellermann1-1/+1
2013-04-09pcm_*: move to src/pcm/Max Kellermann1-1/+1
2013-01-31pcm_convert: convert to C++Max Kellermann1-3/+2
2013-01-04DecoderThread: move code to destructorMax Kellermann1-1/+5
2013-01-04DecoderInternal: initialize replay_gain_serialMax Kellermann1-1/+2
2013-01-04DecoderInternal: move initializers to constructorMax Kellermann1-4/+7
2013-01-04decoder_*: convert to C++Max Kellermann1-3/+3
2013-01-02{decoder,player}_thread: convert to C++Max Kellermann1-0/+7
2011-09-22decoder_api: emulate SEEK command for initial seek to CUE trackMax Kellermann1-0/+14
2011-09-22decoder_internal.h: more API documentationMax Kellermann1-0/+5
2011-09-14decoder_internal: don't call input_stream_buffer()Max Kellermann1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-02-17replay_gain: reimplement as a filter pluginMax Kellermann1-1/+8
2010-01-04replay_gain: refactor API, move code to replay_gain_state.cMax Kellermann1-1/+1
2010-01-04decoder_api: added function decoder_replay_gain()Max Kellermann1-0/+2
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-26decoder_api: added function decoder_timestamp()Max Kellermann1-0/+5
2009-10-31decoder_control: removed the global variable "dc"Max Kellermann1-0/+2
2009-04-13decoder_api: submit the song tag to the music pipeMax Kellermann1-0/+7
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-06pipe: added music_buffer, rewrite music_pipeMax Kellermann1-7/+6
2009-03-06music_pipe: added music_pipe_push()Max Kellermann1-0/+22
2009-02-15decoder_api: moved struct decoder_plugin to decoder_plugin.hMax Kellermann1-1/+0
2009-01-07pcm_utils: moved conversion code to pcm_convert.cMax Kellermann1-1/+1
2009-01-03input_stream: added tag() methodMax Kellermann1-2/+5
2008-11-08decoder: removed "plugin" from the decoder structMax Kellermann1-2/+0
2008-11-03decoder_api: automatically send stream tagMax Kellermann1-0/+3
2008-11-01decoder: return const decoder_plugin structsMax Kellermann1-1/+1
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-21pcm_utils: renamed ConvState to struct pcm_convert_stateMax Kellermann1-1/+1
2008-10-08use the "bool" data type instead of "int"Max Kellermann1-1/+1
2008-08-26added flag "decoder.seeking"Max Kellermann1-0/+2
2008-08-26renamed InputPlugin to struct decoder_pluginMax Kellermann1-1/+1
2008-08-26moved convState to struct decoderMax Kellermann1-0/+3
2008-08-26added struct decoderMax Kellermann1-5/+7
2008-04-12clean up CPP includesMax Kellermann1-2/+0
2008-02-05fix -Wconst warningsMax Kellermann1-2/+2
2007-12-28Merge branches/ew r7104Eric Wong1-1/+1