1. 685b1d0 Merge pull request #12 from daissi/wip/daissi/meson by Antoine SOULIER · 1 year, 7 months ago
  2. 5c2f891 Include header directory to build lc3toolslib by Dylan Aïssi · 1 year, 8 months ago
  3. 214c343 Add a soversion to the shared library by Dylan Aïssi · 1 year, 8 months ago
  4. 3bb98b2 Merge pull request #13 from asymptotic-io/padding_error by Antoine SOULIER · 1 year, 7 months ago
  5. 22626a5 tools/elc3: Use correct offset for pcm buffer padding by Taruntej Kanakamalla · 1 year, 7 months ago
  6. cf1676d Merge pull request #11 from t-8ch/meson-install-tools by Antoine SOULIER · 1 year, 8 months ago
  7. 69a8923 meson: set package version to 1.0.1 by Thomas Weißschuh · 1 year, 8 months ago
  8. 8358f3e build: meson: reuse project version for pkgconfig by Thomas Weißschuh · 1 year, 8 months ago
  9. 4946639 build: meson: introduce utility library by Thomas Weißschuh · 1 year, 8 months ago
  10. ec3bade build: meson: update version to 1.0.0 by Thomas Weißschuh · 1 year, 8 months ago
  11. 20e5450 build: meson: install tools by Thomas Weißschuh · 1 year, 8 months ago
  12. 2240292 meson: set package version to 1.0 by Antoine SOULIER · 1 year, 9 months ago
  13. 8b3720a tools: Fix crash can happens on malformed audio wave file by Antoine SOULIER · 1 year, 9 months ago
  14. 448f3de Merge pull request #8 from carlescufi/rename by Antoine SOULIER · 1 year, 10 months ago
  15. b375f80 module: Rename it to use the repo name, liblc3 by Carles Cufi · 1 year, 10 months ago
  16. 54c0472 test: Fix strict python types checking by Antoine SOULIER · 1 year, 10 months ago
  17. 67ed2e5 make: Move lib make rules to src dir, consistency with meson build by Antoine SOULIER · 1 year, 11 months ago
  18. 7177a59 test: Fix ARM assembly tests compiled on target by Antoine SOULIER · 1 year, 11 months ago
  19. 2332274 test: Fix python encoder/decoder standalone tools by Antoine SOULIER · 1 year, 11 months ago
  20. cea08e9 Cosmetic: include mdct header in mdct source by Antoine SOULIER · 1 year, 11 months ago
  21. 663e3dd test: Enable fast-math on tests, and increase tolerance with SNS checks by Antoine SOULIER · 1 year, 11 months ago
  22. b5e7751 test: Various fixes on python simulation code by Antoine SOULIER · 1 year, 11 months ago
  23. c3071e0 test: Move python build from distutils to setuptools by Antoine SOULIER · 1 year, 11 months ago
  24. 079d45f test: Import LC3 C module without assuming it's locally gnerated by Antoine SOULIER · 1 year, 11 months ago
  25. d1e9270 test: fix run of python encoder by Antoine SOULIER · 1 year, 11 months ago
  26. 7e7ba31 Merge pull request #7 from MariuszSkamra/zephyr by Antoine SOULIER · 2 years ago
  27. e07f313 zephyr: Port liblc3 to Zephyr as external module by Mariusz Skamra · 2 years ago
  28. 36ecf25 readme: Add link to listening test by Antoine SOULIER · 2 years ago
  29. 913836d Merge pull request #5 from kirankrishnappa-intel/meson by Antoine SOULIER · 2 years ago
  30. 9405f98 build: Add meson build system by Kiran K · 2 years ago
  31. 7f8363b test: Fix broken arm/neon tests by Antoine SOULIER · 2 years ago
  32. f73a746 Introduce float and 24 bits packed input/output formats by Antoine SOULIER · 2 years ago
  33. aa9eb7b sanitizer: prevent sub that result in negative unsigned result by Antoine SOULIER · 2 years, 1 month ago
  34. 72d868b fix: Compilation for ARMv7a and A32 by Antoine SOULIER · 2 years, 1 month ago
  35. b36fec6 fix: arm simd32 and neon can be all the 2 available by Antoine SOULIER · 2 years, 1 month ago
  36. bba7191 spec: Move gain estimation in fixed point by Antoine SOULIER · 2 years, 1 month ago
  37. 15240c5 Cosmetic by Antoine SOULIER · 2 years, 1 month ago
  38. f182fe7 mdct: Add neon implementation of FFT by Antoine SOULIER · 2 years, 1 month ago
  39. c4f48f2 Improve storage of quantized coefficients by Antoine SOULIER · 2 years, 1 month ago
  40. 913ed46 Help compiler vectorization for gain estimation by Antoine SOULIER · 2 years, 1 month ago
  41. 5a8617e Flag hot functions, and disable sanitizing for them by Antoine SOULIER · 2 years, 1 month ago
  42. 3568ee1 mdct: work on 2 input buffers, and remove 1 encoding buffer by Antoine SOULIER · 2 years, 1 month ago
  43. 0cec73a attdet: Move to fixed point by Antoine SOULIER · 2 years, 1 month ago
  44. e471e43 ltpf: Move analysis to fixed point by Antoine SOULIER · 2 years, 1 month ago
  45. e0efd79 Costmetic: reword synthesize function by Antoine SOULIER · 2 years, 1 month ago
  46. 29421b2 Add intrinsics saturation feature by Antoine SOULIER · 2 years, 1 month ago
  47. 40849c3 fix: Bad array access when LTPF filter disabled by Antoine SOULIER · 2 years, 2 months ago
  48. dd8521b Improvement: Unroll by 2 the mdct windowing by Antoine SOULIER · 2 years, 2 months ago
  49. 6b3f899 Improvement: Remove IFFT and rely on FFT for IMDCT by Antoine SOULIER · 2 years, 2 months ago
  50. 55c9087 Improvement: Add warning on double promotion and remove one the last that remains by Antoine SOULIER · 2 years, 2 months ago
  51. 96a27ee Improvement: LTPF give hints on vector size multiple by Antoine SOULIER · 2 years, 2 months ago
  52. 62a5fab Improvement: Unroll LTPF resampling loops by Antoine SOULIER · 2 years, 2 months ago
  53. 279da7b Improvement: approximation of math functions by Antoine SOULIER · 2 years, 2 months ago
  54. ddc6522 Improvement: Double constants hunting by Antoine SOULIER · 2 years, 2 months ago
  55. c3831b7 Improvement: LTPF now work on decoded ring buffer by Antoine SOULIER · 2 years, 2 months ago
  56. 6f2b25d Add .gitignore by Antoine SOULIER · 2 years, 2 months ago
  57. 67dcc7c Disable linguist detectable for test files by Antoine SOULIER · 2 years, 2 months ago
  58. 064108b First release by Antoine SOULIER · 2 years, 2 months ago