Commit Graph

35171 Commits

Author SHA1 Message Date
Anthony Minessale 2d5df53009 [mod_verto] new changes for verto video features 2021-10-23 22:00:18 +03:00
Anthony Minessale dc4bef79ec [core]speed up call setup 2021-10-23 22:00:18 +03:00
Andrey Volk da8e3b04db [mod_verto] Fix content length overflow on 32bit 2021-10-23 22:00:18 +03:00
Anthony Minessale ed98516666 [mod_verto] move websocket implementation to libks 2021-10-23 22:00:17 +03:00
Seven Du e237d08073 [mod_dptools] add debug_media app 2021-10-23 22:00:17 +03:00
Andrey Volk e173578a78 [Build-System] Sign FreeSWITCH modules with timestamp on Windows when new version is released. 2021-10-23 22:00:16 +03:00
Andrey Volk 1984e88f6a [Build-System] Sign FreeSWITCH MSI Package with the Code Signing Certificate on Windows. 2021-10-23 22:00:16 +03:00
Mike Jerris fc8d431879 [mod_av] dont leak avformat context in error cases 2021-10-23 22:00:16 +03:00
Mike Jerris c4b8f1a8d1 .gitignore 2021-10-23 22:00:15 +03:00
Mike Jerris 3dbf6ebee3 .gitignore 2021-10-23 22:00:15 +03:00
Anthony Minessale 2ba85b8555 [core] add idle cpu to log lines 2021-10-23 22:00:14 +03:00
Mike Jerris 531f2f0135 [core] url decode video render text 2021-10-23 22:00:14 +03:00
Anthony Minessale 6e68da4930 [core] reduce waits in sqldb 2021-10-23 22:00:14 +03:00
Anthony Minessale cc68179d2b [mod_sofia] add sip_ignore_remote_cid var to ignore remote display update 2021-10-23 22:00:13 +03:00
wangxiaoli 1cbb2e6fc3 [mod_openh264, mod_av] add avcodec and openh264 debug 2021-10-23 22:00:13 +03:00
Anthony Minessale e2a53bdcb8 [mod_signalwire] add configurable stun port 2021-10-23 22:00:12 +03:00
Anthony Minessale 182a9cd1d5 [mod_imagick] improve log line 2021-10-23 22:00:12 +03:00
Anthony Minessale 243fc44f45 [mod_httapi, mod_http_cache] pass through seek values tracked in handle on proxy file handles 2021-10-23 22:00:12 +03:00
wangxiaoli 2ceec0b7f8 [mod_av] print I-frame 2021-10-23 22:00:11 +03:00
Anthony Minessale fd747684a4 [mod_av] fix interrupt callback is not passed down to the hls context in the first open_input 2021-10-23 22:00:11 +03:00
Anthony Minessale f74e2a962c [core] add switch_filecmp 2021-10-23 22:00:10 +03:00
Anthony Minessale 761d5310fd [core] make auto mean cpu * 3 / 2 2021-10-23 22:00:10 +03:00
Mike Jerris 7428752a86 .gitignore 2021-10-23 22:00:10 +03:00
Dragos Oancea b2a8f9ce9f [core] change estimator CUSUM design params for loss to reduce oscillations. rename var. 2021-10-23 22:00:09 +03:00
Anthony Minessale bb02989f42 [core] use the more efficient mult-byte tolower/toupper in the helper func 2021-10-23 22:00:09 +03:00
Anthony Minessale 4ad2e71f95 [mod_imagick] [mod_png] small tweaks for pdf 2021-10-23 22:00:08 +03:00
Andrey Volk 07884e20a2 [Build-System] Fix switch_packetizer headers and add it to the build. 2021-10-23 22:00:08 +03:00
Mike Jerris 465344e8e3 [mod_fsv] fix leak in read failure scenario 2021-10-23 22:00:08 +03:00
Michael Jerris 959e154623 .gitignore 2021-10-23 22:00:07 +03:00
Michael Jerris 22e35ffa7b [test] add missing file for test 2021-10-23 22:00:07 +03:00
Michael Jerris 53059f298a [core] fix stbi scan-build warning 2021-10-23 22:00:06 +03:00
Seven Du 97276035dc [mod_av] fix leak (#211) 2021-10-23 22:00:06 +03:00
Seven Du 5243fbd3c5 [core, mod_av] move switch_packetizer to core 2021-10-23 22:00:06 +03:00
Seven Du 64aebc31ed [core] fix memeory leak when font not found 2021-10-23 22:00:05 +03:00
Seven Du 7874d2eb7e [core] update stb image lib to latest master 2021-10-23 22:00:05 +03:00
Seven Du 23640d06b1 [mod_av] fix value never read 2021-10-23 22:00:04 +03:00
Seven Du 48e3a37587 [core] fix leak in unit test 2021-10-23 22:00:04 +03:00
Seven Du 2448d32c0f [core] add jpg data_url support with stb_image 2021-10-23 22:00:03 +03:00
Seven Du 2a87e7b98c [core] add stb_image_write supported image write 2021-10-23 22:00:03 +03:00
Seven Du 58d5442dc5 [core] add stb_image to read more supported picture formats 2021-10-23 22:00:03 +03:00
Seven Du 9d2cb8b190 [mod_av] play video without decode 2021-10-23 22:00:02 +03:00
Seven Du 0db19ecdf8 [mod_fsv] add no_video_decode to support read video rtp packets without decode 2021-10-23 22:00:02 +03:00
Seven Du 3a1a2b3831 [mod_fsv] fix channels regression from 94eb8ac0a 2021-10-23 22:00:02 +03:00
Seven Du 7b46c01e9e [mod_fsv] add video read support to fsv file format 2021-10-23 22:00:01 +03:00
Seven Du 6761e8767e [core] and core video alpha patch test code 2021-10-23 22:00:01 +03:00
Seven Du 01ffc4493c [core] fix patch alpha on alpna image 2021-10-23 22:00:00 +03:00
Seven Du 96562bcc48 [core] add switch_img_read_png_from_memory 2021-10-23 22:00:00 +03:00
Anthony Minessale b18ea498df [core] add new prompt functionality to ask for pin over dialogbox 2021-10-23 22:00:00 +03:00
Anthony Minessale ffbe8500ec [core] add new function to theorize the dimensions of an image if it were to be resizedto fit inside another image 2021-10-23 21:59:59 +03:00
Anthony Minessale efff71f2f0 [core] add switch_thread_pool_wait 2021-10-23 21:59:59 +03:00