summaryrefslogtreecommitdiffstats
path: root/apps/codecs/mp3_enc.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-23Give playback engine better control over the codec. Codec simply follows comm...Michael Sevakis1-11/+2
2010-07-01mp3 encoder (codec): left and right channels were inverted in monoRafaël Carré1-2/+2
2010-07-01encoders are not built in sim buildsRafaël Carré1-4/+0
2010-06-11Build h10 GB with EABI toolchain. Remove some pointless ICODE attributes from...Michael Sevakis1-7/+1
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-1/+1
2010-01-18This should fix FS#10917, and also fix channel swapping i introduced in r2378...Nils Wallménius1-3/+3
2010-01-18This should fix FS#10917, unfortunately i have no target evailable to test onNils Wallménius1-1/+1
2010-01-18Fix typo causing l+r mono encoding to use only one channelNils Wallménius1-1/+1
2009-11-29Enable strict aliasing optimizations for codecs on gcc versions >= 4.0, fix a...Nils Wallménius1-8/+10
2009-07-14Collect encoder data chunks (usually < 1kB) before writing to disk. The reduc...Antonius Hellmann1-3/+29
2008-12-29Make local functions static in codecs, where possible.Bertrik Sikken1-13/+13
2008-11-28Recording: Change some encoder code the operation of which was apparantly unc...Michael Sevakis1-14/+18
2008-10-08New recording setting to configure how mono recordings are made. Previously, ...Peter D'Hoye1-4/+24
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-02Some quality improvements in the mp3 encoder engine. For more details Antonius Hellmann1-80/+159
2007-12-13Another fix for file system issues when encountering disk full (like when rec...Peter D'Hoye1-0/+3
2007-11-30Move encoder CPU boost control to the core. Allow CPU to sleep a bit when PCM...Michael Sevakis1-31/+0
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