aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_api.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-29decoder_api: don't cast need_chunks() to intMax Kellermann1-4/+4
2008-10-26input_stream: no CamelCaseMax Kellermann1-3/+3
2008-10-21pcm_utils: added pcm_convert_init()Max Kellermann1-1/+1
2008-10-21pcm_utils: no CamelCaseMax Kellermann1-5/+5
2008-10-17input_stream: removed nmemb argumentMax Kellermann1-1/+1
2008-10-17input: declare struct input_streamMax Kellermann1-3/+5
2008-10-08song: removed CamelCaseMax Kellermann1-1/+1
2008-10-08use the "bool" data type instead of "int"Max Kellermann1-1/+1
2008-10-08don't include os_compat.hMax Kellermann1-0/+2
2008-10-08song: converted typedef Song to struct songMax Kellermann1-0/+1
2008-09-29switch to C99 types, part IIMax Kellermann1-1/+1
2008-09-09audio: moved cmpAudioFormat() to audio_format.hMax Kellermann1-1/+1
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-1/+1
2008-08-26renamed player.c to player_control.cMax Kellermann1-1/+1
2008-08-26renamed decode.h to decoder_control.hMax Kellermann1-1/+1
2008-08-26moved global variable "pc" to player.hMax Kellermann1-1/+1
2008-08-26moved global variable "ob" to outputBuffer.hMax Kellermann1-0/+1
2008-08-26moved variable "dc" to decode.hMax Kellermann1-0/+1
2008-08-26added flag "decoder.seeking"Max Kellermann1-1/+8
2008-08-26added decoder_read()Max Kellermann1-0/+24
2008-08-26added decoder_plugin_register()Max Kellermann1-0/+11
2008-08-26eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEKMax Kellermann1-11/+11
2008-08-26added decoder_get_url()Max Kellermann1-0/+5
2008-08-26added decoder_seek_where() and decoder_seek_error()Max Kellermann1-2/+16
2008-08-26added decoder_command_finished() to decoder_api.hMax Kellermann1-3/+12
2008-08-26added decoder_get_command()Max Kellermann1-0/+5
2008-08-26moved convState to struct decoderMax Kellermann1-4/+6
2008-08-26moved struct AudioFormat to audio_format.hMax Kellermann1-0/+1
2008-08-26added parameter total_time to decoder_initialized()Max Kellermann1-1/+4
2008-08-26added audio_format parameter to decoder_initialized()Max Kellermann1-1/+8
2008-08-26added decoder_clear() and decoder_flush()Max Kellermann1-0/+10
2008-08-26added decoder_data()Max Kellermann1-0/+80
2008-08-26added decoder_initialized()Max Kellermann1-6/+9
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-2/+0
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-07-30Standardize state_file handling routines.Eric Wong1-6/+8
2006-07-20Add mpd-indent.shAvuton Olrich1-2/+2
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-14[CLEANUP] Remove closeCharSetConversion from theAvuton Olrich1-2/+0
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2004-11-03remove vim &*(@Warren Dukes1-1/+0
2004-06-17actually, scratch the last changeWarren Dukes1-1/+1
2004-06-17check in configure script if iconv() needs CONSTWarren Dukes1-1/+1
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-03-18bunch of autotool cleanupsWarren Dukes1-0/+2