aboutsummaryrefslogtreecommitdiffstats
path: root/src/codec
AgeCommit message (Expand)AuthorFilesLines
2024-01-04ecu: fix alignment of fr_ecu_statePhilipp Maier1-13/+13
2023-09-12Bump version: 1.8.0.252-13c29 → 1.9.01.9.0Pau Espin Pedrol1-1/+1
2023-06-23ecu: add is_dtx_pause() methodMychaela N. Falconia2-0/+26
2023-05-27codec: new function osmo_hr_sid_reset()Mychaela N. Falconia1-0/+29
2023-05-27codec: new functions osmo_{fr,efr}_sid_reset()Mychaela N. Falconia2-32/+69
2023-05-18cosmetic: codec/Makefile.am: list sources one file per linePau Espin Pedrol1-2/+9
2023-05-17codec: replace GSM-FR ECU with new implementationMychaela N. Falconia1-9/+265
2023-05-17codec cosmetic: move old FR ECU code to ecu_fr_old.cMychaela N. Falconia3-138/+168
2023-05-10codec: add osmo_gsm611_silence_frame[] datumMychaela N. Falconia1-0/+14
2023-04-17codec: add SID preening functions for FR & EFRMychaela N. Falconia2-0/+84
2023-04-16codec: add SID classification functions per GSM 06.31 & 06.81Mychaela N. Falconia2-26/+139
2023-03-25codec: add osmo_efr_check_sid() functionMychaela N. Falconia1-0/+44
2023-02-28doxygen: fix various typos in commands \param and \returnsVadim Yanitskiy1-1/+1
2023-01-18Fix all references to config.hPau Espin Pedrol1-1/+1
2023-01-18Move src/*.{c,h} to src/core/Pau Espin Pedrol1-1/+1
2022-11-10*/Makefile.am: do not mix up AM_CFLAGS with AM_CPPFLAGSVadim Yanitskiy1-2/+2
2022-06-28Bump version: 1.6.0.132-0239-dirty → 1.7.01.7.0Pau Espin Pedrol1-1/+1
2022-03-10libosmocodec: osmo_hr_check_sid(): simplify the logicVadim Yanitskiy1-14/+8
2021-12-14treewide: remove FSF addressOliver Smith6-24/+0
2021-11-16Bump version: 1.5.1.282-ab5e-dirty → 1.6.01.6.0Pau Espin Pedrol1-1/+1
2020-05-14codec: Add functions for AMR s->d bits and d->s bitsHarald Welte2-1/+111
2020-03-13gsm690: Fix amr speech bit length tablePhilipp Maier1-1/+2
2020-01-02Bump version: 1.2.0.108-c6a8-dirty → 1.3.01.3.0Pau Espin Pedrol1-1/+1
2019-09-02codec/ecu: Introduce new generic Error Concealment Unit abstractionHarald Welte3-1/+170
2019-08-12codec/ecu_fr: Mark input TCH frame as 'const' as we only read itHarald Welte1-1/+1
2019-05-15codec/ecu: Add a bit of precision about the actual frame format usedSylvain Munaut1-2/+7
2018-07-27Bump version: 0.11.0.91-9d4a3-dirty → 0.12.00.12.0Pau Espin Pedrol1-1/+1
2018-07-21libosmocodec: FR err concealment: Fix too many silent frames generatedPau Espin Pedrol1-10/+6
2018-05-03Bump version: 0.10.2.284-bc47-dirty → 0.11.00.11.0Pau Espin Pedrol1-1/+1
2018-01-15libosmocodec: implement ECU (Error Concealment Unit) for FRPhilipp Maier2-1/+166
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte4-0/+8
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr4-8/+8
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr3-4/+4
2017-06-09Include codec.h file from codec C filesHarald Welte3-0/+3
2017-06-09osmo_{fr,hr}_check_sid(): Use const input argumentHarald Welte2-4/+4
2017-06-09Fix wrongful GSM FR codec SID frame detection in DTX.Jean-Francois Dionne1-10/+10
2017-05-17add libpseudotalloc as super-simplistic talloc replacementHarald Welte1-0/+5
2017-01-10DTX: fix AMR SID-FIRST detectionJean-Francois Dionne1-2/+2
2016-12-21Catch-up with git version tagsMax1-1/+2
2016-11-07Add null-pointer check to osmo_amr_rtp_dec()Max1-3/+3
2016-09-09libosmocodec link fix on MacOSXAnatoly Orlov1-0/+1
2016-06-01Add functions to detect HR/FR SID framesMax2-0/+71
2016-05-31Add helper functions for AMR codecMax2-1/+107
2014-10-03build: remove unused all_includes and use AM_CPPFLAGSJan Engelhardt1-1/+2
2013-03-03cygwin: Link many libraries with -no-undefined to create a dllHolger Hans Peter Freyther1-1/+1
2013-03-01codec: Fix the GSM 06.20 ordering tablesSylvain Munaut1-41/+41
2012-12-11build: Don't use the deprecated INCLUDES in the various Makefile.amSylvain Munaut1-2/+1
2012-06-30build: use LT_INIT(pic-only) instead of forcing -fPIC.0.5.2Diego Elio Pettenò1-1/+1
2012-06-30codec: make data tables constant.Diego Elio Pettenò4-12/+12
2012-05-14src/codec: Fix typo in MakefileSylvain Munaut1-1/+1