aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm_dither.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* pcm_dither: added pcm_dither_32_to_16()Max Kellermann2009-03-021-0/+15
* pcm_dither: renamed struct pcm_dither_24 to struct pcm_ditherMax Kellermann2009-03-021-2/+2
* pcm_prng: renamed prng() to pcm_prng()Max Kellermann2009-01-071-1/+1
* pcm_utils: use the custom PRNG for volume ditheringMax Kellermann2009-01-031-5/+1
* pcm_dither: added generic 24 to 16 bit ditheringMax Kellermann2008-10-231-0/+82