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