Commit Graph

439 Commits

Author SHA1 Message Date
Moises Silva d655fa600f mod_sangoma_codec: ok hardware documentation says 200ms for G729 2011-05-02 14:05:11 -04:00
Moises Silva 87e96ace72 mod_sangoma_codec: register G729 up to 100ms 2011-05-02 12:59:43 -04:00
Marc Olivier Chouinard ba7dc9fde8 Fix for -Wunused-but-set-variable required compiler. : mod_freetdm mod_avmd mod_cidlookup mod_ladspa mod_lcr mod_nibblebill mod_rss mod_vdm mod_dahdi_codec mod_skinny mod_cdr_pg_csv 2011-04-22 22:49:41 -04:00
Stefan Knoblich 6e37a8b25c mod_celt: Add dependency to fix parallel builds
Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
2011-03-29 13:11:59 +02:00
Stefan Knoblich 74bbd4be84 mod_opus: Use libtool archives for linking, add dependencies to fix parallel builds
Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
2011-03-29 13:09:45 +02:00
Brian West 6908403eb7 Fix installer issue when ran standalone 2011-03-18 09:45:12 -05:00
Moises Silva 7030fa4c6a mod_sangoma_codec: Add release port function pointer 2011-03-06 15:25:53 -05:00
Mike Jerris 17d5211280 add make targets for mod_com_g729 mod_com_g729-activate mod_com_g729-install mod_com_g729-clean mod_com_g729-uninstall 2011-02-14 13:52:55 -06:00
Anthony Minessale 2944364863 nm 40 doesn't work yet 2011-02-04 16:53:38 -06:00
Anthony Minessale 998a04d2cf add 10 20 and 40ms 2011-02-04 16:25:00 -06:00
Anthony Minessale e7d68a79dc change signalling name to avoid polluting the namespace before its ready 2011-02-04 16:02:31 -06:00
Anthony Minessale 8f565277e3 add mod_opus 2011-02-04 15:33:36 -06:00
Anthony Minessale 6e4c30ea37 update code in mod_celt to match API of 0.10.0 2011-01-24 09:49:27 -06:00
Brian West 85c22d10e2 Fix iLBC when using ep_codec_string 2011-01-06 17:15:45 -06:00
Jeff Lenk 2091e33dbe windows update celt-0.10.0 2011-01-05 19:54:49 -06:00
Brian West 231fbe5e7a correct please test 2011-01-05 16:48:11 -06:00
Brian West d3e7c2a63d Revert 2011-01-05 16:39:09 -06:00
Brian West 422ee12aaa Bump celt to 0.10.0 2011-01-05 16:37:56 -06:00
Brian West 3734f4cd44 bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
Jeff Lenk 6a9a27b791 VS2010 fix output paths 2010-11-24 22:13:12 -06:00
Moises Silva 3acc5fdb64 mod_sangoma_codec: add SIREN7 24kbps 2010-11-15 20:02:47 -05:00
Moises Silva fcaf267757 mod_sangoma_codec: add siren7 32kbps 2010-11-15 20:02:47 -05:00
Moises Silva 97056b24c0 mod_sangoma_codec: fix samples per packet 2010-11-15 20:02:47 -05:00
Moises Silva 8b68da37ae mod_sangoma_codec: fix G722 2010-11-10 19:51:46 -05:00
Moises Silva ca8c23361b mod_sangoma_codec: add G722 2010-11-10 17:29:08 -05:00
Moises Silva 31cc2502f7 mod_sangoma_codec: register AMR 2010-11-09 17:58:27 -05:00
Moises Silva 3e33540a81 mod_sangoma_codec: add G723.1 2010-10-29 23:01:49 -04:00
Moises Silva e86af7d730 mod_sangoma_codec: only register one codec interface for iLBC 2010-10-29 21:55:01 -04:00
Moises Silva 68abb39eb3 mod_sangoma_codec: add iLBC 13.3k and 15.2k 2010-10-29 21:05:19 -04:00
Moises Silva 1d5aa062ee mod_sangoma_codec: default to G729 only and remove L16 since it did not make any sense 2010-10-29 17:29:57 -04:00
Moises Silva d2e255192a mod_sangoma_codec: use native L16 for the source codec 2010-10-29 14:31:55 -04:00
Moises Silva c64f0b80ef mod_sangoma_codec: more 2010-10-20 12:51:01 -04:00
Moises Silva 4f817aea4c mod_sangoma_codec: more 2010-10-20 10:59:54 -04:00
Moises Silva 3baa433e0b mod_sangoma_codec: fix compilation warning/error 2010-10-20 10:31:18 -04:00
Moises Silva bbba1148ab mod_sangoma_codec: flush sockets on first use 2010-10-15 06:52:48 -04:00
Moises Silva 36f8385bc8 mod_sangoma_codec: update stats to include more verbose rtp tx/rx format information 2010-10-14 11:59:25 -04:00
Moises Silva cd124ad802 mod_sangoma_codec: more timing debug code 2010-10-12 12:19:34 -04:00
Moises Silva 6e06ba09eb mod_sangoma_codec: ignore cng frames 2010-10-12 12:19:34 -04:00
Moises Silva 70964c3a2c mod_sangoma_codec: add some debug code 2010-10-12 12:19:34 -04:00
Moises Silva dc4d19e9f6 mod_sangoma_codec: do not return 0 len frames and return silence instead when there is no transcoding output
update stats only when we really receive a frame
2010-10-06 12:37:32 -04:00
Moises Silva e3587c36a2 mod_sangoma_codec: print rtp address in stats 2010-10-05 10:58:42 -04:00
Moises Silva 7be271cfec mod_sangoma_codec: remove global pool reference 2010-10-05 13:44:55 -04:00
Moises Silva 4f414765ee mod_sangoma_codec: fix memory leak by using a memory pool per transcoding session 2010-10-04 17:35:46 -04:00
Moises Silva 588eea410f Merge branch 'master' of git.freeswitch.org:freeswitch 2010-10-01 07:07:12 -04:00
Moises Silva 2bcca2429f mod_sangoma_codec: non-blocking reads ... again 2010-10-01 07:06:39 -04:00
Marc Olivier Chouinard 952c7abb89 mod_silk: Small typo following new fmtp parser 2010-09-29 19:39:46 -04:00
Anthony Minessale 633f193dae add bitrate patch from moc with some extra stuff for late neg mode 2010-09-29 16:52:43 -05:00
Brian West 62b55523c2 Working codec2 support 2010-09-21 12:35:41 -05:00
Brian West 549b2356d6 update to working with latest libcodec2 which will be up on files.freeswitch.org once fixed 2010-09-21 11:45:54 -05:00
Mathieu Rene a6e502bedf codec2: update code to new lib 2010-09-21 11:45:19 -04:00