summaryrefslogtreecommitdiff
path: root/main/abstract_jb.c
AgeCommit message (Expand)Author
2017-11-20abstract_jb: Remove silly usage of RAII_VAR.Corey Farrell
2017-01-17abstract/fixed/adpative jitter buffer: disallow frame re-insertsKevin Harwell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-11-02func_jitterbuffer: fix frame leaks.Corey Farrell
2014-09-26core: Ouch, forgot to undo a test free() in r423978.Walter Doekes
2014-09-26core: Don't allow free to mean ast_free (and malloc, etc..).Walter Doekes
2014-07-28datastores: Audit ast_channel_datastore_remove usage.Richard Mudgett
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2013-09-18Fix jitter buffer log file creationKinsey Moore
2013-08-22Made the abstract jitter buffer resync on some more control frames.Richard Mudgett
2013-07-30Remove ast_bridged_channel call from abstract_jb.cMark Michelson
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2012-07-23Unit tests for the Jitter Buffer API; remove unnecessary resyncMatthew Jordan
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-04-20Introduction of the JITTERBUFFER dialplan function.David Vossel
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-12-02Merged revisions 297312 via svnmerge from Terry Wilson
2010-03-10Fix jitterbuffer logging not creating logfiles.Jeff Peeler
2010-03-02fixes adaptive jitterbuffer configurationDavid Vossel
2009-11-06Merged revisions 228409 via svnmerge from Joshua Colp
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-03-04Spacing changes onlyTilghman Lesher
2009-01-22Create logfile safely.Tilghman Lesher
2008-08-10Another big chunk of changes from the RSW branch. Bunch of stuff from main/Sean Bright
2008-08-06Merged revisions 135841,135847,135850 via svnmerge from Mark Michelson
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENBrett Bryant
2008-06-11Merged revisions 121861 via svnmerge from Tilghman Lesher
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-05-14Merged revisions 116463 via svnmerge from Russell Bryant
2008-01-22Doxygen updatesOlle Johansson
2008-01-15Merged revisions 98943 via svnmerge from Russell Bryant
2007-11-28Fix a few log messages.Joshua Colp
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-14make the 'name' and 'value' fields in ast_variable const char *Luigi Rizzo
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-01-23Cosmetic changes. Make main source files better conform to coding guidelines ...Joshua Colp
2006-08-29Merge team/russell/frame_cachingRussell Bryant
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming