asterisk/codecs
Kevin Harwell bdd785d31c various files - fix some alerts raised by lgtm code analysis
This patch fixes several issues reported by the lgtm code analysis tool:

https://lgtm.com/projects/g/asterisk/asterisk

Not all reported issues were addressed in this patch. This patch mostly fixes
confirmed reported errors, potential problematic code points, and a few other
"low hanging" warnings or recommendations found in core supported modules.
These include, but are not limited to the following:

* innapropriate stack allocation in loops
* buffer overflows
* variable declaration "hiding" another variable declaration
* comparisons results that are always the same
* ambiguously signed bit-field members
* missing header guards

Change-Id: Id4a881686605d26c94ab5409bc70fcc21efacc25
2019-11-18 08:30:45 -06:00
..
g722 Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
gsm codec_gsm: Avoid shifting a negative signed value. 2018-01-06 12:01:00 +01:00
ilbc codecs/ilbc: Compile in Solaris 11. 2018-06-21 12:08:56 +02:00
lpc10 Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
speex codec_resample: Upgrade speex_resample to fix up-sampling bug 2019-08-23 16:40:02 -05:00
Makefile codec_resample: Ensure OUTSIDE_SPEEX is defined when necessary 2019-09-08 10:54:23 -05:00
codec_a_mu.c modules: change module LOAD_FAILUREs to LOAD_DECLINES 2017-04-12 15:57:21 -06:00
codec_adpcm.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
codec_alaw.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
codec_codec2.c modules: change module LOAD_FAILUREs to LOAD_DECLINES (master) 2017-04-13 07:46:02 -06:00
codec_dahdi.c utils: Add convenience function for setting fd flags 2017-12-08 13:28:04 -06:00
codec_g722.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
codec_g726.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
codec_gsm.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
codec_ilbc.c codecs: Add support for WebRTC iLBC 2.0. 2018-02-12 12:38:21 +01:00
codec_lpc10.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
codec_resample.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
codec_speex.c codec_speex.c: Cleanup module loading to DECLINE and not FAILURE. 2018-10-04 14:36:47 -05:00
codec_ulaw.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
codecs.xml Create --disable-binary-modules option. 2018-08-27 13:22:31 -04:00
ex_adpcm.h media formats: re-architect handling of media for performance improvements 2014-07-20 22:06:33 +00:00
ex_alaw.h various files - fix some alerts raised by lgtm code analysis 2019-11-18 08:30:45 -06:00
ex_codec2.h codecs: Add Codec 2 mode 2400. 2016-08-24 10:41:58 +02:00
ex_g722.h various files - fix some alerts raised by lgtm code analysis 2019-11-18 08:30:45 -06:00
ex_g726.h media formats: re-architect handling of media for performance improvements 2014-07-20 22:06:33 +00:00
ex_gsm.h media formats: re-architect handling of media for performance improvements 2014-07-20 22:06:33 +00:00
ex_ilbc.h Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
ex_lpc10.h media formats: re-architect handling of media for performance improvements 2014-07-20 22:06:33 +00:00
ex_speex.h media formats: re-architect handling of media for performance improvements 2014-07-20 22:06:33 +00:00
ex_ulaw.h various files - fix some alerts raised by lgtm code analysis 2019-11-18 08:30:45 -06:00
log2comp.h Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00