summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-02Add doxygen documentation to libresample.h while it's still fresh on my mindRussell Bryant
2008-01-02Change instances of AST_NONSTANDARD_APP_ARGS(foo, bar, ',') to AST_STANDARD_A...Mark Michelson
2008-01-02Merged revisions 95946 via svnmerge from Joshua Colp
2008-01-02Since ',' is the standard argument separator in trunk, change app_queueMark Michelson
2008-01-02Fix a typo in a comment. AST_STANDARD_APP_ARGS uses ',' as the separator,Mark Michelson
2008-01-02clean up hwgain CLI command and improve docs for swgain CLI commandKevin P. Fleming
2008-01-02improve AC_C_DEFINE_CHECK to not try to evaluate the macro being checked for,...Kevin P. Fleming
2008-01-02and now just to keep the libresample party going... if the functions from lib...Kevin P. Fleming
2008-01-02umm... this did not compile on x86-64, and could not possibly have worked on ...Kevin P. Fleming
2008-01-02Merged revisions 95890 via svnmerge from Mark Michelson
2008-01-02Update osplookup documentation to use commas instead of pipes.Jason Parker
2008-01-02For some odd reason, the last set of libresample build changes from Kevin didRussell Bryant
2008-01-02fix some long-time breakage that kept chan_misdn from being embeddedKevin P. Fleming
2008-01-02use the proper technique for including submodules so that embedding will workKevin P. Fleming
2008-01-02note that chan_console requires portaudio v19Kevin P. Fleming
2008-01-02actually check for a function present in libiconv (don't know how this test c...Kevin P. Fleming
2008-01-02go back to including libresample in the main Asterisk binary, but this time i...Kevin P. Fleming
2008-01-02Set stream flags to zero upon initialization.Philippe Sultan
2008-01-02some cleanup of this code while I am trying to debug a problem withLuigi Rizzo
2008-01-02There are three instances of the module definition macros,Luigi Rizzo
2008-01-02Don't make libresample print out debugging outputRussell Bryant
2008-01-02Make the translation table show slin16Russell Bryant
2008-01-02fix a spacing issue introduced in revision 95443.Russell Bryant
2008-01-02Instead of linking libresample into the main Asterisk binary, build it asRussell Bryant
2008-01-01call directly the cli command to implement hangup.Luigi Rizzo
2008-01-01prevent a panic when destroying a channel with no incoming video.Luigi Rizzo
2008-01-01remove a leftover sleep(1) used for debuggingLuigi Rizzo
2008-01-01Fix building of codec_resample on platforms other then Cygwin. On everything ...Joshua Colp
2008-01-01make codec_resample build on __CYGWIN__, and make it load on FreeBSDLuigi Rizzo
2008-01-01implement "configure" checks for libiconv, and add theLuigi Rizzo
2007-12-31Merged revisions 95577 via svnmerge from Mark Michelson
2007-12-31Use float.h to fix the build on FreeBSD. Also, add some other platforms asRussell Bryant
2007-12-31Update chan_console to natively use a 16 kHz sample rate. If it is talkingRussell Bryant
2007-12-31Merge changes from team/russell/codec_resampleRussell Bryant
2007-12-31Merged revisions 95470 via svnmerge from Tilghman Lesher
2007-12-31Fix a compiler warningMark Michelson
2007-12-31Merge the main set of changes from team/russell/chan_console.Russell Bryant
2007-12-31fix a spelling error in a commentRussell Bryant
2007-12-31Add CV_STRINGFIELD() macro. This lets you set a config variable to a string ...Russell Bryant
2007-12-31Regenerate configure script to include check for portaudio.Russell Bryant
2007-12-31Add configure script checking for portaudio.Russell Bryant
2007-12-29Move grabbers definitions to a separate file, vgrabbers.c, so it is easierLuigi Rizzo
2007-12-29virtualize the interface for video grabbers, which shouldLuigi Rizzo
2007-12-28Add a few entries up to 1408x1152 in the table of known video resolutions.Luigi Rizzo
2007-12-28change the interface of video encapsulation routines, they onlyLuigi Rizzo
2007-12-28various rearrangements and renaming of console_video stuffLuigi Rizzo
2007-12-28The diff for this change looks really bad, but all I did here was decrease th...Mark Michelson
2007-12-28Merged revisions 95191 via svnmerge from Russell Bryant
2007-12-28Some changes to app_amd. Mark Michelson
2007-12-28fix a small bug in printing out geometries - wrong input.Luigi Rizzo