Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | audio_{parser,config}: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -0/+9 |
| | |||||
* | AudioCompress: include stdint.h for int16_t definition. | Avuton Olrich | 2010-05-11 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | compress: upgraded to AudioCompress 2.0 | J. Shagam | 2009-12-02 | 1 | -0/+40 |
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] |