cannonbeach / ott-packager

OTT/ABR streaming encoder (H264/HEVC) and packager for DASH and HLS
GNU General Public License v2.0
228 stars 42 forks source link

Move code from dynamic malloc/free to buffer pools (see mempool.c) #6

Closed cannonbeach closed 5 years ago

cannonbeach commented 5 years ago

Need to start migrating from the malloc/free over to buffer pools for better memory usage and system performance