summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-12-23Proposed fix for FS#12878: Zero-length embedded album art prevents mp3 playbackJack Whitham
2013-12-16Sync libopus to upstream release 1.1Nils Wallménius
2013-12-15DSP Compressor: Sidechain, Exponential Atk/RlsRyan Billing
2013-12-13Add support for flac embeded album art.Albert Song
2013-11-18flac: fix seeking.Andrew Ryabinin
2013-10-20Add missing #include statements.Kevin Zheng
2013-10-05Simulator - encoders can now be loadedLorenzo Miori
2013-09-01Opus: delete two files that were moved into a subdirNils Wallménius
2013-09-01Fix warning from a35c1b3Nils Wallménius
2013-09-01Opus: Coldfire inline asm for comb_filter_constNils Wallménius
2013-08-31Add cf asm inline for multiplication commonly used in silk.Nils Wallménius
2013-08-31Put two hot silk arrays on real stack (iram)Nils Wallménius
2013-08-31Silence spurious warningNils Wallménius
2013-08-31Sync opus codec to upstream gitNils Wallménius
2013-08-26lua: Switch memory allocator from dl to tlsfMarcin Bukat
2013-08-23Change CODECFLAGS to a "simply-expanded" var to give the individualNils Wallménius
2013-08-16Fix FS#12889 : Audible pop right after setting Repeat/ShuffleMichael Sevakis
2013-07-11mp3_enc: Fix early snafu with stream finish on COPMichael Sevakis
2013-07-09Multithread compressing encoders on multicore targets.Michael Sevakis
2013-07-06Enable setting of global output samplerate on certain targets.Michael Sevakis
2013-06-30Update software recording engine to latest codec interface.Michael Sevakis
2013-06-30Fix some whitespace in files changed in following commit.Michael Sevakis
2013-06-21Remove old EQ presets.Michael Giacomelli
2013-06-16Silence some (harmless) warnings.Frank Gevaerts
2013-06-15Fix id3v2 album art if more than one image is present.Dominik Riebeling
2013-05-27Missed removing a couple unwanted includes in previous commit.Michael Sevakis
2013-05-27Remove explicit config.h and system.h includes from DSP code.Michael Sevakis
2013-05-26SPC Codec ARMv5: I didn't have fast gauss quite right.Michael Sevakis
2013-05-23Fix return address when data_abort_handler skips faulting instruction.Boris Gjenero
2013-05-23Remove dsp_callback because DSP is now library code, not app code.Michael Sevakis
2013-05-23SPC Codec: Add ARMv5 optimized code. Easy peasy.Michael Sevakis
2013-05-21SPC Codec: Simplify configuration and assume nothing need be disabled.Michael Sevakis
2013-05-21SPC Codec: Have metadata parser fill in frequency and bitrate.Michael Sevakis
2013-05-21SPC Codec: Need to restore a bit more data from cached waves.Michael Sevakis
2013-05-21Opus: fix glitch caused by 2e9aa3dNils Wallménius
2013-05-21Fix FS#9577 - SNES player missing tracks on certain SPCsMichael Sevakis
2013-05-21Fix 87021f7 errors. There is no this->echo_pos when SPC_NOECHO != 0.Michael Sevakis
2013-05-21SPC Codec: Refactor for CPU and clean up some things.Michael Sevakis
2013-05-19Opus: fix seeking to start of trackNils Wallménius
2013-05-19Opus: avoid allocating space for comment packetsNils Wallménius
2013-05-18Fix opus craches with large embedded album artNils Wallménius
2013-05-16Introduce new hermite polynomial resampler.Michael Sevakis
2013-05-07Rename all the "lin_resample..." stuff to simply "resample_...".Michael Sevakis
2013-05-05Purge the usage of DSP_SWITCH_FREQUENCY.Michael Sevakis
2013-05-04Revert "Don't set CORE_GCSECTIONS in fixedpoint.make."Dominik Riebeling
2013-05-04Fix missed optimization opportunity in dsp_process.Michael Sevakis
2013-05-04Cleanup and simplify latest DSP code incarnation.Michael Sevakis
2013-04-28Don't set CORE_GCSECTIONS in fixedpoint.make.Dominik Riebeling
2013-04-26Properly seek to next id3v2 frame for unsynced tags.Dominik Riebeling
2013-04-25Properly implement volume in warble. dB cut only.Michael Sevakis