Commit Graph

242 Commits

Author SHA1 Message Date
d43b577ca6 - do not allow dynamic payload types assigned implicitly - it will save from wrong codec selection by default 2019-03-14 13:38:05 +02:00
c27d7d2b6c - always link AMR & Opus codecs; it reduces number of problems during builds. 2019-03-14 13:37:12 +02:00
e8963264e9 - fix potential problems with builds - size of some structures depends on #define in projects. But #define can be different for app and library (for example) - it will result in strange crashes. Fixed. 2019-03-14 11:37:49 +02:00
11db9b7450 - put references to RtpDump to #ifdef USE_RTPDUMP where possible 2019-03-14 10:30:38 +02:00
eb4d3237c0 - allow avoid decoding in audio receiver (but produce network statistics) 2019-03-12 14:27:01 +02:00
2aff120468 - support new license & config data API from PVQA/AQuA 2019-03-10 20:14:21 +02:00
8e4f2152d2 - fixed problem with loss packet counter (it was higher than real value) 2019-03-08 13:01:24 +02:00
dca4551222 - another fixes in jitter calculation 2019-03-06 12:53:17 +02:00
347ce550ab - fixed jitter calculation 2019-03-06 11:34:36 +02:00
fca9395193 - add better syntax of split() method 2019-03-05 10:18:01 +02:00
2b0b74f084 - revert to previous jitter calculation algorithm 2019-03-04 21:02:32 +02:00
c7fa3dd011 - add --json-output to pvqa_pcap
- increase version number for pvqa server
- remove resiprocate_lite library target
2019-03-04 20:20:12 +02:00
7efce16843 - adopt latest fixes for pvqa-server build 2019-03-04 20:20:12 +02:00
34d963be40 - make jitter calculation closer to RFC 2019-03-04 19:12:17 +01:00
3cd89fe12c - fixes 2019-02-18 14:38:13 +02:00
ce167a625e - fix opus codec wrapper 2019-02-14 19:40:42 +02:00
4d7e6dbcb4 - avoid extra file creation 2019-02-14 18:00:50 +02:00
3eacafd1c8 - add OsProcess::execSystem() implementation for Windows 2019-02-11 12:30:11 +02:00
cf89c17e66 - fix for OpenWRT builds 2019-02-05 12:59:10 +03:00
7483db5fac - avoid CrashRpt references 2019-02-05 10:19:20 +02:00
c303b6f09d - changes to library 2019-02-04 23:35:55 +03:00
c34bcdc058 - now build without uuid library is possible 2019-02-04 11:09:42 +03:00
0a54d7f7db - cleanup namespace Audio usage here 2019-02-04 11:09:42 +03:00
51780413af - cleanup namespace usage 2019-02-04 11:09:42 +03:00
5232d33f6e - new OsProcess::execSystem() method 2019-02-01 17:30:19 +03:00
f70f872d6a - fix build for RPi 2019-02-01 09:02:26 +03:00
d535e5312b - minor cleanups 2019-01-31 12:28:33 +03:00
694ced4d25 - fixes & improvements to helper libraries 2019-01-31 10:22:01 +03:00
e83f717076 - fix Linux build 2019-01-30 12:20:13 +03:00
3d22220c7a - fixes in build scripts for rtp-library & demo 2019-01-30 12:19:52 +03:00
63e5034c17 - fixes & cleanups from pvqa-player windows build 2018-12-27 18:50:59 +02:00
aa882bc1a8 - fix Windows build warnings 2018-12-27 13:31:20 +02:00
d5b4c1874a - make StringHelper::toUtf8() synonym for makeUtf8() 2018-12-27 13:31:03 +02:00
122876e537 - changes inspired by pcap2wav utility 2018-12-26 11:25:26 +02:00
24e5a83d21 - more fixes & improvements for pcap2wav windows build 2018-12-24 13:01:38 +02:00
9126b106f5 - more changes for windows build 2018-12-23 22:12:56 +02:00
98a87714fa - fixes & improvements 2018-12-13 14:09:12 +02:00
22acd46e30 - more cleanups 2018-12-03 13:05:52 +02:00
18b59691ef - more fixes 2018-12-03 12:23:17 +02:00
654069286e - add missed change 2018-12-03 09:51:59 +02:00
81e914d8c6 - more cleanups to reduce compile complexity & time 2018-12-03 09:46:10 +02:00
94465da48e - reference source code for EVS codec 2018-11-30 13:09:22 +02:00
8c16c048dc - initial work to support EVS 2018-11-30 13:08:57 +02:00
7ba094c8a8 - configure OpenSSL library location 2018-11-15 20:18:24 +02:00
1335085326 - thread pool can be paused now 2018-11-14 11:19:38 +02:00
7bb49227e9 - fix for windows build 2018-11-07 11:31:13 +02:00
6099b4fc04 - update (C) 2018-11-02 16:39:38 +02:00
1dd0e16869 - add missed header 2018-10-26 14:03:26 +03:00
4ad3be90b9 - remove reference to Opus codec in linked libraries; now it has to be linked from main project 2018-10-21 21:59:27 +03:00
905d8269dc - remove suspicious part of code - caused hanging sometimes 2018-10-12 11:24:12 +03:00