aboutsummaryrefslogtreecommitdiffstats
path: root/src/AudioCompress/compress.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-09-03AudioCompress: abort on out-of-memoryMax Kellermann1-0/+7
This library crashes on out-of-memory (NULL pointer dereference). There's not much useful MPD can do in such a situation, so let's explicitly abort instead, just like GLib does.
2011-02-09general: whitespace cleanupThomas Jansen1-14/+14
Remove trailing whitespace found by this command: find -name '*.[ch]' | xargs grep "[[:space:]]$"
2010-03-17AudioCompress: explicitly include stdint.hMax Kellermann1-0/+1
For int16_t.
2009-12-02compress: upgraded to AudioCompress 2.0J. Shagam1-0/+184
Copied sources from http://beesbuzz.biz/code/audiocompress/AudioCompress-2.0.tar.gz [mk: created this patch under fluffy's name and fixed some gcc signed/unsigned comparison warnings]