aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_internal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* replay_gain: reimplement as a filter pluginMax Kellermann2010-02-171-1/+8
* replay_gain: refactor API, move code to replay_gain_state.cMax Kellermann2010-01-041-1/+1
* decoder_api: added function decoder_replay_gain()Max Kellermann2010-01-041-0/+2
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* decoder_api: added function decoder_timestamp()Max Kellermann2009-12-261-0/+5
* decoder_control: removed the global variable "dc"Max Kellermann2009-10-311-0/+2
* decoder_api: submit the song tag to the music pipeMax Kellermann2009-04-131-0/+7
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* pipe: added music_buffer, rewrite music_pipeMax Kellermann2009-03-061-7/+6
* music_pipe: added music_pipe_push()Max Kellermann2009-03-061-0/+22
* decoder_api: moved struct decoder_plugin to decoder_plugin.hMax Kellermann2009-02-151-1/+0
* pcm_utils: moved conversion code to pcm_convert.cMax Kellermann2009-01-071-1/+1
* input_stream: added tag() methodMax Kellermann2009-01-031-2/+5
* decoder: removed "plugin" from the decoder structMax Kellermann2008-11-081-2/+0
* decoder_api: automatically send stream tagMax Kellermann2008-11-031-0/+3
* decoder: return const decoder_plugin structsMax Kellermann2008-11-011-1/+1
* added prefix to header macrosMax Kellermann2008-10-311-2/+2
* pcm_utils: renamed ConvState to struct pcm_convert_stateMax Kellermann2008-10-211-1/+1
* use the "bool" data type instead of "int"Max Kellermann2008-10-081-1/+1
* added flag "decoder.seeking"Max Kellermann2008-08-261-0/+2
* renamed InputPlugin to struct decoder_pluginMax Kellermann2008-08-261-1/+1
* moved convState to struct decoderMax Kellermann2008-08-261-0/+3
* added struct decoderMax Kellermann2008-08-261-0/+28