index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
decoder_internal.h
Age
Commit message (
Expand
)
Author
2013-01-04
decoder_*: convert to C++
Max Kellermann
2013-01-02
{decoder,player}_thread: convert to C++
Max Kellermann
2011-09-22
Merge branch 'v0.16.x'
Max Kellermann
2011-09-22
decoder_api: emulate SEEK command for initial seek to CUE track
Max Kellermann
2011-09-22
decoder_internal.h: more API documentation
Max Kellermann
2011-09-14
decoder_internal: don't call input_stream_buffer()
Max Kellermann
2011-01-29
copyright year 2011
Max Kellermann
2010-02-17
replay_gain: reimplement as a filter plugin
Max Kellermann
2010-01-04
replay_gain: refactor API, move code to replay_gain_state.c
Max Kellermann
2010-01-04
decoder_api: added function decoder_replay_gain()
Max Kellermann
2009-12-31
Update copyright notices.
Avuton Olrich
2009-12-26
decoder_api: added function decoder_timestamp()
Max Kellermann
2009-10-31
decoder_control: removed the global variable "dc"
Max Kellermann
2009-04-13
decoder_api: submit the song tag to the music pipe
Max Kellermann
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-03-06
pipe: added music_buffer, rewrite music_pipe
Max Kellermann
2009-03-06
music_pipe: added music_pipe_push()
Max Kellermann
2009-02-15
decoder_api: moved struct decoder_plugin to decoder_plugin.h
Max Kellermann
2009-01-07
pcm_utils: moved conversion code to pcm_convert.c
Max Kellermann
2009-01-03
input_stream: added tag() method
Max Kellermann
2008-11-08
decoder: removed "plugin" from the decoder struct
Max Kellermann
2008-11-03
decoder_api: automatically send stream tag
Max Kellermann
2008-11-01
decoder: return const decoder_plugin structs
Max Kellermann
2008-10-31
added prefix to header macros
Max Kellermann
2008-10-21
pcm_utils: renamed ConvState to struct pcm_convert_state
Max Kellermann
2008-10-08
use the "bool" data type instead of "int"
Max Kellermann
2008-08-26
added flag "decoder.seeking"
Max Kellermann
2008-08-26
renamed InputPlugin to struct decoder_plugin
Max Kellermann
2008-08-26
moved convState to struct decoder
Max Kellermann
2008-08-26
added struct decoder
Max Kellermann