aboutsummaryrefslogtreecommitdiffstats
path: root/src/codec
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-08libosmocore: bump library interface version to '1' for new osmo_ namesHarald Welte1-0/+1
2010-10-15codec: Add bit ordering tables from specs for HR,FR,EFR & AMRSylvain Munaut5-0/+1032