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_api.h
Age
Commit message (
Expand
)
Author
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-02-15
decoder_plugin: pass struct config_param to init() method
Max Kellermann
2009-02-15
decoder_api: moved enum decoder_command to decoder_command.h
Max Kellermann
2009-02-15
decoder_api: moved struct decoder_plugin to decoder_plugin.h
Max Kellermann
2009-01-18
removed playerData.c
Max Kellermann
2009-01-17
moved fallback APE/ID3 tag loader to song.c
Max Kellermann
2009-01-17
decoder_api: pass const pointer to decoder_data()
Max Kellermann
2009-01-04
song: allocate the result of song_get_url()
Max Kellermann
2008-11-11
decoder: return void from decode() methods
Max Kellermann
2008-11-11
replay_gain: no CamelCase
Max Kellermann
2008-11-11
replay_gain: renamed sources to replay_gain.c, replay_gain.h
Max Kellermann
2008-11-10
decoder: removed plugin method try_decode()
Max Kellermann
2008-11-09
decoder: updated API documentation
Max Kellermann
2008-11-04
decoder: removed stream_types
Max Kellermann
2008-11-02
decoder_api: added decoder_tag()
Max Kellermann
2008-11-02
decoder_api: pass "seekable" flag to decoder_initialized()
Max Kellermann
2008-11-01
decoder: manage decoder list in a static array
Max Kellermann
2008-10-31
decoder_api: pass constant path pointers
Max Kellermann
2008-10-31
added prefix to header macros
Max Kellermann
2008-10-30
decoder: use bool for return values and flags
Max Kellermann
2008-10-29
decoder: automatically flush the output buffer after decoder exits
Max Kellermann
2008-10-29
decoder_api: removed decoder_clear()
Max Kellermann
2008-10-26
input_stream: renamed sources, no CamelCase
Max Kellermann
2008-10-17
input: declare struct input_stream
Max Kellermann
2008-10-08
use the "bool" data type instead of "int"
Max Kellermann
2008-09-29
decoder: renamed plugin methods
Max Kellermann
2008-09-29
switch to C99 types, part II
Max Kellermann
2008-09-07
audio_format: converted typedef AudioFormat to struct audio_format
Max Kellermann
2008-08-29
tag: moved code to tag_id3.c
Max Kellermann
2008-08-29
tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item
Max Kellermann
2008-08-26
moved enum decoder_command to decoder_api.h
Max Kellermann
2008-08-26
moved variable "dc" to decode.h
Max Kellermann
2008-08-26
added decoder_read()
Max Kellermann
2008-08-26
added decoder_plugin_register()
Max Kellermann
2008-08-26
no camel case in struct decoder_plugin
Max Kellermann
2008-08-26
renamed the InputPlugin function types
Max Kellermann
2008-08-26
renamed InputPlugin to struct decoder_plugin
Max Kellermann
2008-08-26
eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEK
Max Kellermann
2008-08-26
added decoder_get_url()
Max Kellermann
2008-08-26
added decoder_seek_where() and decoder_seek_error()
Max Kellermann
2008-08-26
added decoder_command_finished() to decoder_api.h
Max Kellermann
2008-08-26
added decoder_get_command()
Max Kellermann
2008-08-26
moved InputPlugin to decoder_api.h
Max Kellermann
2008-08-26
added parameter total_time to decoder_initialized()
Max Kellermann
2008-08-26
added audio_format parameter to decoder_initialized()
Max Kellermann
2008-08-26
added decoder_clear() and decoder_flush()
Max Kellermann
2008-08-26
added decoder_data()
Max Kellermann
2008-08-26
added decoder_initialized()
Max Kellermann
2008-08-26
added struct decoder
Max Kellermann