asterisk/codecs
Kinsey Moore 8e3815a8ee Prevent segfault for interpolated iLBC frames
When iLBC is being used with a jitter buffer and the jb has to
interpolate frames, it generates frames with a null pointer and a
non-zero datalen. This is now handled properly.

(closes issue ASTERISK-20914)
Reported By: John McEleney
Patches:
  ASTERISK-20914-1.8.diff uploaded by Matt Jordan (license 6283)
........

Merged revisions 379718 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 379719 from http://svn.asterisk.org/svn/asterisk/branches/11


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@379721 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2013-01-21 18:47:47 +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 Fix valgrind found memcpy issues in codec_ilbc. 2012-09-25 17:22:25 +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 Title update 2012-10-14 21:56:13 +00:00
codec_a_mu.c Merged revisions 328247 via svnmerge from 2011-07-14 20:28:54 +00:00
codec_adpcm.c Merged revisions 328247 via svnmerge from 2011-07-14 20:28:54 +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 Avoid cppcheck warnings; removing unused vars and a bit of cleanup. 2012-04-17 18:57:40 +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