aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/audiofile_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-02decoder: Rename all main decoder plugins functions to *decoder_plugin.Avuton Olrich1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-9/+8
2009-03-01audiofile: added 24 bit supportMax Kellermann1-1/+8
2009-02-28audiofile: removed duplicate decoder_get_command() callsMax Kellermann1-12/+16
2009-02-28audiofile: refuse to play non-seekable filesMax Kellermann1-0/+5
2009-02-28audiofile: no CamelCaseMax Kellermann1-9/+9
2008-12-27audiofile: don't close onput stream in libaudiofile destroy()Max Kellermann1-2/+3
2008-12-03decoder: audiofile plugin using input stream instead of fileViliam Mateicka1-15/+74
2008-11-21decoder: check audio_format_valid() in all decodersMax Kellermann1-7/+8
2008-11-21audiofile: use GLib instead of log.hMax Kellermann1-8/+10
2008-11-18audiofile: fixed misplaced ifViliam Mateicka1-2/+1
2008-11-11decoder: return void from decode() methodsMax Kellermann1-5/+4
2008-11-04decoder: removed stream_typesMax Kellermann1-1/+0
2008-11-02decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann1-2/+2
2008-11-01decoder: make the suffixes and mime_types arrays really constMax Kellermann1-1/+3
2008-11-01decoder: make all decoder_plugin structs constMax Kellermann1-1/+1
2008-10-31decoder_api: pass constant path pointersMax Kellermann1-3/+3
2008-10-30decoder: use bool for return values and flagsMax Kellermann1-5/+6
2008-10-29decoder: automatically flush the output buffer after decoder exitsMax Kellermann1-3/+0
2008-10-29decoder_api: removed decoder_clear()Max Kellermann1-1/+0
2008-10-26renamed src/inputPlugins/ to src/decoder/Max Kellermann1-0/+0
2008-10-17Makefile.am: don't compile disabled decoder pluginsMax Kellermann1-9/+0
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann1-4/+4
2008-10-08don't include os_compat.hMax Kellermann1-0/+1
2008-09-29use C99 struct initializersMax Kellermann1-10/+5
2008-09-29switch to C99 types, part IIMax Kellermann1-4/+4
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-1/+1
2008-08-29tag: renamed functions, no CamelCaseMax Kellermann1-1/+1
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann1-2/+2
2008-08-26moved global variable "ob" to outputBuffer.hMax Kellermann1-0/+3
2008-08-26renamed InputPlugin to struct decoder_pluginMax Kellermann1-2/+2
2008-08-26added decoder_seek_where() and decoder_seek_error()Max Kellermann1-1/+1
2008-08-26added decoder_command_finished() to decoder_api.hMax Kellermann1-1/+1
2008-08-26added decoder_get_command()Max Kellermann1-2/+2
2008-08-26remove one indent level from audiofile pluginMax Kellermann1-30/+25
2008-08-26use break instead of local variable "eof"Max Kellermann1-16/+12
2008-08-26added parameter total_time to decoder_initialized()Max Kellermann1-4/+4
2008-08-26added audio_format parameter to decoder_initialized()Max Kellermann1-10/+11
2008-08-26added decoder_clear() and decoder_flush()Max Kellermann1-2/+2
2008-08-26added decoder_data()Max Kellermann1-7/+7
2008-08-26added decoder_initialized()Max Kellermann1-3/+3
2008-08-26added struct decoderMax Kellermann1-1/+1
2008-08-26added dc_command_finished()Max Kellermann1-2/+1
2008-08-26merged start, stop, seek into DecoderControl.commandMax Kellermann1-10/+9
2008-08-26clean up CPP includesMax Kellermann1-5/+0
2008-04-13Make the OutputBuffer API more consistentEric Wong1-4/+4
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong1-6/+5
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong1-18/+17
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong1-0/+1
2008-03-26audiofile_plugin: fix nasty long lines introduced in previous commitEric Wong1-2/+4