aboutsummaryrefslogtreecommitdiffstats
path: root/frame.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-01-26Fix show_codec_n (bug #3427)markster1-3/+5
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-09Merge experimental codec preferences for IAX2 (bug #2971)markster1-2/+2
2004-12-08fix case sensitivity issue in codecsanthm1-3/+3
2004-12-03Fix allow/disallow nomenclature (bug #2945, part deux)markster1-3/+3
2004-12-03one more disallow issue resolved disallow=all in peer must flush prefs listanthm1-1/+2
2004-12-03add missing ~ to ast_parse_allow_deny that was breaking disallowanthm1-1/+1
2004-12-02Merge updates to frame.h and frame.c (codec stuff from bug #2945, part 1)markster1-122/+316
2004-11-06Add features (incomplete, highly experimental), fix DundiLookup app, debug im...markster1-1/+5
2004-07-19Merge mic's minor patchlet (bug #2092)markster1-0/+3
2004-06-22Misc formatting cleanupscitats1-2/+2
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+0
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-1/+1
2004-05-19Allow multiple codecs to be printed in debug (bug #989)markster1-0/+27
2004-05-09More ast_strlen_zero changescitats1-1/+2
2004-04-28ast_frdup optimization: only call strlen once and save the resultcitats1-4/+6
2004-04-22Handle transitions in delivery time and non-delivery timemarkster1-7/+11
2004-03-14Handle 4 byte packets toomarkster1-1/+1
2004-03-14Try to make smoother G.729B aware, and able to handle VAD bytesmarkster1-10/+36
2004-03-13Move timestamp around in RTP.... Gotta do iax2 eventually here...markster1-1/+14
2004-02-25Replace MP3 with G726 in ast_codec2strcitats1-1/+1
2004-02-16Make sure smoother only creates frames with offsets (bug #1029)markster1-1/+1
2004-01-08Add the SuSE AMD64 support and fixes from Bug #706malcolmd1-1/+2
2003-11-04Remove really broke MP3 stuff in favor of G.726 in the near futuremarkster1-4/+4
2003-10-08Callerid fix and warning cleanup (bug #367 & #356)markster1-2/+1
2003-10-05Minor fixupsmarkster1-0/+4
2003-09-26Show codec enhancements (bug #307)markster1-6/+9
2003-08-16New "show codecs" option and mysql feature requests from Tilghmanmarkster1-0/+111
2003-08-16Show the names of the codecs instead of the numbers (bug #92)martinp1-1/+36
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster1-7/+7
2003-06-28Add SIP/RTP video support, video enable app_echo, start on RTCPmarkster1-0/+4
2003-04-15Add iLBC codecmarkster1-0/+2
2003-03-19Wed Mar 19 07:00:01 CET 2003matteo1-0/+1
2003-03-18Tue Mar 18 07:00:01 CET 2003matteo1-9/+31
2003-03-12Wed Mar 12 07:00:01 CET 2003matteo1-0/+156
2003-02-16Sun Feb 16 07:00:01 CET 2003matteo1-0/+33
2003-02-05Version 0.3.0 from FTPmarkster1-8/+15
2002-09-03Version 0.2.0 from FTPmarkster1-5/+10
2002-06-19Version 0.1.12 from FTPmarkster1-4/+79