aboutsummaryrefslogtreecommitdiffstats
path: root/frame.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-1369/+0
2006-08-16Fix formatting of "show codecs" CLI command.qwell1-5/+5
2006-07-31Merged revisions 38546-38547 via svnmerge from russell1-3/+3
2006-07-28move slinfactory structure definition back to header... it's just easier to u...kpfleming1-1/+1
2006-07-18Merged revisions 37856 via svnmerge from russell1-1/+1
2006-07-17if asked to duplicate a frame that has no data, don't set the frame's datarussell1-7/+6
2006-07-12G726-32 changes:kpfleming1-2/+5
2006-07-06Include h.264 in "show codecs"oej1-20/+20
2006-06-13Allow AST_FRAME_MODEM frames to be dumped, and document T.38 passthrough supportfile1-0/+14
2006-06-08handle out-of-memory conditions in ast_frisolate() properly (reported by Slav...kpfleming1-3/+11
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-06-06Merge of the "sdpcleanup" branch. Thanks to John Martin for a lot of testsoej1-2/+8
2006-06-01Formatting fixesoej1-20/+25
2006-06-01Doxygen reformattingoej1-3/+3
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesrussell1-0/+13
2006-05-06fix a problem where the frame's data pointer is overwritten by the newlyrussell1-8/+12
2006-02-21converstions to allocation wrappers, use calloc instead of malloc+memset,russell1-66/+54
2006-02-01use string fields for some stuff in ast_channelkpfleming1-19/+21
2006-01-31define a global null_frame object so when queueing a null frame, you don'trussell1-8/+8
2006-01-07Add support for H.264 with SIP and recordingmarkster1-1/+1
2005-12-30update doxygen docs to specify authorsrussell1-1/+2
2005-12-20Major RTP fixes for using inbound SDP on outbound connection, get rid of markster1-0/+25
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix somerussell1-1/+1
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman1-2/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-14finish merging doxygen updates from issue #5605russell1-41/+43
2005-10-31don't pass short arguments by value, it will cause compiler warnings on most ...kpfleming1-3/+7
2005-10-28add API call to properly sum two frames of SLINEAR datakpfleming1-0/+22
2005-10-28ensure that SLINEAR volume adjustments don't wrap around short integer maximumskpfleming1-2/+2
2005-10-28add API function to perform volume adjustment on a frame of SLINEAR datakpfleming1-0/+19
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-29code cleanupskpfleming1-25/+25
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-08-22support new format for musiconhold.conf (issue #4908)kpfleming1-1/+32
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-10/+4
2005-07-12support DTX and CNG in speex (bug #4608)kpfleming1-1/+1
2005-07-10more ast_copy_string conversionsrussell1-3/+3
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06remove experimental module version tagskpfleming1-1/+4
2005-05-19add 'dontwarn' option to asterisk.conf to appease the whining masses :p (bug ...russell1-1/+1
2005-05-15minor cleanups (bug #4158)kpfleming1-3/+25
2005-05-15add functions to register/unregister multiple CLI commands in a single operat...kpfleming1-22/+12
2005-05-14Add remainder of rtp fixes, iax2 patch (bug #3961)markster1-0/+192
2005-04-22phase 1 of header include cleanup (bug #4067)kpfleming1-5/+6
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-8/+8
2005-04-04fix breakage from slin endianness commit earlier today (sorry :-()kpfleming1-2/+2
2005-04-03handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)kpfleming1-2/+15
2005-03-21Add README for jitter buffer (bug #3812), make src char *src a constmarkster1-2/+2
2005-03-05Merge H.263+ support (bug #3709)markster1-1/+2
2005-02-28Fix queue URL passing (bug #3543)markster1-1/+1