Commit Graph

256 Commits

Author SHA1 Message Date
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
5bf8d665e2 - fix used C++ standard (closer to full C++ 20) 2024-11-05 11:44:53 +03:00
10ec751e43 - format source code (indentation 4 space 2024-11-05 11:42:33 +03:00
caf1283f0a - fix UUID generation on Android 2024-11-01 19:19:50 +03:00
62e4828241 Merge remote-tracking branch 'origin/master' 2024-10-24 12:29:43 +03:00
81bc17fbe2 - fix lack of standart integer type definitions in latest gcc 2024-10-24 12:29:33 +03:00
5a0a7e1070 - allow Opus spec to use slash as divider + cleanup source code 2024-10-18 09:46:42 +03:00
20c2ac3e63 - fix compilation on newer gcc 2024-10-17 10:25:31 +03:00
d08b2e27a5 - find difference between 'struct timeval' 2024-10-14 08:44:33 +03:00
4cff4a0988 - more cleanups - use uuid library on the rtphone level + formatting fixed 2024-10-14 07:25:57 +03:00
5e6b4bb929 - avoid USE_NULL_UUID dependency; now cross-platform uuid.h is used (thanks to stduuid project) 2024-08-27 07:45:08 +03:00
7aadde3a09 - fixes to handle codec configs properly 2024-08-20 19:15:28 +03:00
62f2d996c6 - methods to expand tilda in file pathes + methods to control thread pool 2024-05-16 08:42:55 +03:00
4ca4e84547 - reduce memory consumption when decoding RTP stream + bring back G722 and G729 2024-04-08 09:59:30 +03:00
cf9be1c3f2 - temporary workaround to build with qualtest softphone 2024-03-16 22:18:27 +03:00
677faa0615 - rename config.h to engine_config.h to avoid possible problems with include directories order 2023-11-26 16:32:51 +03:00
8ec6245496 - make build with no UUID library / functionality default ones 2023-10-06 12:41:24 +03:00
c924329203 Merge branch 'integration_with_pvqa_pcap' 2023-10-06 07:51:10 +03:00
75c4888e43 - add missed #include <list> 2023-10-06 07:50:40 +03:00
8dd494157f - fix Linux build 2023-06-25 14:56:45 +03:00
22653e6241 - fixes for Windows build; opus builds from source code now. 2023-06-24 19:24:51 +03:00
fa053324fa - fixes for Windows build 2023-06-23 16:35:08 +03:00
978079fd55 - fixes for CMakeLists 2023-06-23 11:42:42 +03:00
ace77323d2 - improve CMakeLists 2023-06-23 10:52:20 +03:00