Commit Graph

178 Commits (a07df230fa12d5576c4ae2e2bc66bb025ff9b41e)

Author SHA1 Message Date
Russell Bryant b3a211bdc3 I thought I was going to be able to leave 1.4 alone, but that was not the case.
17 years ago
Jason Parker 871bc8ae0d The file size of WAV49 does not need to be an even number.
17 years ago
Kevin P. Fleming fd1e942f53 fix some copy-and-paste leftovers
18 years ago
Kevin P. Fleming 627f595c58 In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,
18 years ago
Tilghman Lesher 2c11f7d18e Use of "private" as a field name in a header file messes with C++ projects
18 years ago
Russell Bryant b16b099171 give format_pcm a more concise destription
18 years ago
Dwayne M. Hubbard 8581b4d0d5 modified default GAIN for issue 5823, thanks jrwalliker
18 years ago
Olle Johansson 86c973f71f Issue #8246 - Doxygen fixes from kshumard.
19 years ago
Kevin P. Fleming 6c17f1e07e add passthrough and file format support for G.722 16KHz audio (issue #5084, original patch by andrew, updated by mithraen)
19 years ago
Steve Murphy 12ed099f07 This tiny fix prevents asterisk from crashing if trying to play an OGG moh file.
19 years ago
Jason Parker 31d25ac6f3 u_intXX_t is silly
19 years ago
Kevin P. Fleming d12f54f90b GNU make already knows how to quietly ignore non-existent files in 'include' directives
19 years ago
Kevin P. Fleming e288ef135e swap module macro arguments to proper order
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
North Antara 1edb21b423 Fix a few doxygen warnings.
19 years ago
Tilghman Lesher 61c9c25391 H.263 frames can apparently be larger than was originally coded.
19 years ago
Tilghman Lesher 83f5766c47 Merged revisions 37765 via svnmerge from
19 years ago
Kevin P. Fleming 000ba592b2 more Makefile cleanup and consistency stuff
19 years ago
Russell Bryant 092304ffa9 pointer signedness warnings
19 years ago
Kevin P. Fleming 748431f7b6 move rules file to prepare for generic rules file
19 years ago
Kevin P. Fleming dbf099cdb8 update dependency information to match new names for dependencies
19 years ago
Kevin P. Fleming a579371f43 use new (separate) dependencies file from menuselect
19 years ago
Kevin P. Fleming e61d3d91f3 The Eurostar Commit! (it's amazing how much work you can get done on a 150 minute train ride from Paris to London <G>)
19 years ago
Russell Bryant 48ae9f0d4f - convert the 'uninstall' target to use separate targets to process each
19 years ago
Russell Bryant 55e8a60363 - specify that 'depend' is a .PHONY target
19 years ago
Russell Bryant 9db0520ff9 - specify that 'all' is a .PHONY target
19 years ago
Russell Bryant c399a06450 add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targets
19 years ago
Tilghman Lesher 2291834bd5 Bug 7372: Wrong size for the block alignment (should have been 4 bytes;
19 years ago
Russell Bryant 9f2a6516cf don't blow up in the sub Makefiles if menuselect.makeopts is not present. This
19 years ago
Russell Bryant b6147a21b9 remove "depend" from the "all" targets in sub Makefiles. The main Makefile
19 years ago
Olle Johansson f15b38a775 Update doxygen for video formats
19 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Russell Bryant 503f99e2e8 remove the need to have to re-run make after a default menuselect.makeopts
19 years ago
Kevin P. Fleming e856010714 use module names, not file names, in menuselect
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
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