aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/frame.h
AgeCommit message (Expand)AuthorFilesLines
2008-04-17It was possible for a reference to a frame which was part of a freed DSP to s...mmichelson1-0/+4
2008-03-05Add a control frame to indicate the source of media has changed. Depending on...file1-0/+2
2008-03-05Fix a bug that I just noticed in the RTP code. The calculation for setting therussell1-0/+11
2008-01-17Have IAX2 optimize the codec translation path just like chan_sip does it. Ifrussell1-0/+4
2008-01-15Commit a fix for some memory access errors pointed out by the valgrind2.txtrussell1-2/+11
2008-01-10Fix a comment that is no longer true.qwell1-1/+1
2007-10-10use a macro instead of an inline function, so that backtraces will report the...kpfleming1-4/+1
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