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
file 28f7c94380 Merged revisions 229281 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r229281 | file | 2009-11-10 16:03:14 -0400 (Tue, 10 Nov 2009) | 8 lines
  
  Remove broken support for direct transcoding between G.726 RFC3551 and G.726 AAL2.
  
  On some systems the translation core would actually consider g726aal2 -> g726 -> signed linear
  to be a quicker path then g726aal2 -> signed linear which exposed this problem.
  
  (closes issue #15504)
  Reported by: globalnetinc
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@229282 f38db490-d61c-443f-a65b-d21fe96a405b
2009-11-10 20:06:13 +00:00
..
g722 Shuttle some bits around to address some gain issues with G.722. 2009-05-15 17:59:08 +00:00
gsm Merged revisions 207647 via svnmerge from 2009-07-21 13:28:04 +00:00
ilbc Merged revisions 110880 via svnmerge from 2008-03-26 17:10:28 +00:00
lpc10 Fixes numerous spelling errors. Patch submitted by alecdavis. 2009-07-30 16:07:05 +00:00
Makefile Merged revisions 207647 via svnmerge from 2009-07-21 13:28:04 +00:00
codec_a_mu.c Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
codec_adpcm.c Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
codec_alaw.c Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
codec_dahdi.c Expand codec bitfield from 32 bits to 64 bits. 2009-11-04 14:05:12 +00:00
codec_g722.c Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
codec_g726.c Merged revisions 229281 via svnmerge from 2009-11-10 20:06:13 +00:00
codec_gsm.c Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
codec_ilbc.c Fixes merging issue from 1.4, frame data is held in data.ptr in trunk 2009-11-06 17:22:31 +00:00
codec_lpc10.c Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
codec_resample.c Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
codec_speex.c AST-2009-005 2009-08-10 19:20:57 +00:00
codec_ulaw.c Expand codec bitfield from 32 bits to 64 bits. 2009-11-04 14:05:12 +00:00
ex_adpcm.h Expand codec bitfield from 32 bits to 64 bits. 2009-11-04 14:05:12 +00:00
ex_alaw.h Expand codec bitfield from 32 bits to 64 bits. 2009-11-04 14:05:12 +00:00
ex_g722.h Expand codec bitfield from 32 bits to 64 bits. 2009-11-04 14:05:12 +00:00
ex_g726.h Expand codec bitfield from 32 bits to 64 bits. 2009-11-04 14:05:12 +00:00
ex_gsm.h Expand codec bitfield from 32 bits to 64 bits. 2009-11-04 14:05:12 +00:00
ex_ilbc.h Expand codec bitfield from 32 bits to 64 bits. 2009-11-04 14:05:12 +00:00
ex_lpc10.h Expand codec bitfield from 32 bits to 64 bits. 2009-11-04 14:05:12 +00:00
ex_speex.h Expand codec bitfield from 32 bits to 64 bits. 2009-11-04 14:05:12 +00:00
ex_ulaw.h Expand codec bitfield from 32 bits to 64 bits. 2009-11-04 14:05:12 +00:00
log2comp.h Merged revisions 109648 via svnmerge from 2008-03-18 19:24:15 +00:00