aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-30build: meson: reuse project version for pkgconfigThomas Weißschuh
2022-09-30build: meson: introduce utility libraryThomas Weißschuh
2022-09-30build: meson: update version to 1.0.0Thomas Weißschuh
2022-09-30build: meson: install toolsThomas Weißschuh
2022-09-20meson: set package version to 1.0Antoine SOULIER
2022-09-15tools: Fix crash can happens on malformed audio wave fileAntoine SOULIER
2022-08-22Merge pull request #8 from carlescufi/renameAntoine SOULIER
2022-08-22module: Rename it to use the repo name, liblc3Carles Cufi
2022-08-05test: Fix strict python types checkingAntoine SOULIER
2022-07-29make: Move lib make rules to src dir, consistency with meson buildAntoine SOULIER
2022-07-29test: Fix ARM assembly tests compiled on targetAntoine SOULIER
2022-07-29test: Fix python encoder/decoder standalone toolsAntoine SOULIER
2022-07-25Cosmetic: include mdct header in mdct sourceAntoine SOULIER
2022-07-25test: Enable fast-math on tests, and increase tolerance with SNS checksAntoine SOULIER
2022-07-25test: Various fixes on python simulation codeAntoine SOULIER
2022-07-25test: Move python build from distutils to setuptoolsAntoine SOULIER
2022-07-08test: Import LC3 C module without assuming it's locally gneratedAntoine SOULIER
2022-07-08test: fix run of python encoderAntoine SOULIER
2022-06-27Merge pull request #7 from MariuszSkamra/zephyrAntoine SOULIER
2022-06-27zephyr: Port liblc3 to Zephyr as external moduleMariusz Skamra
2022-06-15readme: Add link to listening testAntoine SOULIER
2022-06-15Merge pull request #5 from kirankrishnappa-intel/mesonAntoine SOULIER
2022-06-10build: Add meson build systemKiran K
2022-06-01test: Fix broken arm/neon testsAntoine SOULIER
2022-06-01Introduce float and 24 bits packed input/output formatsAntoine SOULIER
2022-05-13sanitizer: prevent sub that result in negative unsigned resultAntoine SOULIER
2022-05-13fix: Compilation for ARMv7a and A32Antoine SOULIER
2022-05-12fix: arm simd32 and neon can be all the 2 availableAntoine SOULIER
2022-05-12spec: Move gain estimation in fixed pointAntoine SOULIER
2022-05-10CosmeticAntoine SOULIER
2022-05-10mdct: Add neon implementation of FFTAntoine SOULIER
2022-05-10Improve storage of quantized coefficientsAntoine SOULIER
2022-05-10Help compiler vectorization for gain estimationAntoine SOULIER
2022-05-05Flag hot functions, and disable sanitizing for themAntoine SOULIER
2022-05-05mdct: work on 2 input buffers, and remove 1 encoding bufferAntoine SOULIER
2022-05-04attdet: Move to fixed pointAntoine SOULIER
2022-05-04ltpf: Move analysis to fixed pointAntoine SOULIER
2022-05-04Costmetic: reword synthesize functionAntoine SOULIER
2022-05-04Add intrinsics saturation featureAntoine SOULIER
2022-04-22fix: Bad array access when LTPF filter disabledAntoine SOULIER
2022-04-21Improvement: Unroll by 2 the mdct windowingAntoine SOULIER
2022-04-21Improvement: Remove IFFT and rely on FFT for IMDCTAntoine SOULIER
2022-04-21Improvement: Add warning on double promotion and remove one the last that rem...Antoine SOULIER
2022-04-20Improvement: LTPF give hints on vector size multipleAntoine SOULIER
2022-04-20Improvement: Unroll LTPF resampling loopsAntoine SOULIER
2022-04-20Improvement: approximation of math functionsAntoine SOULIER
2022-04-20Improvement: Double constants huntingAntoine SOULIER
2022-04-20Improvement: LTPF now work on decoded ring bufferAntoine SOULIER
2022-04-20Add .gitignoreAntoine SOULIER
2022-04-19Disable linguist detectable for test filesAntoine SOULIER