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
Jeff Peeler e0bec5d67d
(closes issue #13480)
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 Merged revisions 110869 via svnmerge from 19 years ago
lpc10
Makefile Merged revisions 110869 via svnmerge from 19 years ago
adpcm_slin_ex.h
codec_a_mu.c
codec_adpcm.c
codec_alaw.c
codec_dahdi.c (closes issue #13480) 18 years ago
codec_g726.c
codec_gsm.c
codec_ilbc.c Merged revisions 110869 via svnmerge from 19 years ago
codec_lpc10.c
codec_speex.c Make sure that either the main speex library contains preprocess functions or that speexdsp does. If both fail then speex stuff can not be built. 19 years ago
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