summaryrefslogtreecommitdiff
path: root/apps/app_jack.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-09-26core: Don't allow free to mean ast_free (and malloc, etc..).Walter Doekes
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-06-26app_jack: Support audio with a sampling rate higher than 8kHzMatthew Jordan
2014-03-27Fix dialplan function NULL channel safety issuesCorey Farrell
2012-11-07Multiple revisions 375993-375994Mark Michelson
2012-03-24app_jack: fix datastore memory leak in error handling path.Russell Bryant
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-02-22Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd a...David Vossel
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-01-15Convert a few places to use ast_calloc_with_stringfields where applicable.Sean Bright
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-06-06minor tweakRussell Bryant
2009-06-06Constify a string and strip trailing whitespace.Russell Bryant
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-04-14Making sure we have references to external libraries.Olle Johansson
2008-12-15Fix build WRT ast_str_opaqueRussell Bryant
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-09-02Update instructions for getting libresampleRussell Bryant
2008-08-07stop using deprecated API callKevin P. Fleming
2008-07-21Remove libresample from the Asterisk source tree. It is now available in itsRussell Bryant
2008-07-21Enable higher quality resampling, as it doesn't have a noticeable performanceRussell Bryant
2008-05-22Fix a few places where frame data was used directly.Jason Parker
2008-05-13Re-introduce proper error handling that was removed in recent commits.Russell Bryant
2008-05-10ameliorate load and unload to dont use DECLINED or FAILED, when theres no .co...Claude Patry
2008-04-22Add a c() option for the Jack() application and JACK_HOOK() funciton for supp...Russell Bryant
2008-01-14Add another small option for the JACK app and JACK_HOOK function. The 'n'Russell Bryant
2008-01-13Bring in the code from team/russell/jack/.Russell Bryant