aboutsummaryrefslogtreecommitdiffstats
path: root/main/frame.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-17Add prototype for ast_dsp_frame_freed. I'm not sure how this wasmmichelson1-0/+1
2008-04-17It was possible for a reference to a frame which was part of a freed DSP to s...mmichelson1-0/+3
2008-03-27Put this flag back so we don't change the API.qwell1-0/+1
2008-03-26Remove excessive smoother optimization that was causing audio glitches (small...qwell1-17/+1
2008-03-07Safely use the strncat() function.tilghman1-3/+3
2008-01-18Revert adding the packed attribute, as it really doesn't make sense why thatrussell1-3/+3
2008-01-17Have IAX2 optimize the codec translation path just like chan_sip does it. Ifrussell1-1/+37
2008-01-15Commit a fix for some memory access errors pointed out by the valgrind2.txtrussell1-4/+10
2008-01-11Fix samples vs. length calculations for g722russell1-1/+2
2007-06-20Put the speex packetization values back in but disable it when setting up the...file1-1/+1
2007-06-20Don't do packetization/smoother stuff with speex, it doesn't work.file1-1/+1
2007-01-19Merge the changes from the /team/group/vldtmf_fixup branch.russell1-5/+3
2007-01-04don't mark these allocations as 'cache' allocations when caching has been dis...kpfleming1-2/+4
2007-01-04don't do frame header caching in the core if LOW_MEMORY is definedkpfleming1-1/+16
2006-12-28removed <err.h> as in trunk from the ael stuff. Also, threw in a minor fix to...murf1-1/+1
2006-12-27since these variables all have static duration, none of them need initializer...kpfleming1-1/+1
2006-12-27allow 'show memory' and 'show memory summary' to distinguish memory allocatio...kpfleming1-2/+2
2006-11-20Merged revisions 47859 via svnmerge from file1-0/+4
2006-11-08the battle over CLI command formats has broken stuff...kpfleming1-1/+1
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman1-5/+5
2006-10-25add passthrough and file format support for G.722 16KHz audio (issue #5084, o...kpfleming1-4/+6
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file1-1/+1
2006-09-26Issue #8015, patch by Dan Austin.qwell1-6/+6
2006-09-22Suppress a compiler warning about the use of a potentially uninitializedrussell1-1/+1
2006-09-19Warning be gone!file1-10/+5
2006-09-18allow for packetization on rtp channel drivers, need to addmogorman1-21/+118
2006-09-18merge qwell's CLI verbification workkpfleming1-14/+145
2006-09-04Remove old unused functionsfile1-85/+0
2006-09-03Add the ability to specify that a frame should not be considered for cachingrussell1-2/+2
2006-08-31Add new frame types for DTMFfile1-2/+7
2006-08-29Merge team/russell/frame_cachingrussell1-60/+112
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+1369