1. ac02cce fastmath: Prefer signed addition instead of unsigned wrapped by Antoine Soulier · 6 weeks ago main upstream/main
  2. 73bbc00 conformance: Update version to 1.0.7 and add HFP SWB use-case by Antoine Soulier · 7 weeks ago v1.1.1
  3. 8523516 test: Fix typo in decoder.py call to ltpf by Antoine Soulier · 8 weeks ago
  4. 5f5251a ci: add build-macos-meson job by Rui Chen · 9 weeks ago
  5. 5e528fc build: fix rpath issue by Rui Chen · 9 weeks ago
  6. e54cdeb README: Add wasm compilation by Antoine Soulier · 2 months ago
  7. 16e082c wasm: Remove warnings, and separate builtin backend by Antoine Soulier · 2 months ago
  8. bfea2c0 msvc: Fix MSVC compilation and CI by Antoine Soulier · 3 months ago
  9. ae0fb37 meson: Bump library version to 1.1.0 by Antoine Soulier · 3 months ago
  10. 7f1c920 meson: Set buildtype to release by default by Antoine Soulier · 3 months ago
  11. 36acfbf ci: Add a github action workflow by David Duarte · 3 months ago
  12. f48f0ff test: Add numpy include path by David Duarte · 3 months ago
  13. 9981509 conformace: Update results by Antoine Soulier · 3 months ago
  14. 3f05fcb python bindings: build/install via integrated meson support by Eli Schwartz · 4 months ago
  15. a01c060 fastmath: Increase precision of 2^x, needed for LC3 HR Precision tests by Antoine Soulier · 3 months ago
  16. e67bb2d wasm: Add a wasm liblc3 library by David Duarte · 4 months ago
  17. d7a7398 fastmath: Remove non builtin dependencies to math library by Antoine Soulier · 4 months ago
  18. 2e65545 make: Add hidden GNU visibility, and enable LTO by Antoine Soulier · 4 months ago
  19. e1f41fc cpp: Work only with frame blocks by Antoine Soulier · 4 months ago
  20. 8b16197 Merge pull request #41 from google/libpython by Antoine SOULIER · 4 months ago
  21. 8e0bd81 python: Add python library wrapper by Antoine Soulier · 5 months ago
  22. 10999c6 dlc3: Fix usage documentation by Antoine Soulier · 4 months ago
  23. 43d6280 hr mode: Allow half bitrate (fallback operation), and remove lower bound on decoding. by Antoine Soulier · 4 months ago
  24. d9973b6 tns: Quantize on 16 bits the RC coeffs, required for LC3 Plus HR by Antoine Soulier · 4 months ago
  25. 5f70c73 tns: Change 2.5ms 48KHz TNS division, as HR specification and reference implementation by Antoine Soulier · 4 months ago
  26. e88593c fix: Compilation warning by Antoine Soulier · 4 months ago
  27. a874947 fix: Wrong gain offset on high bitrate, high resolution 48 KHz by Antoine Soulier · 5 months ago
  28. 4d014e3 tools & cpp: Add support of asymetric frame sizes of a stereo stream by Antoine Soulier · 5 months ago
  29. 71ffd78 fix: crash can occurs with NaN or infinte PCM inputs, and fast-math enabled by Antoine Soulier · 5 months ago
  30. 834826c make: switch to shared object library by Antoine Soulier · 5 months ago
  31. 570ef0b Disable linguist detectable for test files by Antoine Soulier · 5 months ago
  32. f8728d2 conformance: Update LC3 reports and add LC3+ reports by Antoine Soulier · 5 months ago
  33. 5785c3e Merge pull request #40 from google/lc3plus by Antoine SOULIER · 5 months ago
  34. 125c682 Documents LC3 Plus feature by Antoine Soulier · 5 months ago
  35. 6c99421 fuzz: Update with LC3-Plus LC3-Plus HR parameters by Antoine Soulier · 5 months ago
  36. 0aac2a4 make: Add makefile LC3_PLUS options by Antoine Soulier · 5 months ago
  37. d967d8e lc3_cpp: Update to HR interface by anonymix007 · 5 months ago
  38. daa5802 feature: Add High-Resolution LC3 plus mode by Antoine Soulier · 6 months ago
  39. 149cb65 feature: Add 2.5 ms and 5 ms LC3 plus frame durations by anonymix007 · 6 months ago
  40. a75f187 tools: Fix malformed skip of LC3 binary header by Antoine Soulier · 6 months ago
  41. 59cfa05 tools: Add support of reading WAV file with metadata by Antoine Soulier · 7 months ago
  42. 7552605 Add conformance reports by Antoine Soulier · 8 months ago
  43. 1a5938e meson: Bump to version 1.0.4 by Antoine Soulier · 10 months ago v1.0.4
  44. 67f2231 fix: Gain adjustment during second quantization phase can exceed minimum gain by Antoine Soulier · 11 months ago
  45. 3b23884 readme: Add Bluetooth qualification ID by Antoine Soulier · 11 months ago
  46. f522371 readme: Add few words on fuzzing by Antoine Soulier · 11 months ago
  47. a3c99d4 Merge pull request #32 from google/fuzzing by Antoine SOULIER · 11 months ago
  48. 5383f43 feature: Add a roundtrip fuzz testing harness by Antoine Soulier · 12 months ago
  49. 9c579ff cpp: Include malloc/free header by Antoine Soulier · 12 months ago
  50. 3d76930 meson: Bump to version 1.0.3 by Antoine Soulier · 1 year, 1 month ago v1.0.3
  51. 49101e4 Merge MDCT orthogonalization factor in rot twiddles (remove 1 mult by samples in common case) by Antoine Soulier · 1 year, 1 month ago
  52. 7979564 feature: Enable pedantic to improve portability by Antoine Soulier · 1 year, 1 month ago
  53. a48fdbc Merge pull request #28 from dane1122/fix-ubsan by Antoine SOULIER · 1 year, 1 month ago
  54. 7210a30 Merge pull request #26 from xyz1001/main by Antoine SOULIER · 1 year, 1 month ago
  55. ca23b7c fix compile error with msvc 17 by xyz1001 · 1 year, 1 month ago
  56. 1538cb6 Cast uint8_t value to unsigned before doing bit shift by Dayeong Lee · 1 year, 1 month ago
  57. acbdce6 Merge pull request #27 from leytou/fix_install by Antoine SOULIER · 1 year, 1 month ago
  58. e37914a build: meson: add install file 'lc3_cpp.h' by Leytou · 1 year, 1 month ago
  59. 44ea886 fix: Remove VLA to support compilation with MSVC by Antoine Soulier · 1 year, 1 month ago
  60. 422d93b cpp: Remove stride parameter by Antoine Soulier · 1 year, 2 months ago
  61. 2ce884d fix: Rename define guard by Antoine Soulier · 1 year, 2 months ago
  62. a1e1e70 Merge pull request #23 from google/cpp_interface by Antoine SOULIER · 1 year, 2 months ago
  63. 368fe72 feature: Propose C++ interface by Antoine Soulier · 1 year, 2 months ago
  64. e8a05a9 Merge pull request #21 from asymptotic-io/main by Antoine SOULIER · 1 year, 3 months ago
  65. c212c30 meson: declare liblc3 as dependency by Taruntej Kanakamalla · 1 year, 3 months ago
  66. 1669b25 fix: Remove use of deprecated `int` numpy attribute by Antoine Soulier · 1 year, 4 months ago
  67. afb786c cosmetic: Warning may be used initialized with GCC 12.2 by Antoine Soulier · 1 year, 4 months ago
  68. 22c2d39 feature: Make encoder/decoder states relocatable by Antoine Soulier · 1 year, 4 months ago
  69. f34f465 meson: Bump to version 1.0.2 by Antoine Soulier · 1 year, 4 months ago v1.0.2
  70. 311ca4c Merge pull request #20 from google/zero_size_array by Antoine SOULIER · 1 year, 5 months ago
  71. ba7d061 fix: Remove zero-size arrays by Antoine Soulier · 1 year, 5 months ago
  72. 03a22bf Merge pull request #19 from bluekitchen/fix-compile-old-gcc by Antoine SOULIER · 1 year, 5 months ago
  73. 679774b fix: compilation with older gcc versions by Matthias Ringwald · 1 year, 6 months ago
  74. 1cd91ca Merge pull request #17 from google/14-spectral-noise-shaping-test-error-on-s390x by Antoine SOULIER · 1 year, 6 months ago
  75. 03d0cbd test: Fix bad type mapping of between Python and C by Antoine Soulier · 1 year, 6 months ago
  76. 685b1d0 Merge pull request #12 from daissi/wip/daissi/meson by Antoine SOULIER · 1 year, 7 months ago
  77. 5c2f891 Include header directory to build lc3toolslib by Dylan Aïssi · 1 year, 8 months ago
  78. 214c343 Add a soversion to the shared library by Dylan Aïssi · 1 year, 8 months ago
  79. 3bb98b2 Merge pull request #13 from asymptotic-io/padding_error by Antoine SOULIER · 1 year, 7 months ago
  80. 22626a5 tools/elc3: Use correct offset for pcm buffer padding by Taruntej Kanakamalla · 1 year, 7 months ago
  81. cf1676d Merge pull request #11 from t-8ch/meson-install-tools by Antoine SOULIER · 1 year, 8 months ago v1.0.1
  82. 69a8923 meson: set package version to 1.0.1 by Thomas Weißschuh · 1 year, 8 months ago
  83. 8358f3e build: meson: reuse project version for pkgconfig by Thomas Weißschuh · 1 year, 8 months ago
  84. 4946639 build: meson: introduce utility library by Thomas Weißschuh · 1 year, 8 months ago
  85. ec3bade build: meson: update version to 1.0.0 by Thomas Weißschuh · 1 year, 8 months ago
  86. 20e5450 build: meson: install tools by Thomas Weißschuh · 1 year, 8 months ago
  87. 2240292 meson: set package version to 1.0 by Antoine SOULIER · 1 year, 9 months ago v1.0.0
  88. 8b3720a tools: Fix crash can happens on malformed audio wave file by Antoine SOULIER · 1 year, 9 months ago
  89. 448f3de Merge pull request #8 from carlescufi/rename by Antoine SOULIER · 1 year, 10 months ago
  90. b375f80 module: Rename it to use the repo name, liblc3 by Carles Cufi · 1 year, 10 months ago
  91. 54c0472 test: Fix strict python types checking by Antoine SOULIER · 1 year, 10 months ago
  92. 67ed2e5 make: Move lib make rules to src dir, consistency with meson build by Antoine SOULIER · 1 year, 10 months ago
  93. 7177a59 test: Fix ARM assembly tests compiled on target by Antoine SOULIER · 1 year, 10 months ago
  94. 2332274 test: Fix python encoder/decoder standalone tools by Antoine SOULIER · 1 year, 10 months ago
  95. cea08e9 Cosmetic: include mdct header in mdct source by Antoine SOULIER · 1 year, 11 months ago
  96. 663e3dd test: Enable fast-math on tests, and increase tolerance with SNS checks by Antoine SOULIER · 1 year, 11 months ago
  97. b5e7751 test: Various fixes on python simulation code by Antoine SOULIER · 1 year, 11 months ago
  98. c3071e0 test: Move python build from distutils to setuptools by Antoine SOULIER · 1 year, 11 months ago
  99. 079d45f test: Import LC3 C module without assuming it's locally gnerated by Antoine SOULIER · 1 year, 11 months ago
  100. d1e9270 test: fix run of python encoder by Antoine SOULIER · 1 year, 11 months ago