Commit Graph

102 Commits (bb7dd96cfeebec49a6adbed0c44ef92896fca2c1)

Author SHA1 Message Date
Mark Spencer 4b3832fc87 VIDUPDATE does not matter during playback.
19 years ago
BJ Weschke 30bb866a42 Make certain ast_stopstream() sets the channel's stream members to NULL after closing them. #7067 (jcomellas)
19 years ago
Kevin P. Fleming 574e14cbea Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
19 years ago
Luigi Rizzo 7e0d402e88 move wait_and_stream to ast_wait_and_stream() because equivalent
19 years ago
Joshua Colp 4657dc770c We are shaking up trunk tonight! allow data dir to be specified (issue #6967 reported by tzafrir)
19 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
19 years ago
Tilghman Lesher 8410bbf7bf Unregister format says it's already unregistered
19 years ago
Luigi Rizzo c9834f6187 make sure that file calls other than OPEN work on all formats
19 years ago
Luigi Rizzo 4beb6deeaa Largely simplify format handlers (for file copy etc.)
19 years ago
Tilghman Lesher aa20c556f7 Bug 5984 - Convert file offsets to 64 bit
19 years ago
Kevin P. Fleming 6573167768 don't dereference memory that has been freed (issue #6405)
19 years ago
Russell Bryant e13567b0c9 various code cleanup changes including changing #define'd constants to enums,
20 years ago
Olle Johansson efe79bd677 Bug 6112: file.c list macro conversion (drumkilla)
20 years ago
Mark Spencer 940c49390c Minor video fixes
20 years ago
Mark Spencer e2ef61814f Add support for H.264 with SIP and recording
20 years ago
Tilghman Lesher 0be002fe3b Bug 6161 - Remove duplicated code
20 years ago
Kevin P. Fleming a4f8d466e8 update copyright headers for files changed this year
20 years ago
Russell Bryant 8a64cc5f46 doxygen updates
20 years ago
Russell Bryant a725468381 update doxygen docs to specify authors
20 years ago
Tilghman Lesher 154d9ada80 Merged revisions 7523 via svnmerge from
20 years ago
Russell Bryant ec05153ac4 convert most of the option_*'s to a single ast_flags structure. Also, fix some
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Russell Bryant a736096e0b change ast_strlen_zero to also check for the string to be defined
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Kevin P. Fleming 4d5c1aefb7 minor changes and eliminate some compiler warnings
20 years ago
Mark Spencer d499a85f05 Use FILE * instead of fd for files to support buffering
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Kevin P. Fleming 1e854ea773 remove useless buffer initializations (issue #5134)
20 years ago
Mark Spencer 5d4d2fdfd4 Add SIP video fixes
20 years ago
Kevin P. Fleming 8a52a7cf10 add counter to 'show formats' (issue #5001)
20 years ago
Kevin P. Fleming 904beec507 ensure that format string macros are undef'd after use (bug #4716)
20 years ago
Kevin P. Fleming 97671a2b05 add 'exit context' and 'only stop on match' options to Background app (bug #4511)
20 years ago
Kevin P. Fleming ca2f18839d don't unlink files just because they can't be opened (bug #4641)
20 years ago
Kevin P. Fleming 2b8338cb52 more file version tags
20 years ago
Kevin P. Fleming 0e6762dd5f remove experimental module version tags
20 years ago
Kevin P. Fleming 4f299de252 major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116)
20 years ago
Kevin P. Fleming 723d6b5be8 more ast_copy_string() conversion
20 years ago
Kevin P. Fleming 7a2d5cbb3e make ast_waitstream_* return value compatible with platforms that use unsigned char by default (bug #4455)
20 years ago
Kevin P. Fleming c0ff0e340b consolidate API functions for saying numbers/digits/alpha/phonetic into less functions, using more efficient and clearer code (inspired by bug #4414)
20 years ago
Mark Spencer f4d629f4ca Fix language handling (bug #4399)
20 years ago
Kevin P. Fleming 199add9567 phase 1 of header include cleanup (bug #4067)
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Mark Spencer ff42a275f8 Match special case of wav49 behavior (bug #3975)
20 years ago
Mark Spencer c4ebbd5b2e Use requested extension (bug #3894)
20 years ago
Mark Spencer e93e62e29b Ignore interrupted system calls (bug #3831)
20 years ago
Josh Roberson 9ec6b2a358 Don't crash when pause/stop keys aren't defined on the command line (Bug #3514)
21 years ago
Mark Spencer 6eca96c657 Fix wav append mode (bug #3498)
21 years ago
Mark Spencer 9a3304c65d Fix voicemail symlinks (bug #3024)
21 years ago
Mark Spencer 713a2eb072 Merge anthm's native MOH patch (bug #2639) he promises me he'll rid it of ast_flag_moh...
21 years ago
Russell Bryant 3539a390fe truncate 'const const' to 'const'
21 years ago