David Vossel
|
bef7e3b0bc
The slin resampler is no longer dependent on an external library, but the dependency was not removed correctly.
|
13 years ago |
Leif Madsen
|
c7f7156c57
Merged revisions 328209 via svnmerge from
|
13 years ago |
David Vossel
|
b3169254c0
Fixes error with frame datalen being calculated from samples when this is not allwaya accurate.
|
14 years ago |
David Vossel
|
b3ab41ed11
Remove libresample dependency from codec_resample.c
|
14 years ago |
David Vossel
|
46a8cb5e39
Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd audio ConfBridge, and other stuff
|
14 years ago |
David Vossel
|
80002f34a6
Asterisk media architecture conversion - no more format bitfields
|
14 years ago |
Jason Parker
|
8f06d02284
Merge codec_consistency branch. This should make sample usage much happier.
|
16 years ago |
Russell Bryant
|
f00b684fd8
Update instructions for getting libresample
|
16 years ago |
Russell Bryant
|
0f0d83d1ad
Remove libresample from the Asterisk source tree. It is now available in its
|
16 years ago |
Russell Bryant
|
76b7014a9a
Enable higher quality resampling, as it doesn't have a noticeable performance
|
16 years ago |
Brett Bryant
|
ab8c91a43e
Janitor patch to change uses of sizeof to ARRAY_LEN
|
16 years ago |
Tilghman Lesher
|
b4623f528d
Convert casts to unions, to fix alignment issues on Solaris
|
17 years ago |
Michiel van Baak
|
7e6a3af7e7
- revert change to ast_queue_hangup and create ast_queue_hangup_with_cause
|
17 years ago |
Russell Bryant
|
9705ac2e7d
Kevin noted that the thing that I _actually_ changed here was that I converted
|
17 years ago |
Russell Bryant
|
a29356d11a
Fix a bus error that happened when asterisk was built with optimizations on
|
17 years ago |
Russell Bryant
|
f3b370728f
Fix the buffer_samples value. For signed linear, the number of samples needed
|
17 years ago |
Kevin P. Fleming
|
53a6539f70
and now just to keep the libresample party going... if the functions from libresample are going to be in the main Asterisk binary, it makes sense for the header that defines them to be available without any special CFLAGS and to out-of-tree modules building against /usr/include/asterisk
|
17 years ago |
Kevin P. Fleming
|
cb5af391f4
go back to including libresample in the main Asterisk binary, but this time including a small hack to ensure that it does get linked in (and also modify the strip_nonapi script to leave the resample_<foo> symbols alone)
|
17 years ago |
Russell Bryant
|
7678f704b4
Instead of linking libresample into the main Asterisk binary, build it as
|
17 years ago |
Luigi Rizzo
|
1fbd8dbb95
make codec_resample build on __CYGWIN__, and make it load on FreeBSD
|
17 years ago |
Russell Bryant
|
05abf6ee49
Use float.h to fix the build on FreeBSD. Also, add some other platforms as
|
17 years ago |
Russell Bryant
|
96e4897d4c
Merge changes from team/russell/codec_resample
|
17 years ago |