aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/frame.h
AgeCommit message (Collapse)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 ↵kpfleming1-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-06issue #5605russell1-59/+98
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6979 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28add API call to properly sum two frames of SLINEAR datakpfleming1-0/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6883 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28add API function to perform volume adjustment on a frame of SLINEAR datakpfleming1-3/+11
documentation cleanup git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6874 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6865 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-29code cleanupskpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6696 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-08add frame type for T.38, remove some unused stuffkpfleming1-16/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6551 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-07add new channel option (via ast_channel_setoption()) to let channel drivers ↵kpfleming1-0/+16
adjust txgain/rxgain if they are able (only Zap channels at this time) modify app_chanspy to use new gain option reformat app_chanspy to match coding guidelines add user-controlled volume adjustment to app_meetme (issue #4170, heavily modified to actually work on Zap channels) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6519 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.kpfleming1-8/+14
remove deprecated config_old.c/config_old.h remove unused cvsid.h git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6454 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-30Add SIP video fixesmarkster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6448 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-22support new format for musiconhold.conf (issue #4908)kpfleming1-0/+3
support non-SLINEAR moh streams (issue #4908) add external app to feed TCP stream into Asterisk for moh (issue #4908) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6353 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15code formatting and comments, plus minor device state fix (bug #4171)kpfleming1-4/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5669 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-14Add remainder of rtp fixes, iax2 patch (bug #3961)markster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5654 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-12fixes for the new jitter buffer (bug #4249)russell1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5639 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21use double-quotes instead of angle-brackets for non-system include files ↵kpfleming1-1/+1
(bug #4058) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05don't define a functioning returning an int inside of a do{...}while(0) (bug ↵russell1-5/+5
#3865) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5409 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04fix breakage from slin endianness commit earlier today (sorry :-()kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5375 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)kpfleming1-1/+22
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5373 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-29Simplify endianness and fix for unaligned reads (bug #3867)markster1-39/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5295 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-21Add README for jitter buffer (bug #3812), make src char *src a constmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5223 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-05Merge H.263+ support (bug #3709)markster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5149 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-21update copyright headers for 2005russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4868 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-17Merge hold patch (bug #1840)markster1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4823 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-15Repair // comments to /* */ comments (bug #3347)markster1-13/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4806 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-09Merge experimental codec preferences for IAX2 (bug #2971)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4727 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)markster1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4446 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-03Fix allow/disallow nomenclature (bug #2945, part deux)markster1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4385 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-02Merge updates to frame.h and frame.c (codec stuff from bug #2945, part 1)markster1-3/+35
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4370 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-26Repair offer/answer model (bug #2293), initial CNG work for new frametypemarkster1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3658 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-14Separate PROCEEDING and PROGRESSmarkster1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3206 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-19Allow multiple codecs to be printed in debug (bug #989)markster1-4/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3011 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-19OpenBSD portability enhancements (bug 1002)citats1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2708 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-14Try to make smoother G.729B aware, and able to handle VAD bytesmarkster1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2421 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-13Move timestamp around in RTP.... Gotta do iax2 eventually here...markster1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2413 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-02More BSD compat crapmarkster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2300 f38db490-d61c-443f-a65b-d21fe96a405b
2004-02-16Make sure smoother only creates frames with offsets (bug #1029)markster1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2184 f38db490-d61c-443f-a65b-d21fe96a405b
2003-11-04Remove really broke MP3 stuff in favor of G.726 in the near futuremarkster1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1689 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-27More cleanups and OSX fixes for 10.3markster1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1678 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-26Select proper endian file on MacOS Xmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1672 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-19FreeBSD compatability fixesmarkster1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1372 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-16New "show codecs" option and mysql feature requests from Tilghmanmarkster1-0/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1349 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-16Show the names of the codecs instead of the numbers (bug #92)martinp1-0/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1348 f38db490-d61c-443f-a65b-d21fe96a405b
2003-06-28Add SIP/RTP video support, video enable app_echo, start on RTCPmarkster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1128 f38db490-d61c-443f-a65b-d21fe96a405b
2003-05-16Include fixes for portabilitymarkster1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1033 f38db490-d61c-443f-a65b-d21fe96a405b
2003-05-12Add support for overlap dialing (sending). Now we have "full" overlap ↵martinp1-0/+2
dialing support git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1006 f38db490-d61c-443f-a65b-d21fe96a405b
2003-05-06Beginning of solaris portabilitymarkster1-2/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@968 f38db490-d61c-443f-a65b-d21fe96a405b
2003-04-23More include fixesmarkster1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@892 f38db490-d61c-443f-a65b-d21fe96a405b
2003-04-15Add iLBC codecmarkster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@852 f38db490-d61c-443f-a65b-d21fe96a405b
2003-03-23Fixed so that dial from a Zap channel to a Zap channel in 'dataquality' mode ↵jim1-0/+3
actually puts channels into CLEAR mode (so that 56k ISDN calls will work thru it) 64K calls STILL DONT. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@677 f38db490-d61c-443f-a65b-d21fe96a405b