]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-7500: add a framebuffer to reuse memory and use it to offload frame writing from...
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 3 Mar 2015 22:30:26 +0000 (16:30 -0600)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:47:08 +0000 (12:47 -0500)
commit0d34e8ac77c80a5d4403106cf25e21d45720bf32
treec7dd04eb08c4a573685767757b98a5d94adc73e2
parent5ac63b92506110c8d6af09c3837f956bcc05b3d3
FS-7500: add a framebuffer to reuse memory and use it to offload frame writing from video muxing thread to a dedicated write thread
src/include/switch_types.h
src/include/switch_utils.h
src/mod/applications/mod_conference/mod_conference.c
src/mod/applications/mod_fsv/mod_fsv.c
src/mod/formats/mod_vlc/mod_vlc.c
src/switch_rtp.c
src/switch_utils.c