Commit Graph

2759 Commits (285fb7e2ee05935a331407d9198f660c6a6c3347)
 

Author SHA1 Message Date
Donat Zenichev 285fb7e2ee MT#57437 Upstream: apps/ivr fix for Python3.10 and higher
3 years ago
Guillem Jover f3a48f2a30 MT#56184 build: Fix parallel building
3 years ago
Donat Zenichev 1cacd5c46e MT#57501 the comparison will always evaluate as 'false' (fft.c)
3 years ago
Donat Zenichev 623036f369 MT#57501 'max_per' may be used uninitialized
3 years ago
Guillem Jover ed5872e857 MT#56184 build: Stop using INSTALL_TOUCH before installing the targets
3 years ago
Donat Zenichev d985a94248 MT#57436 intimeToXml: properly manage the buf size and `snprintf()`
3 years ago
Donat Zenichev 9937f85351 MT#57446 invalid suffix on literal; C++11 requires a space
3 years ago
Donat Zenichev 4bec183a9a MT#57445 '.SdpPayload::type' may be used uninitialized in this function
3 years ago
Donat Zenichev c37a8cc1e0 MT#57442 'hm' may be used uninitialized in this function (adjustOffer.cpp)
3 years ago
Donat Zenichev d626afcca8 MT#57441 invalid suffix on literal; C++11 requires a space (SBC.cpp)
3 years ago
Donat Zenichev 0e1bd8891b MT#57440 in `RTMP_ReadPacket()` variable 'didAlloc' set but not used
3 years ago
Donat Zenichev ff4a390bca MT#57439 fix the bit flag comparison in `JsonRpcServer::processMessage()`
3 years ago
Donat Zenichev 42b9ad135f MT#57436 directive output may be truncated
3 years ago
Donat Zenichev b9196fa647 MT#57435 self-comparison always evaluates to true (XmlRpcValue.cpp)
3 years ago
Donat Zenichev 23a917d5ad MT#57434 invalid suffix on literal; C++11 requires a space
3 years ago
Donat Zenichev 020a164915 MT#57432 field precision specifier '.*' expects argument of type 'int'
3 years ago
Donat Zenichev d4ca1ec99f MT#57429 compiler can assume that the address of 'req' will never be NULL
3 years ago
Donat Zenichev d1474f6537 MT#57424 format '%d' expects argument of type 'int', but argument 4 has type 'long int'
3 years ago
Donat Zenichev f0961c7f17 MT#57423 NULL used in arithmetic (DBRegAgent.cpp)
3 years ago
Donat Zenichev 1b91d67cdd MT#57422 Properly move the pointer in the `read_param()`
3 years ago
Donat Zenichev a241f56e18 MT#57422 statement with no effect, cycles in the opus.c
3 years ago
Donat Zenichev 7e0153adf3 MT#57419 defined but not used (entropy_coding.c)
3 years ago
Donat Zenichev 898ebae512 MT#57417 'WebRtcSpl_NormU32' is static but used in inline function 'log2_Q10_B'
3 years ago
Donat Zenichev 7d750052f1 MT#57415 ilbc: accessing 428 bytes at offsets 0 and 160 overlaps
3 years ago
Donat Zenichev 1a25a841d8 MT#57411 warning: ignoring return value in `main()` (sems.cpp)
3 years ago
Donat Zenichev 7f5a4bdd3f MT#57410 warning: ignoring return value of 'int pipe(int*)' (tcp_trsp.cpp)
3 years ago
Donat Zenichev e79e20c3bd MT#57409 warning: '<anonymous>' may be used uninitialized in this function
3 years ago
Donat Zenichev 678730d7b5 MT#57408 warning: clearing an object of non-trivial type
3 years ago
Donat Zenichev a18d614504 MT#57407 warning: this 'if' clause does not guard... (AmSdp.cpp)
3 years ago
Donat Zenichev 687050c4b4 MT#57405 warning: ignoring return value of 'int pipe(int*)'
3 years ago
Donat Zenichev e550db072b MT#57404 warning: format '%llu' expects argument of type 'long long unsigned int'
3 years ago
Donat Zenichev 793bb59d2d MT#57403 warning: this 'if' clause does not guard his statement..
3 years ago
Donat Zenichev ddde01c0a3 MT#57402 warning: specified bound 16 equals destination size
3 years ago
Donat Zenichev 6fea97d4a3 MT#57398 deprecate pkg/deb/{jessie,precise,trusty,wheezy}
3 years ago
Donat Zenichev 3627c0d707 MT#57394 Apps: fix `inconsistent use of tabs and spaces in indentation`
3 years ago
Donat Zenichev 551ff86c70 MT#57393 python: fix the `Missing parentheses in call to 'print'
3 years ago
Donat Zenichev 13ff63532c MT#57391 sems (CE): eliminate the `auto_ptr` usage (deprecated in C++11)
3 years ago
Donat Zenichev 84a0c3e84f MT#57256 Do not change OA state of similar 183 SDP
3 years ago
Donat Zenichev 1a22e0a217 MT#56321 Force Early Announce: add support for the `Proceeding` state
3 years ago
Donat Zenichev 0bd7fa65b8 MT#56321 Refactor: core::CallLeg::onSipRequest()
3 years ago
Donat Zenichev f8a1bd209c MT#56321 HeaderFilter: remove superfluous logging
3 years ago
Donat Zenichev a2841354c8 MT#56321 AmPlugin: add _payload_tevent_opus to supported payloads
3 years ago
Donat Zenichev e6dfce5041 MT#56321 Refactoring of AmSdp.cpp
3 years ago
Donat Zenichev 85238b3955 MT#56321 Refactor the core::AmRtpStream init() function
3 years ago
Donat Zenichev d7db3e433d MT#56321 HeaderFilter: add multi-line headers parsing
3 years ago
Donat Zenichev 29400e4a97 MT#56321 Refactor the HeaderFilter.cpp
3 years ago
Donat Zenichev b79fc7a089 MT#56321 Implement 'recvonly' beginning on-hold
3 years ago
Donat Zenichev 1df4312243 MT#56321 core::AmB2BSession - refactor onSipReply()
3 years ago
Donat Zenichev a25f480897 MT#56321 DSM: Introduce processing of the ';reset-to-tag=' parameter
3 years ago
Sipwise Jenkins Builder a58be510f1 Release new version 1:1.6.0+0~mr11.4.0.0
3 years ago