|
|
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 |
|
|
|
6ff23247ec
|
- minor refactoring - renamed TimeHelper to chronox
|
2023-06-09 16:47:06 +03:00 |
|
|
|
42cc9ee096
|
- fix compiler warnings
|
2023-06-05 11:55:40 +03:00 |
|
|
|
b3c894379e
|
- allow audio file reading without samplerate conversion
|
2023-06-01 08:46:20 +03:00 |
|
|
|
2aba79353a
|
- allow WavFileReader to read audio without resampling
|
2023-05-31 22:55:36 +03:00 |
|
|
|
21fb865d80
|
- remove references to Sevana libraries
|
2023-05-30 18:26:20 +03:00 |
|
|
|
defe8531e7
|
- ongoing work
|
2023-05-28 15:42:32 +03:00 |
|
|
|
7653fcf138
|
- fixes for Android build mostly
|
2023-05-22 11:01:44 +03:00 |
|
|
|
dd6c01ca0d
|
- fixes for Android + ongoing migration to latest resiprocate
|
2023-05-14 12:04:54 +03:00 |
|
|
|
95fbaf5379
|
- switch to latest resiprocate
|
2023-05-11 15:34:23 +03:00 |
|