Commit Graph

144 Commits (c0762c064dbd4dc86d68d31e86a23256179f8e63)

Author SHA1 Message Date
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
Kevin P. Fleming cc2fb34bb3 fix obvious breakage
19 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
19 years ago
Tilghman Lesher 4897c72d6b Fix format for big endian systems
19 years ago
Tilghman Lesher 33adff8a2b Bug 6896 - Fix for garbled wav49 format
19 years ago
Tilghman Lesher a9d8b4a553 Typo fix
19 years ago
Tilghman Lesher 3042c79182 Document the MSGSM format, and fix the uncalculated number of samples
19 years ago
Luigi Rizzo 957fff010c rename FR_SET_BUF to AST_FRAME_SET_BUFFER
19 years ago
Kevin P. Fleming f10f427d49 since the module API is changing, it's a good time to const-ify the description() and key() return values
19 years ago
Tilghman Lesher bdff9c973d Merged revisions 18436 via svnmerge from
19 years ago
Luigi Rizzo 1d92bbc09b remove traces of previously merged files
19 years ago
Tilghman Lesher 756c7cbb12 Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand() to threadsafe ast_random()
19 years ago
Luigi Rizzo 66adefc789 these files are now unused, corresponding functions are merged
19 years ago
Luigi Rizzo 6aa460f81d remove an unused function.
19 years ago
Luigi Rizzo 7261d52be1 ogg_vorbis now compiles so put it back in.
19 years ago
Luigi Rizzo ac0395fac3 temporarily disconnect ogg_vorbis from the build while i update it
19 years ago
Luigi Rizzo 4beb6deeaa Largely simplify format handlers (for file copy etc.)
19 years ago
Kevin P. Fleming 98dbc95533 silence some more compiler warnings
19 years ago
Russell Bryant 3b215d0df7 suppress some compiler warnings due to recent format changes to use off_t
19 years ago
Tilghman Lesher aa20c556f7 Bug 5984 - Convert file offsets to 64 bit
19 years ago
Tilghman Lesher 206883d12f Merged revisions 10487 via svnmerge from
19 years ago
Tilghman Lesher 5ef84a55a0 Merged revisions 10462 via svnmerge from
19 years ago
Russell Bryant d4480e9c59 remove unused variable
19 years ago
Kevin P. Fleming e7c198453d ensure that dependencies are rebuilt after 'make update' so that builds don't break when files are removed/renamed
19 years ago
Kevin P. Fleming 96bf384e7d major dialplan functions update
19 years ago
Kevin P. Fleming 4b4ef55a49 don't try to include non-existing (and unneeded) header file
19 years ago
Kevin P. Fleming 407d3c289c use auto-build for pbx modules
19 years ago
Kevin P. Fleming a2551346f4 use auto-build for formats
19 years ago
Kevin P. Fleming e42c6c4f9e set standard properties on all non-binary files
19 years ago
Matt O'Gorman 7d03c33e0a Allows for user to uninstall asterisk binaries
20 years ago
Matthew Fredrickson 52fe16259b Fix for formats so they give better output on failure conditions. (#6141)
20 years ago
Russell Bryant 4a7cec937d remove redundant CFLAGS for BSD which are already set in the main Makefile (issue #6250)
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
Kevin P. Fleming b157f30e51 Merged revisions 7819 via svnmerge from
20 years ago
Kevin P. Fleming 1e9180d0a8 Merged revisions 7807 via svnmerge from
20 years ago
Kevin P. Fleming cb2f9640ba Merged revisions 7805 via svnmerge from
20 years ago
Kevin P. Fleming e8f9ee8f6a Merged revisions 7803 via svnmerge from
20 years ago
Kevin P. Fleming c3ce1852bc Merged revisions 7799-7800 via svnmerge from
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Kevin P. Fleming c14588af86 remove remaining .cvsignore files
20 years ago
Mark Spencer 9cdcba170e Fix compile issue (presumably on BSD) (bug #5745)
20 years ago
Russell Bryant 31a804b97c issue #5605
20 years ago
Kevin P. Fleming 7ffb604a2f issue #4678
20 years ago
Russell Bryant 6324072247 more doxygenification (issue #5513)
20 years ago
Mark Spencer d499a85f05 Use FILE * instead of fd for files to support buffering
20 years ago
Kevin P. Fleming b8f23573fa more license/copyright header updates (thanks Ian!)
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Mark Spencer 1541e97afe Make sure RTP timestamps are accurate on playback
20 years ago
Kevin P. Fleming 9519f6c5f4 clean up, use make functions instead of subshells, remove unused stuff
20 years ago