index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
decoder
/
audiofile_plugin.c
Age
Commit message (
Expand
)
Author
2009-04-02
decoder: Rename all main decoder plugins functions to *decoder_plugin.
Avuton Olrich
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-03-01
audiofile: added 24 bit support
Max Kellermann
2009-02-28
audiofile: removed duplicate decoder_get_command() calls
Max Kellermann
2009-02-28
audiofile: refuse to play non-seekable files
Max Kellermann
2009-02-28
audiofile: no CamelCase
Max Kellermann
2008-12-27
audiofile: don't close onput stream in libaudiofile destroy()
Max Kellermann
2008-12-03
decoder: audiofile plugin using input stream instead of file
Viliam Mateicka
2008-11-21
decoder: check audio_format_valid() in all decoders
Max Kellermann
2008-11-21
audiofile: use GLib instead of log.h
Max Kellermann
2008-11-18
audiofile: fixed misplaced if
Viliam Mateicka
2008-11-11
decoder: return void from decode() methods
Max Kellermann
2008-11-04
decoder: removed stream_types
Max Kellermann
2008-11-02
decoder_api: pass "seekable" flag to decoder_initialized()
Max Kellermann
2008-11-01
decoder: make the suffixes and mime_types arrays really const
Max Kellermann
2008-11-01
decoder: make all decoder_plugin structs const
Max Kellermann
2008-10-31
decoder_api: pass constant path pointers
Max Kellermann
2008-10-30
decoder: use bool for return values and flags
Max Kellermann
2008-10-29
decoder: automatically flush the output buffer after decoder exits
Max Kellermann
2008-10-29
decoder_api: removed decoder_clear()
Max Kellermann
2008-10-26
renamed src/inputPlugins/ to src/decoder/
Max Kellermann