1.9.2
  1. aca2c72 Bump version: 1.8.0.252-13c29 → 1.9.0 by Pau Espin Pedrol · 9 months ago 1.9.0
  2. 315e78a ecu: add is_dtx_pause() method by Mychaela N. Falconia · 12 months ago
  3. 18e5af5 codec: new function osmo_hr_sid_reset() by Mychaela N. Falconia · 1 year ago
  4. 2974a23 codec: new functions osmo_{fr,efr}_sid_reset() by Mychaela N. Falconia · 1 year ago
  5. d9d61b0 cosmetic: codec/Makefile.am: list sources one file per line by Pau Espin Pedrol · 1 year, 1 month ago
  6. 5eb356b codec: replace GSM-FR ECU with new implementation by Mychaela N. Falconia · 1 year, 1 month ago
  7. 8fa13c6 codec cosmetic: move old FR ECU code to ecu_fr_old.c by Mychaela N. Falconia · 1 year, 1 month ago
  8. f86ec50 codec: add osmo_gsm611_silence_frame[] datum by Mychaela N. Falconia · 1 year, 1 month ago
  9. 295636b codec: add SID preening functions for FR & EFR by Mychaela N. Falconia · 1 year, 2 months ago
  10. ec65085 codec: add SID classification functions per GSM 06.31 & 06.81 by Mychaela N. Falconia · 1 year, 2 months ago
  11. 7f91880 codec: add osmo_efr_check_sid() function by Mychaela N. Falconia · 1 year, 2 months ago
  12. 64277a0 doxygen: fix various typos in commands \param and \returns by Vadim Yanitskiy · 1 year, 3 months ago
  13. 88955fb Fix all references to config.h by Pau Espin Pedrol · 1 year, 5 months ago
  14. d4c3dc8 Move src/*.{c,h} to src/core/ by Pau Espin Pedrol · 1 year, 5 months ago
  15. 8fbaad6 */Makefile.am: do not mix up AM_CFLAGS with AM_CPPFLAGS by Vadim Yanitskiy · 1 year, 7 months ago
  16. a1584d2 Bump version: 1.6.0.132-0239-dirty → 1.7.0 by Pau Espin Pedrol · 2 years ago 1.7.0
  17. 7ec19de libosmocodec: osmo_hr_check_sid(): simplify the logic by Vadim Yanitskiy · 2 years, 3 months ago
  18. 04bfb71 treewide: remove FSF address by Oliver Smith · 2 years, 6 months ago
  19. c7deaf2 Bump version: 1.5.1.282-ab5e-dirty → 1.6.0 by Pau Espin Pedrol · 2 years, 7 months ago 1.6.0
  20. 5785a4a codec: Add functions for AMR s->d bits and d->s bits by Harald Welte · 4 years, 1 month ago
  21. 3a5917b gsm690: Fix amr speech bit length table by Philipp Maier · 4 years, 3 months ago
  22. 2862f90 Bump version: 1.2.0.108-c6a8-dirty → 1.3.0 by Pau Espin Pedrol · 4 years, 5 months ago 1.3.0
  23. 750d831 codec/ecu: Introduce new generic Error Concealment Unit abstraction by Harald Welte · 4 years, 10 months ago
  24. c144f3a codec/ecu_fr: Mark input TCH frame as 'const' as we only read it by Harald Welte · 4 years, 10 months ago
  25. 35f8ba0 codec/ecu: Add a bit of precision about the actual frame format used by Sylvain Munaut · 5 years ago
  26. 924ef0b Bump version: 0.11.0.91-9d4a3-dirty → 0.12.0 by Pau Espin Pedrol · 6 years ago 0.12.0
  27. 9bb966a libosmocodec: FR err concealment: Fix too many silent frames generated by Pau Espin Pedrol · 6 years ago
  28. 13154ff Bump version: 0.10.2.284-bc47-dirty → 0.11.0 by Pau Espin Pedrol · 6 years ago 0.11.0
  29. 40def49 libosmocodec: implement ECU (Error Concealment Unit) for FR by Philipp Maier · 6 years ago
  30. e08da97 Fix/Update copyright notices; Add SPDX annotation by Harald Welte · 7 years ago
  31. 17518fe doxygen: unify use of \file across the board by Neels Hofmeyr · 7 years ago
  32. 87e4550 doxygen: enable AUTOBRIEF, drop \brief by Neels Hofmeyr · 7 years ago
  33. dee7172 Include codec.h file from codec C files by Harald Welte · 7 years ago
  34. 6789ba3 osmo_{fr,hr}_check_sid(): Use const input argument by Harald Welte · 7 years ago
  35. 43058ef Fix wrongful GSM FR codec SID frame detection in DTX. by Jean-Francois Dionne · 7 years ago
  36. 898ffef add libpseudotalloc as super-simplistic talloc replacement by Harald Welte · 7 years ago
  37. d02c8af DTX: fix AMR SID-FIRST detection by Jean-Francois Dionne · 7 years ago
  38. 4e72ee0 Catch-up with git version tags by Max · 7 years ago
  39. e9e5f8e Add null-pointer check to osmo_amr_rtp_dec() by Max · 8 years ago
  40. 6320934 libosmocodec link fix on MacOSX by Anatoly Orlov · 8 years ago
  41. ec8f192 Add functions to detect HR/FR SID frames by Max · 8 years ago
  42. 92db150 Add helper functions for AMR codec by Max · 8 years ago
  43. 9ffeb97 build: remove unused all_includes and use AM_CPPFLAGS by Jan Engelhardt · 11 years ago
  44. 45cdaa0 cygwin: Link many libraries with -no-undefined to create a dll by Holger Hans Peter Freyther · 11 years ago
  45. ed8170a codec: Fix the GSM 06.20 ordering tables by Sylvain Munaut · 11 years ago
  46. 5689a3b build: Don't use the deprecated INCLUDES in the various Makefile.am by Sylvain Munaut · 11 years ago
  47. c5f055f build: use LT_INIT(pic-only) instead of forcing -fPIC. by Diego Elio Pettenò · 12 years ago 0.5.2
  48. 23431c7 codec: make data tables constant. by Diego Elio Pettenò · 12 years ago
  49. 98d77bd src/codec: Fix typo in Makefile by Sylvain Munaut · 12 years ago
  50. 7533705 libosmocore: bump library interface version to '1' for new osmo_ names by Harald Welte · 13 years ago
  51. 1a4ea5b codec: Add bit ordering tables from specs for HR,FR,EFR & AMR by Sylvain Munaut · 14 years ago