summaryrefslogtreecommitdiffstats
path: root/apps/codecs/mp3_enc.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10Fix FS #5852 by trying to properly close and update the recorded file, and gi...Peter D'Hoye1-1/+2
2007-04-25Make recording complain about every little file I/O problem (error on close()...Michael Sevakis1-3/+1
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-1/+6
2006-12-18Fix last build warning from PP recording changes.Barry Wardell1-1/+1
2006-12-01Encoders: Mixdown to mono should round towards zero not -infinity.Michael Sevakis1-1/+1
2006-11-29Add support for compiling encoders without adjustable CPU frequency and/or IRAM.Michael Sevakis1-10/+20
2006-11-26FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski1-17/+1
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-456/+726
2006-09-09FS patch #5959 by Antonius Hellmann. Update MP3 encoder to the state of the M...Thom Johansen1-2417/+1827
2006-09-01Hopefully this tweak to the Coldfire assembly in mp3_enc.c will fix the compi...Michael Sevakis1-9/+11
2006-08-28Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis1-0/+2860