Commit Graph

14234 Commits (54bc2c20b66d919f1df26faa637774ad40b343f1)
 

Author SHA1 Message Date
Kevin P. Fleming 78c35db4da actually check for a function present in libiconv (don't know how this test could have worked before) and don't do the check on Linux/GNU systems because libiconv is not present there and attempting to link with '-liconv' always fails (it's not necessary as the iconv functionality is always available)
18 years ago
Kevin P. Fleming 04a10c145b 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)
18 years ago
Philippe Sultan c08a968cb4 Set stream flags to zero upon initialization.
18 years ago
Luigi Rizzo b9aeecdb66 some cleanup of this code while I am trying to debug a problem with
18 years ago
Luigi Rizzo ca2a8e3fe1 There are three instances of the module definition macros,
18 years ago
Russell Bryant 04db372bf3 Don't make libresample print out debugging output
18 years ago
Russell Bryant a9162a1ab3 Make the translation table show slin16
18 years ago
Russell Bryant e77af16996 fix a spacing issue introduced in revision 95443.
18 years ago
Russell Bryant 78f4b28552 Instead of linking libresample into the main Asterisk binary, build it as
18 years ago
Luigi Rizzo e7f195e82a call directly the cli command to implement hangup.
18 years ago
Luigi Rizzo afc18baa1a prevent a panic when destroying a channel with no incoming video.
18 years ago
Luigi Rizzo 38c1dbb39a remove a leftover sleep(1) used for debugging
18 years ago
Joshua Colp d0944cde47 Fix building of codec_resample on platforms other then Cygwin. On everything else it actually gets built after codec_resample, so you can't exactly link it in since it doesn't exist.
18 years ago
Luigi Rizzo e637f2c038 make codec_resample build on __CYGWIN__, and make it load on FreeBSD
18 years ago
Luigi Rizzo b1c35179e6 implement "configure" checks for libiconv, and add the
18 years ago
Mark Michelson 3b830da053 Merged revisions 95577 via svnmerge from
18 years ago
Russell Bryant e0dfa91db8 Use float.h to fix the build on FreeBSD. Also, add some other platforms as
18 years ago
Russell Bryant 067fcc2a03 Update chan_console to natively use a 16 kHz sample rate. If it is talking
18 years ago
Russell Bryant 21cb767db7 Merge changes from team/russell/codec_resample
18 years ago
Tilghman Lesher f3e2f0bb0a Merged revisions 95470 via svnmerge from
18 years ago
Mark Michelson 3051807efa Fix a compiler warning
18 years ago
Russell Bryant 4e99cc88e2 Merge the main set of changes from team/russell/chan_console.
18 years ago
Russell Bryant 91ac3e9de8 fix a spelling error in a comment
18 years ago
Russell Bryant 61c23dd219 Add CV_STRINGFIELD() macro. This lets you set a config variable to a string field.
18 years ago
Russell Bryant 069584d124 Regenerate configure script to include check for portaudio.
18 years ago
Russell Bryant 7d0eacfb03 Add configure script checking for portaudio.
18 years ago
Luigi Rizzo d6d39dfee9 Move grabbers definitions to a separate file, vgrabbers.c, so it is easier
18 years ago
Luigi Rizzo f2702ec721 virtualize the interface for video grabbers, which should
18 years ago
Luigi Rizzo a799456578 Add a few entries up to 1408x1152 in the table of known video resolutions.
18 years ago
Luigi Rizzo 6b33a01692 change the interface of video encapsulation routines, they only
18 years ago
Luigi Rizzo 14c09c5bea various rearrangements and renaming of console_video stuff
18 years ago
Mark Michelson c540b02f6f The diff for this change looks really bad, but all I did here was decrease the indentation of most
18 years ago
Russell Bryant 5fe74de6b8 Merged revisions 95191 via svnmerge from
18 years ago
Mark Michelson d9e0bb0e84 Some changes to app_amd.
18 years ago
Luigi Rizzo 77dd3c1b3f fix a small bug in printing out geometries - wrong input.
18 years ago
Mark Michelson af080add62 Merged revisions 95095 via svnmerge from
18 years ago
Luigi Rizzo c8f970936d remove more unnecessary casts for NULL.
18 years ago
Jason Parker 03f68a8a3a Fix -s socket option, and document it as well.
18 years ago
Luigi Rizzo 5e041a46dc NULL does not need to be cast to (char *)
18 years ago
Luigi Rizzo fb487bbc89 remove useless casts
18 years ago
Russell Bryant b749217bcb Merged revisions 95024 via svnmerge from
18 years ago
Mark Michelson 05d2bc0fbf Merged revisions 94977 via svnmerge from
18 years ago
Joshua Colp e2712448a5 Merged revisions 94924 via svnmerge from
18 years ago
Joshua Colp fcf927e597 Merged revisions 94905 via svnmerge from
18 years ago
Luigi Rizzo b634b8ccca more localization of gui stuff
18 years ago
Mark Michelson 9d89dc11ae Adding documentation for new manager actions and events in app_queue
18 years ago
Luigi Rizzo 2145f6b8b8 clarify the type of video support in chan_oss
18 years ago
Russell Bryant f24c226e09 I went looking for where we downloaded the g722 implementation and came across
18 years ago
Russell Bryant 22a442e05e Blocked revisions 94831 via svnmerge
18 years ago
Russell Bryant 75e602376b Merged revisions 94828-94829 via svnmerge from
18 years ago