aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_api.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* mixramp: Adjust MixRamp threshold to account for ReplayGain.Tim Phipps2010-05-081-2/+4
* Add support for MixRamp tagsTim Phipps2010-03-211-0/+11
* decoder_api: removed function decoder_get_uri()Max Kellermann2010-01-181-9/+0
* replay_gain: moved code to replay_gain_info.cMax Kellermann2010-01-041-1/+1
* decoder_api: added function decoder_replay_gain()Max Kellermann2010-01-041-2/+12
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* decoder_api: added function decoder_timestamp()Max Kellermann2009-12-261-1/+10
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* decoder_api: document all function parametersMax Kellermann2009-10-081-27/+73
* all: Update copyright header.Avuton Olrich2009-03-131-7/+7
* decoder_plugin: pass struct config_param to init() methodMax Kellermann2009-02-151-0/+1
* decoder_api: moved enum decoder_command to decoder_command.hMax Kellermann2009-02-151-7/+1
* decoder_api: moved struct decoder_plugin to decoder_plugin.hMax Kellermann2009-02-151-57/+1
* removed playerData.cMax Kellermann2009-01-181-1/+0
* moved fallback APE/ID3 tag loader to song.cMax Kellermann2009-01-171-1/+0
* decoder_api: pass const pointer to decoder_data()Max Kellermann2009-01-171-1/+2
* song: allocate the result of song_get_url()Max Kellermann2009-01-041-1/+7
* decoder: return void from decode() methodsMax Kellermann2008-11-111-2/+2
* replay_gain: no CamelCaseMax Kellermann2008-11-111-1/+1
* replay_gain: renamed sources to replay_gain.c, replay_gain.hMax Kellermann2008-11-111-1/+1
* decoder: removed plugin method try_decode()Max Kellermann2008-11-101-6/+0
* decoder: updated API documentationMax Kellermann2008-11-091-2/+6
* decoder: removed stream_typesMax Kellermann2008-11-041-8/+0
* decoder_api: added decoder_tag()Max Kellermann2008-11-021-0/+11
* decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann2008-11-021-2/+2
* decoder: manage decoder list in a static arrayMax Kellermann2008-11-011-4/+0
* decoder_api: pass constant path pointersMax Kellermann2008-10-311-2/+2
* added prefix to header macrosMax Kellermann2008-10-311-2/+2
* decoder: use bool for return values and flagsMax Kellermann2008-10-301-4/+4
* decoder: automatically flush the output buffer after decoder exitsMax Kellermann2008-10-291-2/+0
* decoder_api: removed decoder_clear()Max Kellermann2008-10-291-2/+0
* input_stream: renamed sources, no CamelCaseMax Kellermann2008-10-261-1/+1
* input: declare struct input_streamMax Kellermann2008-10-171-6/+7
* use the "bool" data type instead of "int"Max Kellermann2008-10-081-3/+4
* decoder: renamed plugin methodsMax Kellermann2008-09-291-35/+40
* switch to C99 types, part IIMax Kellermann2008-09-291-1/+1
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-071-1/+2
* tag: moved code to tag_id3.cMax Kellermann2008-08-291-0/+1
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-291-1/+1
* moved enum decoder_command to decoder_api.hMax Kellermann2008-08-261-1/+8
* moved variable "dc" to decode.hMax Kellermann2008-08-261-0/+1
* added decoder_read()Max Kellermann2008-08-261-0/+9
* added decoder_plugin_register()Max Kellermann2008-08-261-0/+4
* no camel case in struct decoder_pluginMax Kellermann2008-08-261-8/+8
* renamed the InputPlugin function typesMax Kellermann2008-08-261-14/+13
* renamed InputPlugin to struct decoder_pluginMax Kellermann2008-08-261-2/+2
* eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEKMax Kellermann2008-08-261-5/+4
* added decoder_get_url()Max Kellermann2008-08-261-0/+2
* added decoder_seek_where() and decoder_seek_error()Max Kellermann2008-08-261-0/+4