aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_mixmonitor.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-16Make the mixmonitor thread process audio frames fasterdhubbard1-5/+6
2009-11-19fixes MixMonitor thread not exiting when StopMixMonitor is useddvossel1-28/+70
2009-08-19Fixes memory leak caused by incorrectly freeing mixmonitordvossel1-2/+2
2009-08-10AST-2009-005tilghman1-3/+3
2009-06-29Place unlock of mutex in an else block so that it does not get unlocked twice.mmichelson1-1/+2
2009-06-17StopMixMonitor race condition (not giving up file immediately)dvossel1-26/+64
2009-06-16Improve support for media paths that can generate multiple frames at once.kpfleming1-3/+8
2009-05-28Update MixMonitor documentation.lmadsen1-0/+4
2009-03-18revert commit that included extranous changeskpfleming1-8/+3
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming1-3/+8
2009-02-05Add some missing cleanup to app_mixmonitormmichelson1-0/+2
2009-02-05Fix a problem where a channel pointer becomes invalid due to masquerading or ...mmichelson1-6/+89
2008-03-12Add a trigger mode that triggers on both read and write. The actual function ...file1-1/+1
2008-01-29Don't forget to record the channel so we know whether it is bridged or not la...file1-0/+1
2008-01-16Replace current spy architecture with backport of audiohooks. This should tak...file1-71/+53
2007-11-26Close the audio file before sending it to the post processing application.file1-3/+3
2007-11-13Reverting commit made in revision 89205 since it is unnecessary.mmichelson1-2/+2
2007-11-13Some sanity checking for MixMonitor. If only 1 argument is given, then the ar...mmichelson1-2/+2
2007-06-27Merged revisions 72378 via svnmerge from file1-2/+2
2007-01-29Merged revisions 52716 via svnmerge from file1-1/+1
2007-01-25Merged revisions 52162 via svnmerge from file1-1/+2
2007-01-22Merged revisions 51406 via svnmerge from file1-27/+32
2006-10-04update thread creation code a bitkpfleming1-1/+1
2006-09-18merge qwell's CLI verbification workkpfleming1-9/+8
2006-09-03Make the difference clear about what the responsibilities of the core and a s...file1-24/+4
2006-08-29Merge team/russell/frame_cachingrussell1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-23/+11
2006-06-13Merged revisions 33841 via svnmerge from kpfleming1-59/+56
2006-06-12Merged revisions 33724 via svnmerge from file1-104/+107
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-4/+1
2006-05-08use ast_channel_(un)lockrussell1-7/+7
2006-05-08remove a check of the result from ast_mutex_lockrussell1-7/+3
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-18/+10
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-03-04Merged revisions 11778 via svnmerge from bweschke1-11/+11
2006-02-17fix up the summary and help text for the mixmonitor cli commandrussell1-2/+3
2006-02-16add StopMixMonitor application (issue #6122, with mods)russell1-3/+37
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
2006-01-21on this pass, only remove duplicate log messagesrussell1-1/+0
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-1/+5
2006-01-21remove lots of useless checks of the result of ast_strduparussell1-5/+1
2006-01-13 More memory wrapper cleanup. #6224bweschke1-2/+2
2006-01-03update copyright headers for files changed this yearkpfleming1-1/+1
2006-01-03Merged revisions 7740 via svnmerge from kpfleming1-25/+7
2006-01-02Merged revisions 7709 via svnmerge fromtilghman1-5/+23
2005-12-30update doxygen docs to specify authorsrussell1-0/+7
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-11issue #5590kpfleming1-0/+1
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-1/+2