Commit Graph

114 Commits (28bae5e901b2595cac7b159734762128a2c591fe)

Author SHA1 Message Date
Sean Bright dfad69ce7c translate.c: Fix silk 24kHz truncation in 'core show translation'
5 years ago
Joshua Colp 1e9714a050 AST-2019-005 - translate: Don't assume all frames will have a src.
6 years ago
Alexei Gradinari e3866cb714 translate.c do not log WARNING on empty audio frame
6 years ago
Kevin Harwell ff652711c7 translate: generic plc not filled in after translation
7 years ago
Corey Farrell 1136a22a1e main/translate: Use ast_cli_completion_add.
7 years ago
Alexander Traud 3a7d917256 translate: Avoid absolute value on unsigned substraction.
7 years ago
Corey Farrell 82cf585fb5 translators: Don't use ast_module_running_ref.
8 years ago
Corey Farrell 55f1d69c43 loader: Create ast_module_running_ref.
8 years ago
Corey Farrell bf33a09c37 core: Fix multiple trivial issues in the core.
8 years ago
Corey Farrell c2c9995830 translate: Skip matrix_rebuild during shutdown.
8 years ago
Jenkins2 5de9754313 Merge "translate: Transcode siren14, speex32, silk24, and silk12 via slin16."
8 years ago
Alexander Traud 58115e9c21 translate: Transcode siren14, speex32, silk24, and silk12 via slin16.
8 years ago
Alexander Traud 74e7005a74 translate: Show sample rate for silk, speex, and slin in translation table.
8 years ago
Joshua Colp 985a5fd7aa frame: Better handle interpolated frames.
8 years ago
Lorenzo Miniero 1061539b75 media: Add experimental support for RTCP feedback.
8 years ago
Corey Farrell a6e5bae3ef Remove ASTERISK_REGISTER_FILE.
9 years ago
Joshua Colp 73f75c246b Revert "Packet-Loss Concealment (PLC) for supporting codecs."
9 years ago
Alexander Traud d56fc3b36b translate: Enables native Packet-Loss Concealment (PLC) for supporting codecs.
9 years ago
Kevin Harwell 63ac4c9487 translate: explicit format destination not properly set
9 years ago
Joshua Colp 4eb8cf2684 translate: Enables native Packet-Loss Concealment (PLC) for supporting codecs.
9 years ago
Jaco Kroon 5bfef2a8b4 translate: Enables native Packet-Loss Concealment (PLC) for supporting codecs.
9 years ago
Alexander Traud 64f899e5f3 translate: Avoid a warning message when doing FEC within Opus Codec.
10 years ago
Alexander Traud 8ccb1d2bed translate: Provide translation modules the result of SDP negotiation.
10 years ago
Alexander Traud 077adf48b8 translate: Fix transcoding while different in frame size.
10 years ago
Matt Jordan 4a58261694 git migration: Refactor the ASTERISK_FILE_VERSION macro
10 years ago
Richard Mudgett 0b805cb875 translate.c: Only select audio codecs to determine the best translation choice.
10 years ago
Matthew Jordan 41ba8fd7c0 translate: Prevent invalid memory accesses on fast shutdown
10 years ago
Richard Mudgett 2165868be7 translage.c: Fix regression when generating translation path strings.
11 years ago
Mark Michelson fa6313ad29 Add API call to determine if format capability structure is "empty".
11 years ago
Matthew Jordan a2c912e997 media formats: re-architect handling of media for performance improvements
11 years ago
Kinsey Moore abd3e4040b Allow Asterisk to compile under GCC 4.10
11 years ago
Joshua Colp 2147e39303 translate: Move freeing of frame to after it is used.
12 years ago
Matthew Jordan 076b29dd5b Remove some spammy debug messages; improve clarity of others
12 years ago
Jonathan Rose d7bac6cf4b res_rtp_asterisk: Address jittery DTMF events in RTP streams
12 years ago
Richard Mudgett ef7c5a04c0 translate.c: Some minor code tweaks.
12 years ago
Kevin Harwell 16b8d0cb5a Fix various memory leaks
12 years ago
Sean Bright cdf8498784 Revert 378248. I changed the logic of this function unitentionally, pointed out by file.
13 years ago
Sean Bright 9c20603dfc Bail out early when building an ast_trans_pvt and the translator doesn't supply a 'newpvt'
13 years ago
Joshua Colp a693fd1d87 Add support for parsing SDP attributes, generating SDP attributes, and passing it through.
13 years ago
Kevin P. Fleming 166b4e2b30 Multiple revisions 369001-369002
13 years ago
Kinsey Moore c5b3db1956 Kill off red blobs in most of main/*
13 years ago
Richard Mudgett 79e041f856 Fix compiler warning.
14 years ago
David Vossel d760e81f37 Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd audio ConfBridge, and other stuff
14 years ago
David Vossel c26c190711 Asterisk media architecture conversion - no more format bitfields
15 years ago
David Vossel bbb32fe33e Merged revisions 282047 via svnmerge from
15 years ago
Sean Bright 215fb1ab9f Avoid crashing when installing a duplicate translation path with a lower cost.
15 years ago
Mark Michelson a68f5b96bc Remove unnecessary code relating to PLC.
15 years ago
Tilghman Lesher fc7c2d917e Using the builtin function breaks OpenBSD 4.2
16 years ago
Russell Bryant 1ed9e34c0d Use __builtin_ffsll() from gcc instead of ffssll() to fix a FreeBSD build error.
16 years ago
Tilghman Lesher d8e0c58437 Expand codec bitfield from 32 bits to 64 bits.
16 years ago