Comcast / mamba

Mamba is a Swift iOS, tvOS and macOS framework to parse, validate and write HTTP Live Streaming (HLS) data.
Apache License 2.0
180 stars 40 forks source link

Feature/move 1.x to raw memory buffer #47

Closed dcoufal closed 5 years ago

dcoufal commented 5 years ago

Description

This PR reworks internal data storage slightly to remove a dependency on Data/NSData internal behavior by using our own internal data storage class StaticMemoryStorage instead.

Also contains Xcode 10.2 warning fixes.

Change Notes

Pre-submission Checklist