Crates.io | h264bsd |
lib.rs | h264bsd |
version | 0.3.0 |
source | src |
created_at | 2023-01-07 22:24:20.887763 |
updated_at | 2024-08-23 22:40:16.591345 |
description | Bindings for h264bsd decoder |
homepage | https://github.com/0skar16/h264bsd-rs |
repository | https://github.com/0skar16/h264bsd-rs |
max_upload_size | |
id | 753264 |
size | 1,147,474 |
High-level bindings for h264bsd which is a decoder extracted from the Android Project.
It currently supports three possible image output formats through av-data's frames:
Current quirks (the reasons why it's not <= 1.0 yet):
invalid memory reference
when I try to free the allocated data of pictures in DPB's buffer so it doesn't free (e.g don't use it if you plan on initializing the decoder many times during one run, otherwise it's not a problem as the OS will free the memory by itself)