summaryrefslogtreecommitdiff
path: root/apps/codecs/aiff_enc.c (follow)
Commit message (Expand)AuthorAge
* Add codecs to librbcodec.Sean Bartell2012-04-25
* Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis2011-04-27
* Give playback engine better control over the codec. Codec simply follows comm...Michael Sevakis2011-02-23
* Use __builtin_constant_p() to select the best byteswapping method: constant o...Michael Sevakis2011-01-30
* encoders are not built in sim buildsRafaël Carré2010-07-01
* Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2010-05-06
* Commit FS#10458 by Christopher Williams - Fix incorrect AIFF and WAV encoding...Michael Sevakis2009-07-23
* 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
* Move encoder CPU boost control to the core. Allow CPU to sleep a bit when PCM...Michael Sevakis2007-11-30
* Make recording complain about every little file I/O problem (error on close()...Michael Sevakis2007-04-25
* Accept FS#6918 - Remove Nested Functions by Tim Ross. Adjust some names. Hunt...Michael Sevakis2007-03-29
* 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
* FS#6096. Recording on PortalPlayer targets (H10, iPod Video, iPod 4g, iPod Co...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
* Fixed the build error in FS#6357, patch 1.Tomasz Malesinski2006-11-26
* FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski2006-11-26
* Fixed header calculation goofs that would've affected mono files and little-e...Michael Sevakis2006-11-24
* Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on sampl...Michael Sevakis2006-11-24