Commit Graph

279 Commits

Author SHA1 Message Date
260413fad1 - fixes 2026-01-30 08:25:17 +03:00
155c6fd691 - link Opus codec always 2026-01-29 15:14:57 +03:00
bbf854a17a - don't forget about the sip domain port 2026-01-29 15:14:46 +03:00
ceb30d2d2a - fix Windows build - Opus build options conflict + path resolving problem 2026-01-12 17:47:52 +03:00
f650eaccb7 - fixes + correct decode of DTX/CNG periods 2026-01-11 17:48:42 +03:00
11d4bf7495 - report packet loss timeline 2026-01-06 12:46:13 +03:00
9a4823e6a9 - optimize audio file reading 2025-12-12 09:59:42 +03:00
ffd371d6e7 - rewrite .wav audio reader/writer with standard C++ stream and filesystem's path 2025-12-05 12:45:38 +03:00
3e87b9e7ec - fix various build problems 2025-11-20 08:51:58 +03:00
3f9dbda40a - fix SRTP parsing 2025-09-26 14:43:46 +03:00
eec5aabc42 - cleanups 2025-09-26 12:55:19 +03:00
1599bfc9fc - always use (and depend on) resiprocate 2025-09-24 10:59:24 +03:00
6df835bb95 - use usual resip::Security() in macOS builds - we just doesn't need full macOS support for now 2025-09-24 08:31:34 +03:00
dd242dfa48 - avoid using of libuuid in Linux builds - no need 2025-09-08 11:55:38 +03:00
d105e582f4 - fix SRTP initialization 2025-08-30 15:19:21 +03:00
d4a47807d8 - improved SRTP support 2025-08-25 17:30:28 +03:00
e6cb2a22f7 - improve SRTP decoder API 2025-08-24 14:01:43 +03:00
6b7b086bf7 - minor progress in SRTP updates 2025-08-23 14:28:58 +03:00
48f6bf21d9 - migrate to the latest libsrtp version 2025-08-22 14:32:31 +03:00
6f55c91c7a - remove opus codec sources - for now we will use only binary forms for opus codec 2025-08-22 09:26:04 +03:00
375bf64275 - upgrade to opus 1.5.2 + fix Opus CMakeLists for macOS ARM + fix rtphone macOS build 2025-08-21 12:17:04 +03:00
178ebac88a - fix many compiler warnings 2025-08-21 11:04:56 +03:00
6b6f4147db - few merges from pcap analyzer project 2025-08-13 14:07:36 +03:00
028ce8b982 - fix the AMR parsing 2025-07-30 14:55:41 +03:00
5ddd7bbeed - fix octet-aligned mode parser 2025-07-30 13:47:17 +03:00
e90ae17212 - fixes to AMR decoder 2025-07-28 11:15:39 +03:00
64d2209b02 - fix octet-aligned AMR-WB parsing & decoding 2025-07-23 14:13:30 +03:00
c67319838f - fix source code formatting 2025-07-23 08:37:16 +03:00
9dc59d5ed6 - fix the RTP SSRC - it was not converted to host byte order 2025-07-23 08:36:23 +03:00
8b33a3a7e6 - add strx::lowercase() call 2025-06-17 14:15:39 +03:00
474256bc88 - fix Windows build 2025-06-02 10:18:14 +03:00
83373cb586 - making rtphone buildable on Windows 2025-04-21 13:12:56 +03:00
8d0c8ba4de - source codes cleanups and minor fixes 2025-04-16 09:58:06 +03:00
a0b7cdcd99 - function to remove double quotes around the string 2025-04-16 09:57:40 +03:00
933d52b297 - fix audio resampler 2025-03-04 07:53:20 +03:00
efbf9c5bf8 - send silence to audio decoder if packet is lost 2025-02-25 15:11:13 +03:00
a7176fefeb - minor cleanups 2025-02-16 14:03:04 +03:00
caa2239da1 - fix AMR parsing in payload header and SDP 2025-02-08 07:01:35 +03:00
7510ff5697 - better checks for RTP packet + enable EVS codec + improve thread pool 2025-02-03 11:51:11 +03:00
5ce85e3a09 - minor improvements for pvqa_pcap project 2025-01-30 17:44:12 +03:00
34e43bf301 - build ICE stack without OpenSSL dependency 2025-01-27 13:30:08 +03:00
cedc44e24c - make the audio file writer easier to debug 2025-01-24 12:53:06 +03:00
6fef519a4b - initialize statistics by default values 2025-01-24 12:52:32 +03:00
c45c686582 - fixes for pvqa_pcap project - lazy creation of codecs + compare timespec structures 2024-12-24 13:19:54 +03:00
4ba1ea7fa2 - fixes from pvqa_pcap 2024-12-23 17:39:45 +03:00
0e044faf16 - don't assign any dynamic payload types by default 2024-12-16 10:13:52 +03:00
4d7ca3e4f3 - properly handle the badly decoded audio (which can happen due to payload type <-> codec inconsistency) 2024-11-16 16:33:21 +03:00
9afbd9e0fd - switch to 48K internal samplerate 2024-11-12 12:37:11 +03:00
e0b02db39d - fix Opus decoder - now audio is smooth 2024-11-11 12:52:50 +03:00
8cb34fad83 - work to allow Opus codec work with both audio and stereo data (fixing old problem) 2024-11-10 21:47:22 +03:00