Brad Richardson
Brad Richardson
## Description Move to FFmpeg 5 for all builds. The CBS library has been moved upstream to the pre-built repo and is bundled as libcbs.a there, see LizardByte/build-deps#34. ### Issues...
## Description Initial support for Intel Quick Sync Video. This will use the libmfx/mediasdk route for now as FFmpeg 5.1 does not have oneVPL. This is mostly copied from the...
As described in #47, adds support for async streaming of OSM PBFs. Using [`object_store`](https://docs.rs/object_store/latest/object_store/) as the input interface for flexibility - it supports most cloud providers, HTTP, and local files....
I'm looking at adding support for streamed PBF reads from network sources (in my case, from S3). My current plan is to wrap a [bytestream produced by `object_store`](https://github.com/apache/arrow-rs/blob/042d725888358c73cd2a0d58868ea5c4bad778f7/object_store/src/lib.rs#L1087) into something...