aboutsummaryrefslogtreecommitdiffstats
path: root/src/compress.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* all: Update copyright header.Avuton Olrich2009-03-131-9/+10
* compress: use GLib instead of utils.hMax Kellermann2009-01-031-4/+4
* removed os_compat.hMax Kellermann2008-12-291-1/+3
* compress.c: fix skips/distortion introduced in r7146Eric Wong2008-02-051-1/+1
* fixed "comparison between signed and unsigned"Max Kellermann2008-01-261-5/+5
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-5/+1
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-5/+5
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-1/+2
* Several fixes uncovered with -pedanticEric Wong2006-08-011-6/+6
* No code change, just add headersAvuton Olrich2006-07-311-2/+18
* Updating compress.[ch] from AudioCompressJ. Alexander Treuman2006-07-271-2/+4
* Use AudioCompress for volume normalizationJ. Alexander Treuman2006-07-271-0/+392