summaryrefslogtreecommitdiff
path: root/main/file.c
AgeCommit message (Expand)Author
2009-04-15Merged revisions 188582 via svnmerge from Mark Michelson
2009-04-09Merged revisions 187300-187301 via svnmerge from Tilghman Lesher
2009-03-27Don't act surprised if we get a -1 indication.Russell Bryant
2009-02-26Fix an issue where the timer for file playback would not be stopped if DAHDI ...Joshua Colp
2009-02-04Fix a problem where file playback would cause fds to remain open foreverMark Michelson
2009-01-07Merged revisions 167566 via svnmerge from Russell Bryant
2009-01-07Merged revisions 167554 via svnmerge from Russell Bryant
2009-01-07Merged revisions 167545 via svnmerge from Russell Bryant
2009-01-07Merged revisions 167541 via svnmerge from Russell Bryant
2008-12-22Fix a file playback crash and explicitly initialize values in func_timeout.cMark Michelson
2008-12-15Use ast_seekstream to return the file stream back to the beginning instead of...Joshua Colp
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-11-25Fix compiling in dev mode.Matthew Nicholson
2008-11-24Make ast_streamfile() check the result of ast_openstream() before doingMatthew Nicholson
2008-11-20Merged revisions 158072 via svnmerge from Mark Michelson
2008-11-20(closes issue #12929)Jeff Peeler
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-10-09Reverting format addition for nowTilghman Lesher
2008-10-09Fudges for wav16, just like wav49Tilghman Lesher
2008-09-12Merged revisions 142740 via svnmerge from Tilghman Lesher
2008-08-29Allow for video files to be opened as well asMark Michelson
2008-08-10Another big chunk of changes from the RSW branch. Bunch of stuff from main/Sean Bright
2008-06-13Merge changes from timing branchRussell Bryant
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...Jeff Peeler
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-04-10Merged revisions 114035 via svnmerge from Jason Parker
2008-04-03Use a 32k file buffer on recordings, which increases the efficiency of file r...Tilghman Lesher
2008-03-20Fix a bug when using zaptel timing for playing back files that have a sample ...Russell Bryant
2008-03-07Merge changes from team/russell/g722-sillyness ...Russell Bryant
2008-03-06Fix file playback in many cases.Jason Parker
2008-03-05Merged revisions 106235 via svnmerge from Joshua Colp
2008-03-04Whitespace changes onlyTilghman Lesher
2008-02-27Merged revisions 104783 via svnmerge from Mark Michelson
2008-02-27Merged revisions 104665 via svnmerge from Joshua Colp
2008-02-27Merged revisions 104593 via svnmerge from Kevin P. Fleming
2008-02-19Only output a log message saying the format does not exist if it actually doe...Joshua Colp
2008-01-31Merged revisions 101601 via svnmerge from Russell Bryant
2008-01-27Merged revisions 100465 via svnmerge from Tilghman Lesher
2007-11-29Merged revisions 90155 via svnmerge from Tilghman Lesher
2007-11-29Merged revisions 90142 via svnmerge from Russell Bryant
2007-11-22more removal of fcntl.h and other system headersLuigi Rizzo
2007-11-22implement the split of file.h and mod_format.hLuigi Rizzo
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-11-06Commit some cleanups to the format type code.Tilghman Lesher
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker