summaryrefslogtreecommitdiff
path: root/src/AudioCompress
AgeCommit message (Collapse)Author
2013-01-30audio_{parser,config}: convert to C++Max Kellermann
2012-09-03AudioCompress: abort on out-of-memoryMax Kellermann
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 Jansen
Remove trailing whitespace found by this command: find -name '*.[ch]' | xargs grep "[[:space:]]$"
2010-05-11AudioCompress: include stdint.h for int16_t definition.Avuton Olrich
In mingw32, int16_t is not defined by sys/types.h, but it is by stdint.h, and it is in the int16_t man page as being defined in stdint.h. Thanks to mithi for help debugging.
2010-03-17AudioCompress: explicitly include stdint.hMax Kellermann
For int16_t.
2009-12-02compress: add config.hJeffrey Middleton
This includes some default values of #defined constants used in the code; it won't compile without it.
2009-12-02compress: upgraded to AudioCompress 2.0J. Shagam
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]