aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-01-02go back to including libresample in the main Asterisk binary, but this time i...kpfleming28-62/+24
2008-01-02Set stream flags to zero upon initialization.phsultan1-1/+6
2008-01-02some cleanup of this code while I am trying to debug a problem withrizzo1-15/+19
2008-01-02There are three instances of the module definition macros,rizzo1-33/+24
2008-01-02Don't make libresample print out debugging outputrussell2-5/+3
2008-01-02Make the translation table show slin16russell1-1/+1
2008-01-02fix a spacing issue introduced in revision 95443.russell1-1/+1
2008-01-02Instead of linking libresample into the main Asterisk binary, build it asrussell26-9/+53
2008-01-01call directly the cli command to implement hangup.rizzo1-2/+1
2008-01-01prevent a panic when destroying a channel with no incoming video.rizzo1-1/+3
2008-01-01remove a leftover sleep(1) used for debuggingrizzo1-2/+1
2008-01-01Fix building of codec_resample on platforms other then Cygwin. On everything ...file1-1/+3
2008-01-01make codec_resample build on __CYGWIN__, and make it load on FreeBSDrizzo2-1/+2
2008-01-01implement "configure" checks for libiconv, and add therizzo6-17/+327
2007-12-31Merged revisions 95577 via svnmerge from mmichelson1-1/+2
2007-12-31Use float.h to fix the build on FreeBSD. Also, add some other platforms asrussell1-1/+1
2007-12-31Update chan_console to natively use a 16 kHz sample rate. If it is talkingrussell1-20/+12
2007-12-31Merge changes from team/russell/codec_resamplerussell26-1/+10477
2007-12-31Merged revisions 95470 via svnmerge from tilghman1-1/+1
2007-12-31Fix a compiler warningmmichelson1-1/+1
2007-12-31Merge the main set of changes from team/russell/chan_console.russell4-11/+1178
2007-12-31fix a spelling error in a commentrussell1-1/+1
2007-12-31Add CV_STRINGFIELD() macro. This lets you set a config variable to a string ...russell1-0/+1
2007-12-31Regenerate configure script to include check for portaudio.russell2-25/+330
2007-12-31Add configure script checking for portaudio.russell3-1/+8
2007-12-29Move grabbers definitions to a separate file, vgrabbers.c, so it is easierrizzo5-300/+401
2007-12-29virtualize the interface for video grabbers, which shouldrizzo2-147/+240
2007-12-28Add a few entries up to 1408x1152 in the table of known video resolutions.rizzo1-0/+3
2007-12-28change the interface of video encapsulation routines, they onlyrizzo2-129/+129
2007-12-28various rearrangements and renaming of console_video stuffrizzo4-212/+230
2007-12-28The diff for this change looks really bad, but all I did here was decrease th...mmichelson1-135/+134
2007-12-28Merged revisions 95191 via svnmerge from russell1-4/+0
2007-12-28Some changes to app_amd. mmichelson2-16/+45
2007-12-28fix a small bug in printing out geometries - wrong input.rizzo1-1/+1
2007-12-28Merged revisions 95095 via svnmerge from mmichelson1-4/+2
2007-12-27remove more unnecessary casts for NULL.rizzo3-9/+9
2007-12-27Fix -s socket option, and document it as well.qwell2-2/+6
2007-12-27NULL does not need to be cast to (char *)rizzo3-5/+5
2007-12-27remove useless castsrizzo1-1/+1
2007-12-27Merged revisions 95024 via svnmerge from russell1-0/+3
2007-12-27Merged revisions 94977 via svnmerge from mmichelson1-1/+1
2007-12-27Merged revisions 94924 via svnmerge from file1-0/+1
2007-12-27Merged revisions 94905 via svnmerge from file1-1/+1
2007-12-27more localization of gui stuffrizzo2-11/+13
2007-12-27Adding documentation for new manager actions and events in app_queuemmichelson1-0/+43
2007-12-27clarify the type of video support in chan_ossrizzo1-1/+3
2007-12-27I went looking for where we downloaded the g722 implementation and came acrossrussell1-0/+3
2007-12-27Blocked revisions 94831 via svnmergerussell0-0/+0
2007-12-27Merged revisions 94828-94829 via svnmerge from russell2-5/+5
2007-12-27This function checks more than just contexts...oej1-1/+1