aboutsummaryrefslogtreecommitdiffstats
path: root/frame.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-20Don't forget to byte swap if we are exiting the smoother feed early. (issue #...file1-0/+4
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file1-1/+1
2006-07-31one more small tweak for thread-safety of TRACE_FRAMESrussell1-1/+1
2006-07-31Make the frame counting done with TRACE_FRAMES defined thread-saferussell1-2/+2
2006-07-18don't crash if the frame has no data, but has a srcrussell1-1/+1
2006-07-17if asked to duplicate a frame that has no data, don't set the frame's datarussell1-7/+6
2006-06-08handle out-of-memory conditions properly in ast_frisolate() (reported by Slav...kpfleming1-2/+12
2006-05-06re-add a couple of lines that I shouldn't have removed in the previous commit.russell1-1/+2
2006-05-06fix a problem where the frame's data pointer is overwritten by the newlyrussell1-8/+13
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-14finish merging doxygen updates from issue #5605russell1-41/+43
2005-10-31don't pass short arguments by value, it will cause compiler warnings on most ...kpfleming1-3/+7
2005-10-28add API call to properly sum two frames of SLINEAR datakpfleming1-0/+22
2005-10-28ensure that SLINEAR volume adjustments don't wrap around short integer maximumskpfleming1-2/+2
2005-10-28add API function to perform volume adjustment on a frame of SLINEAR datakpfleming1-0/+19
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-29code cleanupskpfleming1-25/+25
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-08-22support new format for musiconhold.conf (issue #4908)kpfleming1-1/+32
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-10/+4
2005-07-12support DTX and CNG in speex (bug #4608)kpfleming1-1/+1
2005-07-10more ast_copy_string conversionsrussell1-3/+3
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06remove experimental module version tagskpfleming1-1/+4
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