summaryrefslogtreecommitdiff
path: root/apps/codecs (follow)
Commit message (Expand)AuthorAge
...
* Fix silly cut an pasting of comments.Paul Louden2007-02-18
* Fix Gigabeat SPC warnings.Paul Louden2007-02-18
* #if => #ifdefDaniel Stenberg2007-02-17
* build with -Wundef to make sure we have spelled the defines right in #if linesDaniel Stenberg2007-02-17
* ARM targets: Making a few functions non-static allows us to get rid of -ffunc...Jens Arnold2007-02-17
* Replaced some explicit options for target linking with to be consistent with...Jens Arnold2007-02-15
* Remove dishonest spc amplificationAdam Gashlin2007-02-14
* Adding SPC codec (FS #6542)Adam Gashlin2007-02-14
* * Document the revision of Speex imported in to Rockbox along with how the im...Dan Everton2007-02-11
* Doh. Forgot about codeclib.c.Michael Sevakis2007-02-10
* SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback ...Michael Sevakis2007-02-10
* Fix problems building Speex when building the simulator on Cygwin.Magnus Holmgren2007-02-10
* * Sync Speex codec with Speex SVN revision 12449 (roughly Speex 1.2beta1).Dan Everton2007-02-10
* Fix stereo Speex file decoding.Dan Everton2007-02-10
* Fixed 64 bit warning.Jens Arnold2007-02-10
* Fix warnings in simulator builds including libspeexDan Everton2007-02-09
* Encoders: Add a little dithering with the fractional bit for mono mixdowns so...Michael Sevakis2007-02-09
* Whitespace is nice, let's use some. No functional changes.Dave Chapman2007-02-09
* Fix a warning in Speex codec_main declaration.Dan Everton2007-02-09
* Add Speex playback support. Patch from FS #5607 thanks to Frederik Vestre.Dan Everton2007-02-09
* VRC6 speedup/bugfix from Takashi Obara, FS #6635Adam Gashlin2007-02-09
* Woops. Upon examining the diffs again I find I shouldn't have deleted that on...Michael Sevakis2007-02-07
* Fix resampling clicking as much as possible at the moment. 1) Upsampling clic...Michael Sevakis2007-02-07
* Fixed 64 bit warning.Jens Arnold2007-02-04
* Try to fix the simulator build warnings.Magnus Holmgren2007-02-04
* Fix playback of mono FLAC files, so they don't play in the left channel only.Magnus Holmgren2007-02-04
* NES codec improvements - N106 fixed point implementation from FS #6603, remov...Adam Gashlin2007-01-31
* Fix a couple of MP4 demuxing problems, preventing playback in a few cases. Al...Magnus Holmgren2007-01-30
* adding NSF (NES music) codecAdam Gashlin2007-01-25
* Update libwavpack with latest changes from the tiny_encoder. This allowsDave Bryant2007-01-08
* fix previous commit and use just .textMarcoen Hirschberg2006-12-31
* fix flac on ARM platforms which don't use iramMarcoen Hirschberg2006-12-31
* Fix last build warning from PP recording changes.Barry Wardell2006-12-18
* FS#6096. Recording on PortalPlayer targets (H10, iPod Video, iPod 4g, iPod Co...Barry Wardell2006-12-18
* Remove the filesMartin Arver2006-12-11
* Stop building, and remove dumb as it has not changed state since its initial ...Martin Arver2006-12-11
* Delete libFLAC - it has't been used since October 2005Dave Chapman2006-12-11
* Minor corrections to FLAC seeking calculationsAdam Boot2006-12-07
* AAC codec: accept M4B files.Magnus Holmgren2006-12-07
* Make the AAC (and ALAC) codec more flexible when dealing with the MP4 file st...Magnus Holmgren2006-12-06
* Remove some unneeded code that caused problems for enhanced AAC files.Magnus Holmgren2006-12-03
* 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 3: implemented simple temporary malloc for the Vorbis decoder.Tomasz Malesinski2006-11-26
* 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
* SWCODEC: Stop clicks between tracks when resampler is active by only switchin...Michael Sevakis2006-11-26
* Fixed header parsing in AIFF. The minimum header size is 54 bytes for an audi...Michael Sevakis2006-11-25
* 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