aboutsummaryrefslogtreecommitdiffstats
path: root/src/compress.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-05compress.c: fix skips/distortion introduced in r7146Eric Wong1-1/+1
2008-01-26fixed "comparison between signed and unsigned"Max Kellermann1-5/+5
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-5/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-5/+5
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-1/+2
2006-08-01Several fixes uncovered with -pedanticEric Wong1-6/+6
2006-07-31No code change, just add headersAvuton Olrich1-2/+18
2006-07-27Updating compress.[ch] from AudioCompressJ. Alexander Treuman1-2/+4
2006-07-27Use AudioCompress for volume normalizationJ. Alexander Treuman1-0/+392