aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm/feeder_fmt.c
Commit message (Expand)AuthorAgeFilesLines
* Separate license from comments.Joel Dahl2007-06-021-1/+3
* [stage: 5/9]Ariff Abdullah2007-03-161-1055/+926
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesAriff Abdullah2006-11-261-203/+623
* Fix typos and clean up some comments.Joel Dahl2006-01-251-1/+1
* Various fixups:Ariff Abdullah2006-01-221-0/+66
* Added mono to stereo and stereo to mono feeder functions for bothAriff Abdullah2005-11-261-0/+170
* Update my email address, so people know where the exact /Ariff Abdullah2005-11-141-2/+2
* - fake.cAlexander Leidinger2005-09-101-33/+214
* Whats New:Alexander Leidinger2005-07-311-403/+579
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* update my email address.Cameron Grant2003-09-071-1/+1
* Fix an off-by-one error in feed_monotostereo16() that caused theIan Dowse2003-08-231-1/+1
* Additional malloc failure checks.Orion Hodson2003-04-201-0/+6
* Back out last commit, which is fine in theory, but ignores the factOrion Hodson2003-03-051-3/+3
* It seems that sound(4)'s feeder routines don't need to allocate memoryBrian Feldman2003-02-231-6/+6
* various fixes to eliminate locking warningsCameron Grant2002-11-251-3/+3
* Fix a warning due to the code assuming sizeof(int) == sizeof(void *) whichJohn Baldwin2002-04-111-1/+1
* many changes:Cameron Grant2001-08-231-2/+2
* fix feeder initialisation methods to return correct result codes.Cameron Grant2001-04-081-3/+3
* mega-commit.Cameron Grant2001-03-241-24/+24
* add a format feeder for conversion from alaw to ulaw and vice versa.Cameron Grant2001-02-131-0/+93
* kobjify.Cameron Grant2000-12-181-132/+86
* prepare for adding a rate conversion feeder.Cameron Grant2000-09-231-0/+496