summaryrefslogtreecommitdiffstats
path: root/apps/codecs/aiff_enc.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-25Make recording complain about every little file I/O problem (error on close()...Michael Sevakis1-3/+2
2007-03-29Accept FS#6918 - Remove Nested Functions by Tim Ross. Adjust some names. Hunt...Michael Sevakis1-24/+24
2007-03-04SWCODEC Recording Codecs: Fix problems with hanging recording screen (chiefly...Michael Sevakis1-2/+2
2007-02-17ARM targets: Making a few functions non-static allows us to get rid of -ffunc...Jens Arnold1-6/+8
2007-02-09Encoders: Add a little dithering with the fractional bit for mono mixdowns so...Michael Sevakis1-5/+11
2006-12-18FS#6096. Recording on PortalPlayer targets (H10, iPod Video, iPod 4g, iPod Co...Barry Wardell1-1/+1
2006-12-01Encoders: Mixdown to mono should round towards zero not -infinity.Michael Sevakis1-2/+2
2006-11-29Add support for compiling encoders without adjustable CPU frequency and/or IRAM.Michael Sevakis1-2/+12
2006-11-26Fixed the build error in FS#6357, patch 1.Tomasz Malesinski1-1/+1
2006-11-26FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski1-17/+1
2006-11-24Fixed header calculation goofs that would've affected mono files and little-e...Michael Sevakis1-6/+6
2006-11-24Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on sampl...Michael Sevakis1-0/+408