summaryrefslogtreecommitdiff
path: root/src/decoder/audiofile_plugin.c
AgeCommit message (Expand)Author
2009-04-02decoder: Rename all main decoder plugins functions to *decoder_plugin.Avuton Olrich
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-01audiofile: added 24 bit supportMax Kellermann
2009-02-28audiofile: removed duplicate decoder_get_command() callsMax Kellermann
2009-02-28audiofile: refuse to play non-seekable filesMax Kellermann
2009-02-28audiofile: no CamelCaseMax Kellermann
2008-12-27audiofile: don't close onput stream in libaudiofile destroy()Max Kellermann
2008-12-03decoder: audiofile plugin using input stream instead of fileViliam Mateicka
2008-11-21decoder: check audio_format_valid() in all decodersMax Kellermann
2008-11-21audiofile: use GLib instead of log.hMax Kellermann
2008-11-18audiofile: fixed misplaced ifViliam Mateicka
2008-11-11decoder: return void from decode() methodsMax Kellermann
2008-11-04decoder: removed stream_typesMax Kellermann
2008-11-02decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann
2008-11-01decoder: make the suffixes and mime_types arrays really constMax Kellermann
2008-11-01decoder: make all decoder_plugin structs constMax Kellermann
2008-10-31decoder_api: pass constant path pointersMax Kellermann
2008-10-30decoder: use bool for return values and flagsMax Kellermann
2008-10-29decoder: automatically flush the output buffer after decoder exitsMax Kellermann
2008-10-29decoder_api: removed decoder_clear()Max Kellermann
2008-10-26renamed src/inputPlugins/ to src/decoder/Max Kellermann