Mark Michelson
|
9b08352d97
Add module support level to ast_module_info structure. Print it in CLI "module show" .
|
10 years ago |
Matthew Jordan
|
720c59c321
media formats: re-architect handling of media for performance improvements
|
10 years ago |
Leif Madsen
|
bdf076843a
Merged revisions 328247 via svnmerge from
|
13 years ago |
David Vossel
|
80002f34a6
Asterisk media architecture conversion - no more format bitfields
|
13 years ago |
Tilghman Lesher
|
f2bb11c2cf
Merged revisions 279472 via svnmerge from
|
14 years ago |
Tilghman Lesher
|
bc0bd7e778
Add load priority order, such that preload becomes unnecessary in most cases
|
14 years ago |
Russell Bryant
|
7e410a6bdf
Set a module load priority for format modules.
|
15 years ago |
Tilghman Lesher
|
02159b8f56
Expand codec bitfield from 32 bits to 64 bits.
|
15 years ago |
Michiel van Baak
|
7e6a3af7e7
- revert change to ast_queue_hangup and create ast_queue_hangup_with_cause
|
16 years ago |
Tilghman Lesher
|
d79644dfc4
Merged revisions 90155 via svnmerge from
|
17 years ago |
Luigi Rizzo
|
48b6b60f95
implement the split of file.h and mod_format.h
|
17 years ago |
Luigi Rizzo
|
ff8ac85d1a
remove a bunch of useless #include "options.h"
|
17 years ago |
Luigi Rizzo
|
ae80fadfc8
format handlers don't need network, lock, channel and scheduler headers
|
17 years ago |
Luigi Rizzo
|
32d68be9da
include "logger.h" and errno.h from asterisk.h - usage shows that they
|
17 years ago |
Luigi Rizzo
|
47e70077d6
Start untangling header inclusion in a way that does not affect
|
17 years ago |
Jason Parker
|
854d2461b3
More changes to change return values from load_module functions.
|
17 years ago |
Russell Bryant
|
00f1cf2802
Add a massive set of changes for converting to use the ast_debug() macro.
|
17 years ago |
Kevin P. Fleming
|
90db3f33ab
merge new_loader_completion branch, including (at least):
|
18 years ago |
Kevin P. Fleming
|
2687538ae6
simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
|
18 years ago |
Luigi Rizzo
|
c8d72dde26
This rather large commit changes the way modules are loaded.
|
18 years ago |
Luigi Rizzo
|
355e2f4f73
rename FR_SET_BUF to AST_FRAME_SET_BUFFER
|
18 years ago |
Kevin P. Fleming
|
9f7c341f1c
since the module API is changing, it's a good time to const-ify the description() and key() return values
|
18 years ago |
Luigi Rizzo
|
d5b059cc44
Largely simplify format handlers (for file copy etc.)
|
18 years ago |
Tilghman Lesher
|
990e4d3f06
Bug 5984 - Convert file offsets to 64 bit
|
19 years ago |
Kevin P. Fleming
|
70a40d92e3
|
19 years ago |
Russell Bryant
|
34bca139be
issue #5605
|
19 years ago |
Russell Bryant
|
ed3de369df
more doxygenification (issue #5513)
|
19 years ago |
Mark Spencer
|
7e4f191977
Use FILE * instead of fd for files to support buffering
|
19 years ago |
Kevin P. Fleming
|
d9ea3ef439
more license/copyright header updates (thanks Ian!)
|
19 years ago |
Kevin P. Fleming
|
a8738314b3
don't take locks when reading usecounts, they are not necessary (bug #4585)
|
19 years ago |