mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
While this is not optimal, we should cache the png: 1) cache the whole buffer, with comes with RGBARGBA pixel formats 2) Allow switch_image_t to be other formats e.g. VPX_IMG_FMT_ARGB, VPX_IMG_FMT_ARGB_LE, or VPX_IMG_FMT_444A those can have alpha channels so we can check the alpha channel before we patch Note all PNG are created equel, or maybe a bug in libpng since for some PNG files with alpha the returned buffer not seems like RGBARGBA... while docs says it should default be RGBA
Description
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unl
Multiple Licenses
206 MiB
Languages
C
65.2%
C++
20.8%
JavaScript
4.8%
Assembly
2%
Makefile
1%
Other
5.4%