summaryrefslogtreecommitdiff
path: root/apps/codecs (follow)
Commit message (Expand)AuthorAge
* Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold2007-03-16
* Get rid of the arm4 libspeex warnings.Jens Arnold2007-03-13
* turn on ARM optimizationsMarcoen Hirschberg2007-03-13
* rename config.h to config-speex.hMarcoen Hirschberg2007-03-13
* * Clean up speex.c a little.Dan Everton2007-03-12
* Fix build warnings. A better fix might be to define HAVE_LIMITS_H, but someon...Barry Wardell2007-03-10
* should never have been committedRobert Kukla2007-03-04
* SWCODEC Recording Codecs: Fix problems with hanging recording screen (chiefly...Michael Sevakis2007-03-04
* Set svn:keywords property where missing.Jens Arnold2007-03-03
* Add get_metadata() and year & comment tag support for SPC.Adam Boot2007-03-03
* Oops. That ICONST_ATTR shouldn't be on the gauss table...yet. I leave experim...Michael Sevakis2007-03-03
* SPC codec on Coldfire: Urgh. There was a whole gain stage I overlooked. :P Ki...Michael Sevakis2007-03-03
* Fix a comment that sounded a bit odd.Michael Sevakis2007-03-03
* SPC codec on Coldfire: Move movclrs into the light and out of the long dark s...Michael Sevakis2007-03-03
* SWCODEC: Fix the problem of replaygain not being applied unless the menu is ...Michael Sevakis2007-02-26
* Woops, that was an experimental change that shouldn't have been included.Michael Sevakis2007-02-24
* SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of som...Michael Sevakis2007-02-24
* SPC Codec: Fix an overflow issue in echo with left shifting by 9 that showed ...Michael Sevakis2007-02-23
* SPC Codec: Now that output clipping is left to the core DSP, some especially ...Michael Sevakis2007-02-21
* Fix a mistake in wrapping the echo buffer.Michael Sevakis2007-02-20
* SPC codec: enable echo on ColdFire CPU. Do a couple general small optimizatio...Michael Sevakis2007-02-20
* 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