aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/audiofile_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* decoder: Rename all main decoder plugins functions to *decoder_plugin.Avuton Olrich2009-04-021-1/+1
* all: Update copyright header.Avuton Olrich2009-03-131-9/+8
* audiofile: added 24 bit supportMax Kellermann2009-03-011-1/+8
* audiofile: removed duplicate decoder_get_command() callsMax Kellermann2009-02-281-12/+16
* audiofile: refuse to play non-seekable filesMax Kellermann2009-02-281-0/+5
* audiofile: no CamelCaseMax Kellermann2009-02-281-9/+9
* audiofile: don't close onput stream in libaudiofile destroy()Max Kellermann2008-12-271-2/+3
* decoder: audiofile plugin using input stream instead of fileViliam Mateicka2008-12-031-15/+74
* decoder: check audio_format_valid() in all decodersMax Kellermann2008-11-211-7/+8
* audiofile: use GLib instead of log.hMax Kellermann2008-11-211-8/+10
* audiofile: fixed misplaced ifViliam Mateicka2008-11-181-2/+1
* decoder: return void from decode() methodsMax Kellermann2008-11-111-5/+4
* decoder: removed stream_typesMax Kellermann2008-11-041-1/+0
* decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann2008-11-021-2/+2
* decoder: make the suffixes and mime_types arrays really constMax Kellermann2008-11-011-1/+3
* decoder: make all decoder_plugin structs constMax Kellermann2008-11-011-1/+1
* decoder_api: pass constant path pointersMax Kellermann2008-10-311-3/+3
* decoder: use bool for return values and flagsMax Kellermann2008-10-301-5/+6
* decoder: automatically flush the output buffer after decoder exitsMax Kellermann2008-10-291-3/+0
* decoder_api: removed decoder_clear()Max Kellermann2008-10-291-1/+0
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-261-0/+147