aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/audiofile_decoder_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-19decoder/audiofile: fix compiler warnings with libaudiofile 0.3.3Jonathan Neuschäfer1-4/+4
2011-09-17decoder/audiofile: include stdio header for SEEK_* definesTim Harder1-0/+1
2011-02-09general: whitespace cleanupThomas Jansen1-1/+1
2010-01-04renamed decoder plugin sourcesMax Kellermann1-0/+0
2010-01-04decoder_api: added function decoder_replay_gain()Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-26decoder_api: added function decoder_timestamp()Max Kellermann1-6/+3
2009-12-15input_stream: return errors with GErrorMax Kellermann1-3/+13
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-3/+23
2009-11-14decoder/audio: eliminate the "bits" variableMax Kellermann1-4/+1
2009-11-14decoder/audiofile: moved code to audiofile_setup_sample_format()Max Kellermann1-10/+20
2009-11-14decoder: use audio_format_init_checked()Max Kellermann1-7/+9
2009-11-12include config.h in all sourcesMax Kellermann1-1/+2
2009-07-19Add audio_format_init() functionDavid Woodhouse1-5/+3
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