Releases: CMU-INF-DIVA/avi-r
Releases · CMU-INF-DIVA/avi-r
V1.3.9
- Ensure seeking frame_ids are Python integers.
- Optimize logs of seeking error.
V1.3.8
- Add back timeout.
- More robust during iteration initialization.
- Limit seek retries based on frame id.
V1.3.7
- Remove default timeout.
- Bypass kwargs to _init.
V1.3.5
- More robust extraction of frame size.
V1.3.4
- Ignore errors in metadata decoding.
V1.3.1
- Optimized reorder buffer for faster random access.
V1.3
- Fix memory leak with explicit
close
method.