summaryrefslogtreecommitdiffstats
path: root/apps/codecs
AgeCommit message (Expand)AuthorFilesLines
2006-12-31fix previous commit and use just .textMarcoen Hirschberg1-2/+2
2006-12-31fix flac on ARM platforms which don't use iramMarcoen Hirschberg1-1/+7
2006-12-18Fix last build warning from PP recording changes.Barry Wardell1-1/+1
2006-12-18FS#6096. Recording on PortalPlayer targets (H10, iPod Video, iPod 4g, iPod Co...Barry Wardell1-1/+1
2006-12-11Remove the filesMartin Arver66-18512/+0
2006-12-11Stop building, and remove dumb as it has not changed state since its initial ...Martin Arver1-7/+2
2006-12-11Delete libFLAC - it has't been used since October 2005Dave Chapman61-29964/+0
2006-12-07Minor corrections to FLAC seeking calculationsAdam Boot1-3/+3
2006-12-07AAC codec: accept M4B files.Magnus Holmgren1-0/+1
2006-12-06Make the AAC (and ALAC) codec more flexible when dealing with the MP4 file st...Magnus Holmgren1-32/+33
2006-12-03Remove some unneeded code that caused problems for enhanced AAC files.Magnus Holmgren1-52/+5
2006-12-01Encoders: Mixdown to mono should round towards zero not -infinity.Michael Sevakis4-6/+6
2006-11-29Add support for compiling encoders without adjustable CPU frequency and/or IRAM.Michael Sevakis4-23/+69
2006-11-26FS#6357, patch 3: implemented simple temporary malloc for the Vorbis decoder.Tomasz Malesinski5-43/+98
2006-11-26Fixed the build error in FS#6357, patch 1.Tomasz Malesinski2-2/+2
2006-11-26FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski22-404/+163
2006-11-26SWCODEC: Stop clicks between tracks when resampler is active by only switchin...Michael Sevakis13-14/+14
2006-11-25Fixed header parsing in AIFF. The minimum header size is 54 bytes for an audi...Michael Sevakis1-3/+3
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 Sevakis3-0/+410
2006-11-23Enable ReplayGain processing for AAC and ALAC (not really tested though). Als...Magnus Holmgren2-2/+4
2006-11-11FS#6315 - Get the UI simulator to compile for non SWCODEC targets on OS X.Barry Wardell2-0/+2
2006-11-09Added macros controlling what goes to IRAM on different targets.Tomasz Malesinski22-61/+99
2006-11-08Sample-accurate seeking for FLACAdam Boot3-54/+246
2006-11-08Improve support for long MP4 files. Twice as long files can now play, and for...Magnus Holmgren2-64/+78
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis4-701/+1461
2006-10-30Update several codec Makefiles so that the codec libs build again on Coldfire...Magnus Holmgren5-10/+10
2006-10-30Adapted more Makefiles to the more efficient info printing.Jens Arnold1-5/+3
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold11-89/+50
2006-10-27Re-enable the currently unused and broken dithering and noise shaping code al...Thom Johansen13-13/+0
2006-10-25Assembler optimised FLAC 24 bit handling routines for Coldfire based players....Thom Johansen3-40/+299
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold12-13/+23
2006-10-11Forgot one file...Magnus Holmgren1-1/+1
2006-10-11AAC codec: Improved MP4 file parsing. Should now handle most streamable files...Magnus Holmgren4-248/+448
2006-10-10AAC codec: Fix buffer overrun on high-bitrate files.Magnus Holmgren1-1/+8
2006-10-01AAC codec: Reduce IRAM usage slightly, to fix the profile builds (on Coldfire).Magnus Holmgren1-4/+4
2006-09-29Cleaner implementation of the recent OSX simulator build fix. No need to defi...Barry Wardell1-6/+0
2006-09-29Allow UI simulator to be build on OS (Slightly updated version of FS5767)Barry Wardell1-2/+8
2006-09-25oops, forgot to 'cvs add' it [thanks for reminding me, linuxstb]Rani Hod1-0/+343
2006-09-25Accepted FS#6023 - ADX codec (some kind of ADPCM).Rani Hod2-0/+2
2006-09-24Fix the warning.Magnus Holmgren1-0/+4
2006-09-24Apply a bunch of simple AAC decoder optimizations. Biggest speedup is on Cold...Magnus Holmgren11-41/+62
2006-09-24Add profiling support for libfaad, and enable a small optimization.Magnus Holmgren2-9/+2
2006-09-23Fix profiling builds.Magnus Holmgren1-10/+2
2006-09-16Reverted workaround for the gcc warning. There was a change of behaviour in a...Jens Arnold1-16/+2
2006-09-09FS patch #5959 by Antonius Hellmann. Update MP3 encoder to the state of the M...Thom Johansen1-2417/+1827
2006-09-05Recude iram usage for the Vorbis decoder a little. Makes it possible to build...Magnus Holmgren3-2/+1
2006-09-05A few minor changes to match upstream svn.Magnus Holmgren2-3/+3
2006-09-02more make magic to heal the broken buildsDaniel Stenberg2-9/+26
2006-09-02settings.h includs button.h that includes target-button.h so we need to makeDaniel Stenberg4-8/+7