summaryrefslogtreecommitdiff
path: root/include/asterisk/frame.h
AgeCommit message (Expand)Author
2007-02-24Doxygen updates and correctionsOlle Johansson
2007-02-16Adding Realtime Text support (T.140) to AsteriskOlle Johansson
2007-01-20Add a comment that the frame type constants are transmitted directly over IAX2.Russell Bryant
2007-01-08Issue #8663 - Add passthrough support for MPEG4 (neutrino88). Olle Johansson
2007-01-01- Add error handling to ast_parse_allow_disallowOlle Johansson
2006-12-05Well, yes... Olle Johansson
2006-12-05Reserving flags for coming code (currently in the "videocaps" branch) Olle Johansson
2006-11-07Stealing Tilghman's explanation from the -dev list and producing documentatio...Olle Johansson
2006-10-30Issue 8246 Doxygen updates (kshumard) Olle Johansson
2006-10-25Merged revisions 46154 via svnmerge from Kevin P. Fleming
2006-09-18allow for packetization on rtp channel drivers, need to addMatt O'Gorman
2006-09-18u_intXX_t is sillyJason Parker
2006-09-04Remove old unused functionsJoshua Colp
2006-09-03Add the ability to specify that a frame should not be considered for cachingRussell Bryant
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-29Merge team/russell/frame_cachingRussell Bryant
2006-07-28move slinfactory structure definition back to header... it's just easier to u...Kevin P. Fleming
2006-07-13swap the G726-32 format numbers, so that IAX2 connections with prior versions...Kevin P. Fleming
2006-07-12G726-32 changes:Kevin P. Fleming
2006-06-05yet another massive performance and memory savings improvementKevin P. Fleming
2006-06-05Doxygen updatesOlle Johansson
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesRussell Bryant
2006-05-16Add option for enabling and disabling echo cancellationMatthew Fredrickson
2006-05-09various doxygen fixesKevin P. Fleming
2006-05-09use an enum for control frame typesKevin P. Fleming
2006-04-30remove T38_SUPPORT define that is no longer neededKevin P. Fleming
2006-04-22Added "Operator Services" connection mode for Zap channels, and the 'O' optionJim Dixon
2006-04-09rename FR_SET_BUF to AST_FRAME_SET_BUFFERLuigi Rizzo
2006-03-29Introduce an utility macro to set base, offset andLuigi Rizzo
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-31define a global null_frame object so when queueing a null frame, you don'tRussell Bryant
2006-01-29make ast_read() able to handle channel read()/exception() methods that return...Kevin P. Fleming
2006-01-14Small documentation update for new AST_FRAME_MODEM typeMatthew Fredrickson
2006-01-12More changes to make t.38 support workMatthew Fredrickson
2006-01-07Add support for H.264 with SIP and recordingMark Spencer
2005-12-20Major RTP fixes for using inbound SDP on outbound connection, get rid of Mark Spencer
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'Tilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-06issue #5605Russell Bryant
2005-10-28add API call to properly sum two frames of SLINEAR dataKevin P. Fleming
2005-10-28add API function to perform volume adjustment on a frame of SLINEAR dataKevin P. Fleming
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)Russell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-29code cleanupsKevin P. Fleming
2005-09-08add frame type for T.38, remove some unused stuffKevin P. Fleming
2005-09-07add new channel option (via ast_channel_setoption()) to let channel drivers a...Kevin P. Fleming
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.Kevin P. Fleming
2005-08-30Add SIP video fixesMark Spencer
2005-08-22support new format for musiconhold.conf (issue #4908)Kevin P. Fleming
2005-05-15code formatting and comments, plus minor device state fix (bug #4171)Kevin P. Fleming