| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Move code from the Vorbis and FLAC decoder plugins.
|
|
|
|
|
|
|
|
|
|
|
|
Eliminates the functions _new() and _free().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Support these PCM formats natively, instead of letting libsndfile
convert everything to 32 bit.
|
|
|
|
Prepare for other sample formats.
|
|
|
|
|
|
|
|
|
|
For type safety and code readability.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
After seeking, the MPD core automatically refreshes the timestamp, and
thus discards the value from decoder_timestamp().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Avoid roundtrips to floating point.
|
|
|
|
|
|
|