asterisk/codecs
Matthew Jordan fee789dddb codec_adpcm: Change description of codec "ADPCM" to "Dialogic ADPCM"
Technically, ADPCM is a method that can be applied to several codecs.
Asterisk's ADPCM codec is the Dialogic ADPCM or VOX codec.

See http://en.wikipedia.org/wiki/Dialogic_ADPCM for more information
about said codec.

Review: https://reviewboard.asterisk.org/r/3744

patches:
  rb3744.patch uploaded by dennis.guse (License 6513)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@418738 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2014-07-15 23:29:29 +00:00
..
g722 Shuttle some bits around to address some gain issues with G.722. 2009-05-15 17:59:08 +00:00
gsm GSM: Fix encoding problems with GSM 2012-10-22 17:31:20 +00:00
ilbc memory leaks: Memory leak cleanup patch by Corey Farrell (second set) 2013-10-24 17:00:27 +00:00
lpc10 Simplify build system architecture optimization 2012-04-12 15:25:47 +00:00
speex Doxygen Updates Janitor Work 2012-09-22 20:43:30 +00:00
Makefile Multiple revisions 383341-383342 2013-03-19 16:00:22 +00:00
codec_a_mu.c Merged revisions 328247 via svnmerge from 2011-07-14 20:28:54 +00:00
codec_adpcm.c codec_adpcm: Change description of codec "ADPCM" to "Dialogic ADPCM" 2014-07-15 23:29:29 +00:00
codec_alaw.c Merged revisions 328247 via svnmerge from 2011-07-14 20:28:54 +00:00
codec_dahdi.c codec_dahdi: Fix output of "transcoder show" CLI command. 2012-12-07 22:08:48 +00:00
codec_g722.c Merged revisions 328247 via svnmerge from 2011-07-14 20:28:54 +00:00
codec_g726.c Avoid cppcheck warnings; removing unused vars and a bit of cleanup. 2012-04-17 18:57:40 +00:00
codec_gsm.c Merged revisions 328247 via svnmerge from 2011-07-14 20:28:54 +00:00
codec_ilbc.c Prevent segfault for interpolated iLBC frames 2013-01-21 18:47:47 +00:00
codec_lpc10.c Merged revisions 328247 via svnmerge from 2011-07-14 20:28:54 +00:00
codec_resample.c Allow codec_resample to be unloaded 2013-04-12 22:26:17 +00:00
codec_speex.c Doxygen Updates - janitor work 2012-09-21 17:14:59 +00:00
codec_ulaw.c Merged revisions 328247 via svnmerge from 2011-07-14 20:28:54 +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 Doxygen Updates - Title update 2012-10-18 14:17:40 +00:00