You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/codecs
Shaun Ruffell e731e26bee
Several changes to codec_dahdi to play nice with G723.
18 years ago
..
gsm the gcc optimizer frequently finds broken code (use of uninitalized variables, unreachable code, etc.), which is good. however, developers usually compile with the optimizer turned off, because if they need to debug the resulting code, optimized code makes that process very difficult. this means that we get code changes committed that weren't adequately checked over for these sorts of problems. 18 years ago
ilbc
lpc10 clean up (and ignore) assembler and preprocessor intermediate files if any are created during the build 19 years ago
Makefile
adpcm_slin_ex.h
codec_a_mu.c
codec_adpcm.c
codec_alaw.c
codec_dahdi.c Several changes to codec_dahdi to play nice with G723. 18 years ago
codec_g726.c
codec_gsm.c
codec_ilbc.c
codec_lpc10.c
codec_speex.c
codec_ulaw.c
g726_slin_ex.h
gsm_slin_ex.h
ilbc_slin_ex.h
log2comp.h
lpc10_slin_ex.h
slin_adpcm_ex.h
slin_g726_ex.h
slin_gsm_ex.h
slin_ilbc_ex.h
slin_lpc10_ex.h
slin_speex_ex.h
slin_ulaw_ex.h
speex_slin_ex.h
ulaw_slin_ex.h