aboutsummaryrefslogtreecommitdiffstats
path: root/main/frame.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-07Adds pass-through support for codec CELT.dvossel1-0/+4
2011-06-30copy all flags on asterisk frames instead of just the timing flagmnicholson1-2/+2
2011-02-22Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd a...dvossel1-259/+26
2011-02-03Modify alignment of 'core show codecs', since the ID is no longer a huge int.qwell1-2/+2
2011-02-03Fixes output of "core show codecs" to display image types correctly.dvossel1-1/+1
2011-02-03Asterisk media architecture conversion - no more format bitfieldsdvossel1-338/+86
2010-06-17adds speex 16khz audio supportdvossel1-11/+13
2010-06-16addition of G.719 pass-through supportdvossel1-0/+9
2010-06-11Merged revisions 269960 via svnmerge from tilghman1-1/+3
2010-04-21Added MixMonitorMute manager commandjmls1-0/+12
2010-01-26Fix crash resulting from frames with invalid data pointers.jpeeler1-0/+5
2010-01-10According to POSIX, the capital L modifier applies only to floating point types.tilghman1-5/+5
2009-11-06Fix compiler warning gcc 4.2.4 foundrmudgett1-1/+4
2009-11-05Rework codecs command to comply with the 64-bit schemetilghman1-28/+37
2009-11-04Add a couple more casts so that code compiles correctly.mmichelson1-2/+2
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-71/+82
2009-10-21Merged revisions 224931 via svnmerge from russell1-8/+0
2009-10-08Merged revisions 222878 via svnmerge from russell1-3/+0
2009-09-01Ensure that frame dumps of AST_CONTROL_T38_PARAMETERS frames are properlykpfleming1-1/+1
2009-08-10AST-2009-005tilghman1-1/+1
2009-07-23Rework of T.38 negotiation and UDPTL API to address interoperability problemskpfleming1-18/+0
2009-06-26Improve T.38 negotiation by exchanging session parameters between application...file1-0/+19
2009-06-16Merged revisions 200991 via svnmerge from kpfleming1-69/+52
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-3/+3
2009-05-18Merged revisions 195206 via svnmerge from file1-1/+1
2009-03-05Merged revisions 180372 via svnmerge from kpfleming1-29/+62
2009-02-18fix two very minor bugs: if anyone ever uses SLINEAR16 as a format in RTP, en...kpfleming1-2/+2
2009-02-13Add basic (passthrough, playback, record) support for ITU G.722.1 and G.722.1...kpfleming1-6/+27
2008-12-15Make sure we handle a uint32_t payload in ast_frdup()russell1-0/+2
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-1/+1
2008-12-02Merged revisions 160207 via svnmerge from tilghman1-1/+4
2008-11-20Merged revisions 158072 via svnmerge from mmichelson1-2/+6
2008-08-10Another batch of files from RSW. The remaining apps and a few moreseanbright1-29/+27
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.bbryant1-14/+14
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-20/+20
2008-05-14Adding spport for T.140 RED - Simple RTP redundancy to prevent packet loss in...oej1-1/+2
2008-04-17Merged revisions 114207 via svnmerge from mmichelson1-0/+4
2008-03-27But we can change the API here.qwell1-1/+0
2008-03-27Merged revisions 111280 via svnmerge from qwell1-0/+1
2008-03-26Merged revisions 111245 via svnmerge from qwell1-17/+1
2008-03-07Merged revisions 106552 via svnmerge from tilghman1-3/+3
2008-03-04Whitespace changes onlytilghman1-1/+1
2008-02-18Add a non-invasive API for application level manipulation of T38 on a channel...file1-0/+19
2008-02-18Add some missing control frames.file1-0/+6
2008-01-18Merged revisions 99081 via svnmerge from russell1-3/+3
2008-01-17Merged revisions 99004 via svnmerge from russell1-1/+37
2008-01-15Merged revisions 98943 via svnmerge from russell1-4/+10
2008-01-11 - Fix the last set of places where incorrect assumptions were made about therussell1-2/+2
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-20move internal function declarations to include/asterisk/_private.hrizzo1-0/+1