Commit Graph

  • 5331850fc0 [mod_verto] Fix use of libks websockets on Windows. POLLHUP is ignored in poll events on Linux but fails on Windows so should be avoided. Andrey Volk 2020-07-09 23:06:47 +04:00
  • f8150ead2c [mod_av] don't exit on decode errs just continue Anthony Minessale 2020-06-27 19:27:14 +00:00
  • 565550f218 [mod_av] fix interrupt callback is not passed down to the hls context in the first open_input Seven Du 2020-05-14 12:11:41 +08:00
  • 7cd3bf5af2 [mod_av] make key_frame_min_freq work to prevent generate key frames too frequently Seven Du 2019-11-16 16:43:47 +08:00
  • 128d4776f8 [core] some more hardening work Anthony Minessale 2019-03-06 23:17:47 +00:00
  • d3ca238b05 [core] some mods for file playback to get proper bitrate and timing Anthony Minessale 2019-02-20 13:15:13 -06:00
  • d2ccb93f3e [mod_sofia] don't auto unhold via media format for non-sip Anthony Minessale 2020-04-13 23:16:27 +00:00
  • 5111b6ef73 [core] don't decode strings with no encoding in them Anthony Minessale 2020-06-15 19:43:46 +00:00
  • a7c3c95bef [core] gen keyframe on new recording Anthony Minessale 2019-07-24 16:29:41 +00:00
  • 1c37daba4c [mod_video_filter] fix some keyframe stuff and add read:sound and write:sound options Anthony Minessale 2019-07-19 23:28:48 +00:00
  • 8a6a6fca47 [core] flush all the rtp on transfers Anthony Minessale 2020-06-23 05:52:53 +00:00
  • f8004e1d66 [core] fix possible looping recover Anthony Minessale 2020-04-19 04:03:41 +00:00
  • badd59d609 [core, mod_verto] remove CF_VIDEO_ONLY and pay attention to the streams instead and add CF_NO_RECOVER flag for verto Anthony Minessale 2020-04-14 19:52:38 +00:00
  • 3ce9a9a393 [core] fix long sql stmts may be skipped, introduced in 2e88c67c9de5452c7e442d8e7fd35ca0172ad569 in 2009 Anthony Minessale 2020-06-23 05:49:50 +00:00
  • 2bdefa3532 [core] add a flag to tell when video media bugs that touch the write stream are active Anthony Minessale 2019-07-24 15:28:04 +00:00
  • 8f26613c80 [core] add unlockable youtube resolver in the core. use global variable ${youtube_resolver} to set a cgi that takes url= param to translate youtube urls into real stream urls Anthony Minessale 2020-04-11 22:40:53 +00:00
  • 0d463a2b42 [core] expand vars on execute_on and api_on Anthony Minessale 2020-04-19 22:59:42 +00:00
  • 35f1afa144 [build] improve configure test for openal Anthony Minessale 2019-12-04 23:51:57 +00:00
  • 6b6b721c10 [core] allow external ID to be same as the session UUID Chris Rienzo 2020-06-24 02:31:09 +00:00
  • c2e240d6dc [core] Add switch_core_session_set_external_id() which lets you define an additional identifier that you can use in switch_core_session_locate(). Chris Rienzo 2020-06-23 17:50:18 -04:00
  • 6da4f147de [Unit-Tests] Fix switch_core_video test to use temporary path for generated files and clean them up. Ignore test runtime dirs. Andrey Volk 2021-10-22 23:43:42 +03:00
  • d197db0601 [mod_verto] verto.announce Anthony Minessale 2020-06-11 23:24:43 +00:00
  • 34fa5c7dfe [mod_verto] add subscribed channel in events so you can see what subscription string you used Anthony Minessale 2020-06-03 21:50:29 +00:00
  • d84bf06bb1 [mod_verto] send last known display info on re-attach Anthony Minessale 2020-05-22 00:37:09 +00:00
  • ce6426052b [mod_verto] add verto.ping Anthony Minessale 2020-05-10 21:32:13 +00:00
  • 3b26bc65ae [mod_verto] verto auth stuff Anthony Minessale 2020-05-09 02:03:19 +00:00
  • ebe1fb3874 [mod_verto] add verto perms commands Anthony Minessale 2020-05-08 01:20:14 +00:00
  • c20cffdf61 [mod_verto] add jsonlist Anthony Minessale 2020-04-23 21:25:21 +00:00
  • 249718e934 [mod_verto] add log line to detect incorrect login Anthony Minessale 2020-04-22 03:20:24 +00:00
  • 4220e4659a [mod_verto] make verto.attach always an answer and never an offer Anthony Minessale 2020-04-18 02:13:19 +00:00
  • 993e778fcc [mod_verto] fix reattach on reopen Anthony Minessale 2020-04-13 23:17:37 +00:00
  • 91c0379041 [mod_verto] get the conference to send a keyframe when you reload/attach so the video shows up faster Anthony Minessale 2020-04-10 21:36:37 +00:00
  • ff48868dc4 [mod_verto] add param to have verto send pass over xml_curl Anthony Minessale 2020-04-05 20:15:12 +00:00
  • 902fa2c3da [mod_verto] add debug controls for verto Anthony Minessale 2020-04-01 00:31:23 +00:00
  • fb2250df8e [mod_verto] indicate video fps and size of current layer to client Anthony Minessale 2020-03-29 20:01:03 -05:00
  • a33062c9d8 [mod_verto] verto re-invites part 1 Anthony Minessale 2020-03-18 23:58:33 +00:00
  • 1793c8cb7a [mod_verto] add new verto command construct basics Anthony Minessale 2020-02-21 18:52:35 +00:00
  • 2d5df53009 [mod_verto] new changes for verto video features Anthony Minessale 2019-03-04 18:39:20 +00:00
  • dc4bef79ec [core]speed up call setup Anthony Minessale 2019-02-21 23:19:52 +00:00
  • da8e3b04db [mod_verto] Fix content length overflow on 32bit Andrey Volk 2020-06-15 15:13:39 +04:00
  • ed98516666 [mod_verto] move websocket implementation to libks Anthony Minessale 2020-03-25 03:49:19 +04:00
  • e237d08073 [mod_dptools] add debug_media app Seven Du 2020-04-01 15:31:42 +08:00
  • e173578a78 [Build-System] Sign FreeSWITCH modules with timestamp on Windows when new version is released. Andrey Volk 2020-06-12 14:12:46 +04:00
  • 1984e88f6a [Build-System] Sign FreeSWITCH MSI Package with the Code Signing Certificate on Windows. Andrey Volk 2020-06-10 04:34:49 +04:00
  • fc8d431879 [mod_av] dont leak avformat context in error cases Mike Jerris 2020-06-10 11:11:55 -06:00
  • c4b8f1a8d1 .gitignore Mike Jerris 2020-06-09 19:18:24 -06:00
  • 3dbf6ebee3 .gitignore Mike Jerris 2020-06-09 19:17:30 -06:00
  • 2ba85b8555 [core] add idle cpu to log lines Anthony Minessale 2019-12-03 20:10:50 +00:00
  • 531f2f0135 [core] url decode video render text Mike Jerris 2020-04-03 12:53:58 -06:00
  • 6e68da4930 [core] reduce waits in sqldb Anthony Minessale 2018-12-14 20:54:03 +00:00
  • cc68179d2b [mod_sofia] add sip_ignore_remote_cid var to ignore remote display update Anthony Minessale 2020-06-04 02:14:51 +00:00
  • 1cbb2e6fc3 [mod_openh264, mod_av] add avcodec and openh264 debug wangxiaoli 2019-04-11 17:09:52 +08:00
  • e2a53bdcb8 [mod_signalwire] add configurable stun port Anthony Minessale 2020-04-01 03:00:54 +00:00
  • 182a9cd1d5 [mod_imagick] improve log line Anthony Minessale 2020-05-22 00:35:27 +00:00
  • 243fc44f45 [mod_httapi, mod_http_cache] pass through seek values tracked in handle on proxy file handles Anthony Minessale 2020-05-22 00:36:03 +00:00
  • 2ceec0b7f8 [mod_av] print I-frame wangxiaoli 2019-04-12 13:50:47 +08:00
  • fd747684a4 [mod_av] fix interrupt callback is not passed down to the hls context in the first open_input Anthony Minessale 2020-04-13 23:15:47 +00:00
  • f74e2a962c [core] add switch_filecmp Anthony Minessale 2020-04-10 18:44:25 +00:00
  • 761d5310fd [core] make auto mean cpu * 3 / 2 Anthony Minessale 2020-04-15 19:03:21 +00:00
  • 7428752a86 .gitignore Mike Jerris 2020-05-22 15:02:00 -06:00
  • b2a8f9ce9f [core] change estimator CUSUM design params for loss to reduce oscillations. rename var. Dragos Oancea 2020-06-01 11:41:36 +00:00
  • bb02989f42 [core] use the more efficient mult-byte tolower/toupper in the helper func Anthony Minessale 2020-05-28 21:35:00 +00:00
  • 4ad2e71f95 [mod_imagick] [mod_png] small tweaks for pdf Anthony Minessale 2020-05-19 23:33:11 +00:00
  • 07884e20a2 [Build-System] Fix switch_packetizer headers and add it to the build. Andrey Volk 2020-06-08 22:34:55 +04:00
  • 465344e8e3 [mod_fsv] fix leak in read failure scenario Mike Jerris 2020-06-08 11:07:48 -06:00
  • 959e154623 .gitignore Michael Jerris 2020-06-05 22:28:08 +00:00
  • 22e35ffa7b [test] add missing file for test Michael Jerris 2020-06-05 22:27:51 +00:00
  • 53059f298a [core] fix stbi scan-build warning Michael Jerris 2020-06-05 22:05:34 +00:00
  • 97276035dc [mod_av] fix leak (#211) Seven Du 2020-06-04 07:27:48 +08:00
  • 5243fbd3c5 [core, mod_av] move switch_packetizer to core Seven Du 2020-05-13 09:18:44 +08:00
  • 64aebc31ed [core] fix memeory leak when font not found Seven Du 2020-06-03 08:58:35 +08:00
  • 7874d2eb7e [core] update stb image lib to latest master Seven Du 2020-06-01 22:33:33 +08:00
  • 23640d06b1 [mod_av] fix value never read Seven Du 2020-06-01 22:28:15 +08:00
  • 48e3a37587 [core] fix leak in unit test Seven Du 2020-06-01 22:26:32 +08:00
  • 2448d32c0f [core] add jpg data_url support with stb_image Seven Du 2019-03-06 12:00:15 +08:00
  • 2a87e7b98c [core] add stb_image_write supported image write Seven Du 2019-03-06 10:28:40 +08:00
  • 58d5442dc5 [core] add stb_image to read more supported picture formats Seven Du 2019-03-06 09:48:20 +08:00
  • 9d2cb8b190 [mod_av] play video without decode Seven Du 2020-04-03 15:23:45 +08:00
  • 0db19ecdf8 [mod_fsv] add no_video_decode to support read video rtp packets without decode Seven Du 2020-03-30 22:18:40 +08:00
  • 3a1a2b3831 [mod_fsv] fix channels regression from 94eb8ac0a Seven Du 2020-03-30 16:46:01 +08:00
  • 7b46c01e9e [mod_fsv] add video read support to fsv file format Seven Du 2020-03-30 16:33:39 +08:00
  • 6761e8767e [core] and core video alpha patch test code Seven Du 2020-05-11 23:14:45 +08:00
  • 01ffc4493c [core] fix patch alpha on alpna image Seven Du 2020-05-11 22:44:32 +08:00
  • 96562bcc48 [core] add switch_img_read_png_from_memory Seven Du 2020-04-25 17:50:31 +08:00
  • b18ea498df [core] add new prompt functionality to ask for pin over dialogbox Anthony Minessale 2020-04-10 16:48:24 +00:00
  • ffbe8500ec [core] add new function to theorize the dimensions of an image if it were to be resizedto fit inside another image Anthony Minessale 2019-10-01 20:30:29 +00:00
  • efff71f2f0 [core] add switch_thread_pool_wait Anthony Minessale 2019-06-11 19:22:43 +00:00
  • 2c7f97a606 [mod_verto] allow vars from dp to pass to verto dialog Anthony Minessale 2020-04-25 01:35:59 +00:00
  • 6fb9a69fca [core] Remove 255 byte limit to core ASR param stored in module name Chris Rienzo 2020-05-20 02:20:22 +00:00
  • 6a2661b608 [mod_conference] Members are searchable by var in more APIs Chris Rienzo 2020-05-13 17:36:11 -04:00
  • ec7ec190b0 [mod_sofia] Add TLS v1.3 support. Andrey Volk 2020-05-12 19:30:48 +04:00
  • 01b92f00bb [core] add peer uuid to originate log Seven Du 2020-05-13 02:56:30 +08:00
  • d1d777df6c [core] add SCSC_SHUTDOWN_CAUSE Chris Rienzo 2020-05-06 11:46:57 -04:00
  • 53807da088 [mod_sofia] Include isup-oli parameter on outbound invite when we have value in caller profile Ken 2020-04-28 16:23:07 -05:00
  • 885c05f01b [mod_fifo] adding 'noans' and 'early' call status options and dtmf '0' disable config settings option phonecomwire 2020-04-24 15:39:27 -07:00
  • 28e7353769 [mod_sofia] Adding custom header to refer surendrasignalwire 2020-04-28 21:39:19 +05:30
  • 3fca63e821 [mod_conference] Add conference::maintenance conference-heartbeat. Enable with heartbeat-period-sec configuration, minimum 20 seconds, 0 to disable. Chris Rienzo 2020-04-17 14:25:31 +00:00
  • e8bbe933ac [mod_valet_parking] Add valet_parking_orbit_exit_key option phonecomwire 2020-04-24 15:13:12 -07:00
  • 7770359e8a [mod_av] Don't require .ext for streaming rtmp:// and rtsp:// formats Chris Rienzo 2020-04-03 21:58:30 -04:00
  • 53b459a687 [core] add support for resolving (and ignoring) mdns style .local addresses in ice candidates Michael Jerris 2020-03-12 17:07:37 -04:00