Commit Graph

231 Commits (94a5feea7dd0bd58257dfe266c9486c7cc788bd0)

Author SHA1 Message Date
Richard Fuchs 94a5feea7d TT#111150 fix coverity warnings
4 years ago
Richard Fuchs fc0bbf1079 TT#91151 switch str_init_dup to g_malloc
4 years ago
Richard Fuchs 1d387b98ef TT#112700 rework codec offer/answer routine
4 years ago
Richard Fuchs 46a3f7a3ac TT#14008 skip duplicate comparison of basic codec params
5 years ago
Richard Fuchs 369e64f9a7 TT#14008 add mqtt support
5 years ago
Nathanaël Semhoun c76b0b7ef6 Fix G729 packet duration
5 years ago
Richard Fuchs 25cb6ff857 TT#14008 handle deprecated g_memdup
5 years ago
Richard Fuchs b110072ae4 TT#14008 deprecate av_init_packet
5 years ago
Richard Fuchs b734fc080e TT#14008 fix integer handling (overflow/sign) issues
5 years ago
Richard Fuchs c7431aa846 TT#122401 disable sample filter for CN resampler
5 years ago
Richard Fuchs d4fbec39d1 TT#122401 return ptime from decoded packets for DTX
5 years ago
Richard Fuchs 64670ffb61 TT#122401 add option to bypass AMR SID
5 years ago
Richard Fuchs ec68dfeb31 TT#122401 add configurable CN method
5 years ago
Richard Fuchs 7e24a7e4c8 TT#122401 add CN DTX method
5 years ago
Richard Fuchs dc38a0e88e TT#122401 support multiple DTX method per codec
5 years ago
Richard Fuchs 11988524ab TT#122401 add generic silence DTX generator
5 years ago
Richard Fuchs 5d5098efde TT#122401 keep track of decoder's output format
5 years ago
Richard Fuchs da06ed217b TT#122401 add ptime to DTX trigger
5 years ago
Richard Fuchs 7c3982ea11 TT#122401 rename "lost packet" functions to DTX
5 years ago
Richard Fuchs b1409e58e1 TT#122401 correct ptime handling for negative values
5 years ago
Richard Fuchs ab8b25cca8 TT#14008 conditionally disable spandsp build test
5 years ago
Richard Fuchs 24079deb10 TT#14008 add explicit type to STR*INIT macros
5 years ago
Richard Fuchs 3778baee1b TT#14008 use const char in str_init_dup
5 years ago
Richard Fuchs addaa6acbc TT#111150 add missing include
5 years ago
Guillem Jover adbd071c14 TT#111150 Do not use old-style declarations
5 years ago
Richard Fuchs 92e39597cb TT#111150 fix wrong allocation size being used
5 years ago
Guillem Jover 07695d2abb TT#111150 Use modern <stdint.h> uint<bits>_t types
5 years ago
Richard Fuchs 231fc0dd53 TT#111150 refactor log limiter to avoid GStringChunk
5 years ago
Richard Fuchs d5d0a3a994 TT#111150 convert str.len to size_t
5 years ago
Richard Fuchs 61a852fa71 TT#14008 fix debug logging bug
5 years ago
Richard Fuchs 4d5395f8b0 TT#111150 disable Debian hardening when testing
5 years ago
Richard Fuchs aabcfaff17 TT#119502 quiet logging for foreign calls
5 years ago
Richard Fuchs a86d98f8d1 TT#118902 add support for per-call debugging
5 years ago
Richard Fuchs b9d68914e6 TT#111150 remove obsolete str_chunk_insert
5 years ago
Richard Fuchs 055b745c2f TT#111150 don't pass null pointers to memchr or memcpy
5 years ago
Guillem Jover 2311544499 TT#111150 Do not set -O3 when DBG is not set
5 years ago
Richard Fuchs 52d9768418 TT#14008 move build tests to a wrapper script
5 years ago
Guillem Jover 68797f4195 TT#111150 Mark bit-fields explicitly with as unsigned
5 years ago
Richard Fuchs 083ae4c37f TT#14008 convert rtcp-fb handling to list
5 years ago
Richard Fuchs b0f185f409 TT#111357 refactor sysconf() call into shared code
5 years ago
Guillem Jover 962479bd63 TT#108003 Stop using random()
5 years ago
Richard Fuchs ab54b774ed TT#14008 remove .depend from make system
5 years ago
Guillem Jover 648e74fd39 TT#108003 Handle unsigned wrap around in amr_encoder_mode_change()
5 years ago
Guillem Jover 6d51b3afc7 TT#108003 Fix off-by-one check dtmf_samples()
5 years ago
Richard Fuchs 1dbfbe87d3 TT#14008 move g_string_free helper to auxlib
5 years ago
Richard Fuchs d47f4ac427 TT#14008 make bcg729 inclusion conditional on dpkg profile
5 years ago
Richard Fuchs a6a18233de TT#102450 fix some timestamping issues
5 years ago
Richard Fuchs c5ef68897a TT#76250 consider default number of channel when matching codecs
5 years ago
Richard Fuchs 25d90cea0d TT#98901 keep track of head PTS in packetiser
5 years ago
Richard Fuchs ade5c47b02 TT#98901 wire up codeclib debug output
5 years ago