summaryrefslogtreecommitdiffstats
path: root/apps/codecs
AgeCommit message (Expand)AuthorFilesLines
2007-02-14Remove dishonest spc amplificationAdam Gashlin1-3/+2
2007-02-14Adding SPC codec (FS #6542)Adam Gashlin6-0/+3080
2007-02-11* Document the revision of Speex imported in to Rockbox along with how the im...Dan Everton3-7/+77
2007-02-10Doh. Forgot about codeclib.c.Michael Sevakis1-4/+4
2007-02-10SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback ...Michael Sevakis15-84/+84
2007-02-10Fix problems building Speex when building the simulator on Cygwin.Magnus Holmgren1-1/+1
2007-02-10* Sync Speex codec with Speex SVN revision 12449 (roughly Speex 1.2beta1).Dan Everton70-3283/+4816
2007-02-10Fix stereo Speex file decoding.Dan Everton1-15/+13
2007-02-10Fixed 64 bit warning.Jens Arnold1-1/+1
2007-02-09Fix warnings in simulator builds including libspeexDan Everton1-2/+2
2007-02-09Encoders: Add a little dithering with the fractional bit for mono mixdowns so...Michael Sevakis4-12/+34
2007-02-09Whitespace is nice, let's use some. No functional changes.Dave Chapman1-229/+316
2007-02-09Fix a warning in Speex codec_main declaration.Dan Everton1-1/+1
2007-02-09Add Speex playback support. Patch from FS #5607 thanks to Frederik Vestre.Dan Everton104-3/+28119
2007-02-09VRC6 speedup/bugfix from Takashi Obara, FS #6635Adam Gashlin1-66/+61
2007-02-07Woops. Upon examining the diffs again I find I shouldn't have deleted that on...Michael Sevakis1-0/+1
2007-02-07Fix resampling clicking as much as possible at the moment. 1) Upsampling clic...Michael Sevakis14-65/+50
2007-02-04Fixed 64 bit warning.Jens Arnold1-2/+2
2007-02-04Try to fix the simulator build warnings.Magnus Holmgren1-2/+2
2007-02-04Fix playback of mono FLAC files, so they don't play in the left channel only.Magnus Holmgren1-1/+2
2007-01-31NES codec improvements - N106 fixed point implementation from FS #6603, remov...Adam Gashlin1-105/+64
2007-01-30Fix a couple of MP4 demuxing problems, preventing playback in a few cases. Al...Magnus Holmgren3-3/+14
2007-01-25adding NSF (NES music) codecAdam Gashlin3-0/+4515
2007-01-08Update libwavpack with latest changes from the tiny_encoder. This allowsDave Bryant3-76/+39
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