summaryrefslogtreecommitdiff
path: root/apps/codecs/mp3_enc.c (follow)
Commit message (Expand)AuthorAge
* mp3 encoder (codec): left and right channels were inverted in monoRafaël Carré2010-07-01
* encoders are not built in sim buildsRafaël Carré2010-07-01
* Build h10 GB with EABI toolchain. Remove some pointless ICODE attributes from...Michael Sevakis2010-06-11
* Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2010-05-06
* This should fix FS#10917, and also fix channel swapping i introduced in r2378...Nils Wallménius2010-01-18
* This should fix FS#10917, unfortunately i have no target evailable to test onNils Wallménius2010-01-18
* Fix typo causing l+r mono encoding to use only one channelNils Wallménius2010-01-18
* Enable strict aliasing optimizations for codecs on gcc versions >= 4.0, fix a...Nils Wallménius2009-11-29
* Collect encoder data chunks (usually < 1kB) before writing to disk. The reduc...Antonius Hellmann2009-07-14
* Make local functions static in codecs, where possible.Bertrik Sikken2008-12-29
* Recording: Change some encoder code the operation of which was apparantly unc...Michael Sevakis2008-11-28
* New recording setting to configure how mono recordings are made. Previously, ...Peter D'Hoye2008-10-08
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Some quality improvements in the mp3 encoder engine. For more details Antonius Hellmann2008-06-02
* Another fix for file system issues when encountering disk full (like when rec...Peter D'Hoye2007-12-13
* Move encoder CPU boost control to the core. Allow CPU to sleep a bit when PCM...Michael Sevakis2007-11-30
* Fix FS #5852 by trying to properly close and update the recorded file, and gi...Peter D'Hoye2007-10-10
* Make recording complain about every little file I/O problem (error on close()...Michael Sevakis2007-04-25
* SWCODEC Recording Codecs: Fix problems with hanging recording screen (chiefly...Michael Sevakis2007-03-04
* ARM targets: Making a few functions non-static allows us to get rid of -ffunc...Jens Arnold2007-02-17
* Encoders: Add a little dithering with the fractional bit for mono mixdowns so...Michael Sevakis2007-02-09
* Fix last build warning from PP recording changes.Barry Wardell2006-12-18
* Encoders: Mixdown to mono should round towards zero not -infinity.Michael Sevakis2006-12-01
* Add support for compiling encoders without adjustable CPU frequency and/or IRAM.Michael Sevakis2006-11-29
* FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski2006-11-26
* Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis2006-11-06
* FS patch #5959 by Antonius Hellmann. Update MP3 encoder to the state of the M...Thom Johansen2006-09-09
* Hopefully this tweak to the Coldfire assembly in mp3_enc.c will fix the compi...Michael Sevakis2006-09-01
* Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis2006-08-28