aboutsummaryrefslogtreecommitdiffstats
path: root/src/AudioCompress/compress.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* AudioCompress: abort on out-of-memoryMax Kellermann2012-09-031-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.
* general: whitespace cleanupThomas Jansen2011-02-091-14/+14
| | | | | Remove trailing whitespace found by this command: find -name '*.[ch]' | xargs grep "[[:space:]]$"
* AudioCompress: explicitly include stdint.hMax Kellermann2010-03-171-0/+1
| | | | For int16_t.
* compress: upgraded to AudioCompress 2.0J. Shagam2009-12-021-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]