asterisk/codecs
Shaun Ruffell 3b52f36551 codec_dahdi: DAHDI still advertises formats using the old bitfields.
Previously, the DAHDI format bit fields matched up with the Asterisk
bitfields. Since the Asterisk codec bit fields were replaced in r306010,
codec_dahdi needs to contain the formats itself. In the future, the DAHDI
formats should either change to something other than bitfields, or the
bitfields need to move from include/dahdi/kernel.h to
include/dahdi/user.h.

Signed-off-by: Shaun Ruffell <sruffell@digium.com>

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@314471 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2011-04-20 19:56:07 +00:00
..
g722 Shuttle some bits around to address some gain issues with G.722. 2009-05-15 17:59:08 +00:00
gsm Use "-march=native" when possible. 2011-03-11 15:09:23 +00:00
ilbc Merged revisions 110880 via svnmerge from 2008-03-26 17:10:28 +00:00
lpc10 Use "-march=native" when possible. 2011-03-11 15:09:23 +00:00
speex Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd audio ConfBridge, and other stuff 2011-02-22 23:04:49 +00:00
Makefile Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd audio ConfBridge, and other stuff 2011-02-22 23:04:49 +00:00
codec_a_mu.c Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
codec_adpcm.c Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
codec_alaw.c Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
codec_dahdi.c codec_dahdi: DAHDI still advertises formats using the old bitfields. 2011-04-20 19:56:07 +00:00
codec_g722.c Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
codec_g726.c Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
codec_gsm.c Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
codec_ilbc.c Replace ast_log(LOG_DEBUG, ...) with ast_debug() 2011-02-04 16:55:39 +00:00
codec_lpc10.c Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
codec_resample.c Fixes error with frame datalen being calculated from samples when this is not allwaya accurate. 2011-04-20 16:37:15 +00:00
codec_speex.c Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd audio ConfBridge, and other stuff 2011-02-22 23:04:49 +00:00
codec_ulaw.c Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
ex_adpcm.h Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
ex_alaw.h Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
ex_g722.h Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
ex_g726.h Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
ex_gsm.h Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
ex_ilbc.h Fix compile error in codec ilbc translator. 2011-02-04 16:42:15 +00:00
ex_lpc10.h Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
ex_speex.h Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
ex_ulaw.h Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
log2comp.h Merged revisions 109648 via svnmerge from 2008-03-18 19:24:15 +00:00