summaryrefslogtreecommitdiff
path: root/lib/rbcodec
AgeCommit message (Expand)Author
2015-07-17mp3_enc.c: fix MP3 recording at 32 kHz sample rateCástor Muñoz
2015-02-02iBasso DX50/DX90: Major code cleanup and reorganization.Udo Schläpfer
2015-01-30fix surround & pbe dsp crashChiwen Chang
2015-01-22fix pbe/haas surround dsps: surround_enabled, redo flush functions.Chiwen Chang
2015-01-19Enable buflib and core_alloc for warble.Frank Gevaerts
2015-01-19three new DSPsChiwen Chang
2015-01-11Limit more variables to file scopeThomas Jarosch
2014-12-27More standard conforming codec_realloc()Thomas Jarosch
2014-11-28Fix warning in WMA Pro and remove a c++ comment.Michael Giacomelli
2014-11-28Fix FS#13009.Michael Giacomelli
2014-09-22fix yellowMarcin Bukat
2014-09-22metadata: Add cuesheet embedded in ape tags.nialv7
2014-08-30Fix last warning for WarbleMichael Sevakis
2014-08-30Get the last errors I hope!Michael Sevakis
2014-08-16Fix warnings from 6ed0087Michael Sevakis
2014-07-13libopus: use iram for more constantsNils Wallménius
2014-07-13libopus: asm C_MUL for coldfireNils Wallménius
2014-07-13Sync to upstream libopusNils Wallménius
2014-04-15libmad: Use 32bit unsigned for requantize table.Thomas Martitz
2014-03-10Implement time-based resume and playback start.Michael Sevakis
2014-03-03Fix more reds.Thomas Martitz
2014-03-03Fix various reds. Some includes needed fixup.Thomas Martitz
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-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-23Remove dsp_callback because DSP is now library code, not app code.Michael Sevakis