summaryrefslogtreecommitdiff
path: root/frame.c
AgeCommit message (Expand)Author
2006-02-21converstions to allocation wrappers, use calloc instead of malloc+memset,Russell Bryant
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-07Add support for H.264 with SIP and recordingMark Spencer
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-20Major RTP fixes for using inbound SDP on outbound connection, get rid of Mark Spencer
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix someRussell Bryant
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-14finish merging doxygen updates from issue #5605Russell Bryant
2005-10-31don't pass short arguments by value, it will cause compiler warnings on most ...Kevin P. Fleming
2005-10-28add API call to properly sum two frames of SLINEAR dataKevin P. Fleming
2005-10-28ensure that SLINEAR volume adjustments don't wrap around short integer maximumsKevin P. Fleming
2005-10-28add API function to perform volume adjustment on a frame of SLINEAR dataKevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-29code cleanupsKevin P. Fleming
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-08-22support new format for musiconhold.conf (issue #4908)Kevin P. Fleming
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-12support DTX and CNG in speex (bug #4608)Kevin P. Fleming
2005-07-10more ast_copy_string conversionsRussell Bryant
2005-06-06more file version tagsKevin P. Fleming
2005-06-06remove experimental module version tagsKevin P. Fleming
2005-05-19add 'dontwarn' option to asterisk.conf to appease the whining masses :p (bug ...Russell Bryant
2005-05-15minor cleanups (bug #4158)Kevin P. Fleming
2005-05-15add functions to register/unregister multiple CLI commands in a single operat...Kevin P. Fleming
2005-05-14Add remainder of rtp fixes, iax2 patch (bug #3961)Mark Spencer
2005-04-22phase 1 of header include cleanup (bug #4067)Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-04fix breakage from slin endianness commit earlier today (sorry :-()Kevin P. Fleming
2005-04-03handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)Kevin P. Fleming
2005-03-21Add README for jitter buffer (bug #3812), make src char *src a constMark Spencer
2005-03-05Merge H.263+ support (bug #3709)Mark Spencer
2005-02-28Fix queue URL passing (bug #3543)Mark Spencer
2005-01-26Fix show_codec_n (bug #3427)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-09Merge experimental codec preferences for IAX2 (bug #2971)Mark Spencer
2004-12-08fix case sensitivity issue in codecsAnthony Minessale II
2004-12-03Fix allow/disallow nomenclature (bug #2945, part deux)Mark Spencer
2004-12-03one more disallow issue resolved disallow=all in peer must flush prefs listAnthony Minessale II
2004-12-03add missing ~ to ast_parse_allow_deny that was breaking disallowAnthony Minessale II
2004-12-02Merge updates to frame.h and frame.c (codec stuff from bug #2945, part 1)Mark Spencer
2004-11-06Add features (incomplete, highly experimental), fix DundiLookup app, debug im...Mark Spencer
2004-07-19Merge mic's minor patchlet (bug #2092)Mark Spencer
2004-06-22Misc formatting cleanupsJames Golovich
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-05-19Allow multiple codecs to be printed in debug (bug #989)Mark Spencer
2004-05-09More ast_strlen_zero changesJames Golovich
2004-04-28ast_frdup optimization: only call strlen once and save the resultJames Golovich