Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | general: whitespace cleanup | Thomas Jansen | 2011-02-09 | 1 | -14/+14 |
| | | | | | Remove trailing whitespace found by this command: find -name '*.[ch]' | xargs grep "[[:space:]]$" | ||||
* | AudioCompress: explicitly include stdint.h | Max Kellermann | 2010-03-17 | 1 | -0/+1 |
| | | | | For int16_t. | ||||
* | compress: upgraded to AudioCompress 2.0 | J. Shagam | 2009-12-02 | 1 | -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] |