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
/
inputPlugins
Age
Commit message (
Expand
)
Author
2008-08-26
wavpack: added InputStreamPlus.decoder
Max Kellermann
2008-08-26
oggvorbis: don't detect OGG header if stream is not seekable
Max Kellermann
2008-08-26
added AacBuffer.decoder
Max Kellermann
2008-08-26
mp3: added mp3DecodeData.decoder
Max Kellermann
2008-08-26
mp3: audio_linear_dither() returns mpd_sint16
Max Kellermann
2008-08-26
mp3: changed outputBuffer's type to mpd_sint16[]
Max Kellermann
2008-08-26
mp3: moved num_samples calculation out of the loop
Max Kellermann
2008-08-26
mp3: eliminated outputPtr
Max Kellermann
2008-08-26
mp3: don't do a second flush in mp3_decode()
Max Kellermann
2008-08-26
mp3: always flush directly after decoding/dithering
Max Kellermann
2008-08-26
mp3: dither a whole block at a time
Max Kellermann
2008-08-26
mp3: moved dropSamplesAtEnd check out of the loop
Max Kellermann
2008-08-26
mp3: make samplesPerFrame more local
Max Kellermann
2008-08-26
mp3: unsigned integers
Max Kellermann
2008-08-26
mp3: removed double cmd==STOP check
Max Kellermann
2008-08-26
mp3: moved code to dither_buffer()
Max Kellermann
2008-08-26
mp3: don't check dropSamplesAtStart in the loop
Max Kellermann
2008-08-26
aac: support decoding AAC streams
Max Kellermann
2008-08-26
aac: splitted aac_parse_header() from initAacBuffer()
Max Kellermann
2008-08-26
aac: check buffer lengths
Max Kellermann
2008-08-26
aac: use fillAacBuffer() instead of manual reading
Max Kellermann
2008-08-26
find AAC frames
Max Kellermann
2008-08-26
aac: moved code to adts_check_frame()
Max Kellermann
2008-08-26
aac: moved code to aac_buffer_shift()
Max Kellermann
2008-08-26
aac: use inputStreamAtEOF()
Max Kellermann
2008-08-26
aac: don't depend on consumed data in fillAacBuffer()
Max Kellermann
2008-08-26
aac: simplified fillAacBuffer()
Max Kellermann
2008-08-26
aac: make adtsParse() void
Max Kellermann
2008-08-26
aac: use size_t
Max Kellermann
2008-08-26
aac: removed unused initAacBuffer() parameters
Max Kellermann
2008-08-26
eliminate unused variables in the AAC decoder
Max Kellermann
2008-08-26
added decoder_plugin_register()
Max Kellermann
2008-08-26
renamed functions in decoder_list.h
Max Kellermann
2008-08-26
no camel case in struct decoder_plugin
Max Kellermann
2008-08-26
renamed inputPlugin.* to decoder_list.*
Max Kellermann
2008-08-26
renamed InputPlugin to struct decoder_plugin
Max Kellermann
2008-08-26
eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEK
Max Kellermann
2008-08-26
added decoder_get_url()
Max Kellermann
2008-08-26
don't set dc->seekable in wavpack plugin
Max Kellermann
2008-08-26
use a local "initialized" flag instead of dc->state
Max Kellermann
2008-08-26
added decoder_seek_where() and decoder_seek_error()
Max Kellermann
2008-08-26
added decoder_command_finished() to decoder_api.h
Max Kellermann
2008-08-26
added decoder_get_command()
Max Kellermann
2008-08-26
moved InputPlugin to decoder_api.h
Max Kellermann
2008-08-26
remove one indent level from audiofile plugin
Max Kellermann
2008-08-26
use break instead of local variable "eof"
Max Kellermann
2008-08-26
removed local variable "eof" because it is unused
Max Kellermann
2008-08-26
simplify several dc->command checks
Max Kellermann
2008-08-26
added parameter total_time to decoder_initialized()
Max Kellermann
2008-08-26
added audio_format parameter to decoder_initialized()
Max Kellermann
[next]