summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-10-20Add missing #include statements.Kevin Zheng3-0/+6
2013-10-05Simulator - encoders can now be loadedLorenzo Miori1-1/+2
2013-09-01Opus: delete two files that were moved into a subdirNils Wallménius2-108/+0
2013-09-01Fix warning from a35c1b3Nils Wallménius1-1/+1
2013-09-01Opus: Coldfire inline asm for comb_filter_constNils Wallménius1-0/+33
2013-08-31Add cf asm inline for multiplication commonly used in silk.Nils Wallménius2-0/+54
2013-08-31Put two hot silk arrays on real stack (iram)Nils Wallménius2-6/+10
2013-08-31Silence spurious warningNils Wallménius1-1/+1
2013-08-31Sync opus codec to upstream gitNils Wallménius115-4290/+4825
2013-08-26lua: Switch memory allocator from dl to tlsfMarcin Bukat1-3/+11
2013-08-23Change CODECFLAGS to a "simply-expanded" var to give the individualNils Wallménius3-16/+18
2013-08-16Fix FS#12889 : Audible pop right after setting Repeat/ShuffleMichael Sevakis1-0/+3
2013-07-11mp3_enc: Fix early snafu with stream finish on COPMichael Sevakis1-23/+14
2013-07-09Multithread compressing encoders on multicore targets.Michael Sevakis2-1806/+2302
2013-07-06Enable setting of global output samplerate on certain targets.Michael Sevakis17-196/+377
2013-06-30Update software recording engine to latest codec interface.Michael Sevakis5-1224/+862
2013-06-30Fix some whitespace in files changed in following commit.Michael Sevakis4-37/+37
2013-06-21Remove old EQ presets.Michael Giacomelli28-436/+0
2013-06-16Silence some (harmless) warnings.Frank Gevaerts1-1/+0
2013-06-15Fix id3v2 album art if more than one image is present.Dominik Riebeling1-1/+8
2013-05-27Missed removing a couple unwanted includes in previous commit.Michael Sevakis3-3/+7
2013-05-27Remove explicit config.h and system.h includes from DSP code.Michael Sevakis16-31/+34
2013-05-26SPC Codec ARMv5: I didn't have fast gauss quite right.Michael Sevakis1-5/+5
2013-05-23Fix return address when data_abort_handler skips faulting instruction.Boris Gjenero1-1/+1
2013-05-23Remove dsp_callback because DSP is now library code, not app code.Michael Sevakis3-56/+9
2013-05-23SPC Codec: Add ARMv5 optimized code. Easy peasy.Michael Sevakis4-1/+291
2013-05-21SPC Codec: Simplify configuration and assume nothing need be disabled.Michael Sevakis1-33/+21
2013-05-21SPC Codec: Have metadata parser fill in frequency and bitrate.Michael Sevakis1-0/+2
2013-05-21SPC Codec: Need to restore a bit more data from cached waves.Michael Sevakis2-59/+53
2013-05-21Opus: fix glitch caused by 2e9aa3dNils Wallménius1-6/+6
2013-05-21Fix FS#9577 - SNES player missing tracks on certain SPCsMichael Sevakis2-44/+85
2013-05-21Fix 87021f7 errors. There is no this->echo_pos when SPC_NOECHO != 0.Michael Sevakis1-1/+1
2013-05-21SPC Codec: Refactor for CPU and clean up some things.Michael Sevakis12-1295/+1690
2013-05-19Opus: fix seeking to start of trackNils Wallménius1-2/+3
2013-05-19Opus: avoid allocating space for comment packetsNils Wallménius1-0/+6
2013-05-18Fix opus craches with large embedded album artNils Wallménius4-44/+42
2013-05-16Introduce new hermite polynomial resampler.Michael Sevakis3-260/+543
2013-05-07Rename all the "lin_resample..." stuff to simply "resample_...".Michael Sevakis4-45/+42
2013-05-05Purge the usage of DSP_SWITCH_FREQUENCY.Michael Sevakis26-27/+26
2013-05-04Revert "Don't set CORE_GCSECTIONS in fixedpoint.make."Dominik Riebeling1-0/+1
2013-05-04Fix missed optimization opportunity in dsp_process.Michael Sevakis1-3/+3
2013-05-04Cleanup and simplify latest DSP code incarnation.Michael Sevakis15-540/+513
2013-04-28Don't set CORE_GCSECTIONS in fixedpoint.make.Dominik Riebeling1-1/+0
2013-04-26Properly seek to next id3v2 frame for unsynced tags.Dominik Riebeling1-3/+10
2013-04-25Properly implement volume in warble. dB cut only.Michael Sevakis2-9/+36
2013-04-25Add $(SHARED_CFLAGS) to fixedpoint.make to quash amd64 errors in 95e23de.Michael Sevakis1-1/+1
2013-04-26Make fixepoint.c as a shared library (libfixedpoint.a).Michael Sevakis10-32/+623
2013-04-15Straighten out the mad twisted state of sound.c and related areas.Michael Sevakis3-44/+57
2013-04-11Implement universal in-PCM-driver software volume control.Michael Sevakis2-21/+0
2013-04-10Move fixedpoint.h to be accessible in /firmware.Michael Sevakis1-26/+3