summaryrefslogtreecommitdiff
path: root/main/translate.c
AgeCommit message (Expand)Author
2018-03-17main/translate: Use ast_cli_completion_add.Corey Farrell
2018-01-09translate: Avoid absolute value on unsigned substraction.Alexander Traud
2018-01-04translators: Don't use ast_module_running_ref.Corey Farrell
2018-01-03loader: Create ast_module_running_ref.Corey Farrell
2017-12-19core: Fix multiple trivial issues in the core.Corey Farrell
2017-12-07translate: Skip matrix_rebuild during shutdown.Corey Farrell
2017-11-30Merge "translate: Transcode siren14, speex32, silk24, and silk12 via slin16."Jenkins2
2017-11-26translate: Transcode siren14, speex32, silk24, and silk12 via slin16.Alexander Traud
2017-11-25translate: Show sample rate for silk, speex, and slin in translation table.Alexander Traud
2017-04-26frame: Better handle interpolated frames.Joshua Colp
2017-01-23media: Add experimental support for RTCP feedback.Lorenzo Miniero
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-10-09Revert "Packet-Loss Concealment (PLC) for supporting codecs."Joshua Colp
2016-07-17translate: Enables native Packet-Loss Concealment (PLC) for supporting codecs.Alexander Traud
2016-07-13translate: explicit format destination not properly setKevin Harwell
2016-06-10translate: Enables native Packet-Loss Concealment (PLC) for supporting codecs.Joshua Colp
2016-06-05translate: Enables native Packet-Loss Concealment (PLC) for supporting codecs.Jaco Kroon
2015-12-08translate: Avoid a warning message when doing FEC within Opus Codec.Alexander Traud
2015-11-19translate: Provide translation modules the result of SDP negotiation.Alexander Traud
2015-09-17translate: Fix transcoding while different in frame size.Alexander Traud
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-10translate.c: Only select audio codecs to determine the best translation choice.Richard Mudgett
2015-03-04translate: Prevent invalid memory accesses on fast shutdownMatthew Jordan
2014-10-21translage.c: Fix regression when generating translation path strings.Richard Mudgett
2014-09-18Add API call to determine if format capability structure is "empty".Mark Michelson
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-11-22translate: Move freeing of frame to after it is used.Joshua Colp
2013-10-29Remove some spammy debug messages; improve clarity of othersMatthew Jordan
2013-10-23res_rtp_asterisk: Address jittery DTMF events in RTP streamsJonathan Rose
2013-10-15translate.c: Some minor code tweaks.Richard Mudgett
2013-08-30Fix various memory leaksKevin Harwell
2013-01-01Revert 378248. I changed the logic of this function unitentionally, pointed ...Sean Bright
2013-01-01Bail out early when building an ast_trans_pvt and the translator doesn't supp...Sean Bright
2012-07-13Add support for parsing SDP attributes, generating SDP attributes, and passin...Joshua Colp
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2011-02-23Fix compiler warning.Richard Mudgett
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-08-12Merged revisions 282047 via svnmerge from David Vossel
2010-07-16Avoid crashing when installing a duplicate translation path with a lower cost.Sean Bright
2010-06-03Remove unnecessary code relating to PLC.Mark Michelson
2009-12-04Using the builtin function breaks OpenBSD 4.2Tilghman Lesher
2009-12-01Use __builtin_ffsll() from gcc instead of ffssll() to fix a FreeBSD build error.Russell Bryant
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-10-21Merged revisions 225171 via svnmerge from Russell Bryant
2009-10-21Merged revisions 225169 via svnmerge from Russell Bryant
2009-10-21Merged revisions 224931 via svnmerge from Russell Bryant
2009-07-27Merged revisions 208923 via svnmerge from Jeff Peeler