summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
2006-06-14Merged revisions 33993 via svnmerge from Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-08VIDUPDATE does not matter during playback.Mark Spencer
2006-05-02 Make certain ast_stopstream() sets the channel's stream members to NULL afte...BJ Weschke
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-21move wait_and_stream to ast_wait_and_stream() because equivalentLuigi Rizzo
2006-04-15We are shaking up trunk tonight! allow data dir to be specified (issue #6967 ...Joshua Colp
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-13Unregister format says it's already unregisteredTilghman Lesher
2006-04-06make sure that file calls other than OPEN work on all formatsLuigi Rizzo
2006-04-04Largely simplify format handlers (for file copy etc.)Luigi Rizzo
2006-02-20Bug 5984 - Convert file offsets to 64 bitTilghman Lesher
2006-02-15don't dereference memory that has been freed (issue #6405)Kevin P. Fleming
2006-02-09various code cleanup changes including changing #define'd constants to enums,Russell Bryant
2006-01-09Bug 6112: file.c list macro conversion (drumkilla)Olle Johansson
2006-01-08Minor video fixesMark Spencer
2006-01-07Add support for H.264 with SIP and recordingMark Spencer
2006-01-07Bug 6161 - Remove duplicated codeTilghman Lesher
2006-01-03update copyright headers for files changed this yearKevin P. Fleming
2006-01-02doxygen updatesRussell Bryant
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-19Merged revisions 7523 via svnmerge fromTilghman Lesher
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix someRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-10-26change ast_strlen_zero to also check for the string to be definedRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-16minor changes and eliminate some compiler warningsKevin P. Fleming
2005-10-16Use FILE * instead of fd for files to support bufferingMark Spencer
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-07remove useless buffer initializations (issue #5134)Kevin P. Fleming
2005-08-30Add SIP video fixesMark Spencer
2005-08-23add counter to 'show formats' (issue #5001)Kevin P. Fleming
2005-07-15ensure that format string macros are undef'd after use (bug #4716)Kevin P. Fleming
2005-07-12add 'exit context' and 'only stop on match' options to Background app (bug #4...Kevin P. Fleming
2005-07-05don't unlink files just because they can't be opened (bug #4641)Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06remove experimental module version tagsKevin P. Fleming
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-06-05more ast_copy_string() conversionKevin P. Fleming
2005-06-05make ast_waitstream_* return value compatible with platforms that use unsigne...Kevin P. Fleming
2005-06-02consolidate API functions for saying numbers/digits/alpha/phonetic into less ...Kevin P. Fleming
2005-05-30Fix language handling (bug #4399)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-07Match special case of wav49 behavior (bug #3975)Mark Spencer
2005-03-31Use requested extension (bug #3894)Mark Spencer
2005-03-22Ignore interrupted system calls (bug #3831)Mark Spencer
2005-02-06Don't crash when pause/stop keys aren't defined on the command line (Bug #3514)Josh Roberson
2005-02-03Fix wav append mode (bug #3498)Mark Spencer
2005-01-10Fix voicemail symlinks (bug #3024)Mark Spencer