dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/codecs
tilghman 357b97fb29 Merged revisions 326411 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r326411 | tilghman | 2011-07-05 17:08:29 -0500 (Tue, 05 Jul 2011) | 14 lines
  
  Add the attribute "type" to each "<use>" for menuselect.
  
  This matters only when autoconf fails to detect that weak linking is supported.
  External optional dependencies will become optional in both cases, as they are
  removed at compile time when not detected.  However, runtime-optional modules
  are made mandatory when weak linking is not found.  This change affects only
  the external optional dependencies; previously, they were incorrectly required
  when weak linking support was not detected.
  
  Patches:
  	20110702__issue18062__asterisk_trunk.diff.txt by tilghman (License #5003)
  
  Tested by: iasgoscouk
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@326412 f38db490-d61c-443f-a65b-d21fe96a405b
2011-07-05 22:11:40 +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 Merged revisions 316265 via svnmerge from 2011-05-03 20:45:32 +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 Merged revisions 326411 via svnmerge from 2011-07-05 22:11:40 +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