aboutsummaryrefslogtreecommitdiffstats
path: root/main/file.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-06Merged revisions 290575 via svnmerge from tilghman1-3/+5
2010-09-11Merged revisions 286268 via svnmerge from oej1-1/+4
2010-07-14ast_callerid restructuringrmudgett1-1/+2
2010-06-18file.c was truncating audio file formats to the lower 32bits.dvossel1-6/+7
2010-06-07Suppress warning in waitstream_core().rmudgett1-0/+3
2010-03-25Merged revisions 254451 via svnmerge from twilson1-0/+1
2010-02-05Merge tests that verify the same thing. (Oops.)tilghman1-55/+0
2010-02-04Try to make ast_format_str_reduce fail...tilghman1-0/+56
2010-01-08Merged revisions 238629 via svnmerge from mnicholson1-4/+7
2009-12-01Merged revisions 232007 via svnmerge from russell1-1/+1
2009-12-01Merged revisions 231740 via svnmerge from mnicholson1-2/+15
2009-11-30Merged revisions 231614 via svnmerge from mnicholson1-0/+60
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-13/+13
2009-10-08Merged revisions 222878 via svnmerge from russell1-46/+38
2009-09-20Merged revisions 219653 via svnmerge from tilghman1-0/+17
2009-09-03Document language prompt submission process.kpfleming1-21/+17
2009-08-05Revert some silly code that snuck into trunk from my working copy. Sorry!russell1-25/+0
2009-06-30Move Asterisk-addons modules into the main Asterisk source tree.russell1-0/+25
2009-06-26Merged revisions 203785 via svnmerge from russell1-0/+7
2009-06-16Merged revisions 200991 via svnmerge from kpfleming1-6/+12
2009-06-15More 'static' qualifiers on module global variables.kpfleming1-1/+1
2009-05-29Fix a memory leak of the write buffer when writing a file.file1-0/+3
2009-04-15Merged revisions 188582 via svnmerge from mmichelson1-2/+7
2009-04-09Merged revisions 187300-187301 via svnmerge from tilghman1-3/+6
2009-03-27Don't act surprised if we get a -1 indication.russell1-0/+1
2009-02-26Fix an issue where the timer for file playback would not be stopped if DAHDI ...file1-2/+0
2009-02-04Fix a problem where file playback would cause fds to remain open forevermmichelson1-1/+6
2009-01-07Merged revisions 167566 via svnmerge from russell1-7/+8
2009-01-07Merged revisions 167554 via svnmerge from russell1-1/+0
2009-01-07Merged revisions 167545 via svnmerge from russell1-1/+2
2009-01-07Merged revisions 167541 via svnmerge from russell1-1/+1
2008-12-22Fix a file playback crash and explicitly initialize values in func_timeout.cmmichelson1-0/+8
2008-12-15Use ast_seekstream to return the file stream back to the beginning instead of...file1-1/+1
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-1/+1
2008-11-25Fix compiling in dev mode.mnicholson1-1/+1
2008-11-24Make ast_streamfile() check the result of ast_openstream() before doingmnicholson1-18/+18
2008-11-20Merged revisions 158072 via svnmerge from mmichelson1-43/+76
2008-11-20(closes issue #12929)jpeeler1-0/+14
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-7/+17
2008-10-09Reverting format addition for nowtilghman1-2/+0
2008-10-09Fudges for wav16, just like wav49tilghman1-0/+2
2008-09-12Merged revisions 142740 via svnmerge from tilghman1-0/+1
2008-08-29Allow for video files to be opened as well asmmichelson1-1/+2
2008-08-10Another big chunk of changes from the RSW branch. Bunch of stuff from main/seanbright1-6/+6
2008-06-13Merge changes from timing branchrussell1-16/+9
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler1-4/+4
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-1/+1
2008-04-10Merged revisions 114035 via svnmerge from qwell1-6/+1
2008-04-03Use a 32k file buffer on recordings, which increases the efficiency of file r...tilghman1-2/+12
2008-03-20Fix a bug when using zaptel timing for playing back files that have a sample ...russell1-3/+11