aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/frame.h
AgeCommit message (Expand)AuthorFilesLines
2006-10-30Issue #8246 - Doxygen fixes from kshumard. oej1-1/+1
2006-10-25add passthrough and file format support for G.722 16KHz audio (issue #5084, o...kpfleming1-0/+2
2006-09-18allow for packetization on rtp channel drivers, need to addmogorman1-0/+28
2006-09-18u_intXX_t is sillyqwell1-5/+5
2006-09-04Remove old unused functionsfile1-22/+0
2006-09-03Add the ability to specify that a frame should not be considered for cachingrussell1-4/+12
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-30/+36
2006-08-29Merge team/russell/frame_cachingrussell1-4/+5
2006-07-28move slinfactory structure definition back to header... it's just easier to u...kpfleming1-3/+3
2006-07-13swap the G726-32 format numbers, so that IAX2 connections with prior versions...kpfleming1-4/+4
2006-07-12G726-32 changes:kpfleming1-1/+3
2006-06-05yet another massive performance and memory savings improvementkpfleming1-25/+25
2006-06-05Doxygen updatesoej1-8/+25
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesrussell1-0/+8
2006-05-16Add option for enabling and disabling echo cancellationmattf1-0/+3
2006-05-09various doxygen fixeskpfleming1-18/+18
2006-05-09use an enum for control frame typeskpfleming1-37/+20
2006-04-30remove T38_SUPPORT define that is no longer neededkpfleming1-4/+0
2006-04-22Added "Operator Services" connection mode for Zap channels, and the 'O' optionjdixon1-0/+8
2006-04-09rename FR_SET_BUF to AST_FRAME_SET_BUFFERrizzo1-1/+9
2006-03-29Introduce an utility macro to set base, offset andrizzo1-0/+7
2006-02-01use string fields for some stuff in ast_channelkpfleming1-1/+1
2006-01-31define a global null_frame object so when queueing a null frame, you don'trussell1-0/+4
2006-01-29make ast_read() able to handle channel read()/exception() methods that return...kpfleming1-1/+7
2006-01-14Small documentation update for new AST_FRAME_MODEM typemattf1-1/+1
2006-01-12More changes to make t.38 support workmattf1-2/+10
2006-01-07Add support for H.264 with SIP and recordingmarkster1-0/+5
2005-12-20Major RTP fixes for using inbound SDP on outbound connection, get rid of markster1-0/+4
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman1-1/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-06issue #5605russell1-59/+98
2005-10-28add API call to properly sum two frames of SLINEAR datakpfleming1-0/+11
2005-10-28add API function to perform volume adjustment on a frame of SLINEAR datakpfleming1-3/+11
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)russell1-1/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-29code cleanupskpfleming1-1/+1
2005-09-08add frame type for T.38, remove some unused stuffkpfleming1-16/+3
2005-09-07add new channel option (via ast_channel_setoption()) to let channel drivers a...kpfleming1-0/+16
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.kpfleming1-8/+14
2005-08-30Add SIP video fixesmarkster1-0/+2
2005-08-22support new format for musiconhold.conf (issue #4908)kpfleming1-0/+3
2005-05-15code formatting and comments, plus minor device state fix (bug #4171)kpfleming1-4/+0
2005-05-14Add remainder of rtp fixes, iax2 patch (bug #3961)markster1-0/+3
2005-05-12fixes for the new jitter buffer (bug #4249)russell1-0/+6
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-1/+1
2005-04-05don't define a functioning returning an int inside of a do{...}while(0) (bug ...russell1-5/+5
2005-04-04fix breakage from slin endianness commit earlier today (sorry :-()kpfleming1-1/+1
2005-04-03handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)kpfleming1-1/+22
2005-03-29Simplify endianness and fix for unaligned reads (bug #3867)markster1-39/+1
2005-03-21Add README for jitter buffer (bug #3812), make src char *src a constmarkster1-1/+1