aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_internal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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