- Ensure seeking frame_ids are Python integers.
- Optimize logs of seeking error.
- Add back timeout.
- More robust during iteration initialization.
- Limit seek retries based on frame id.
- Remove default timeout.
- Bypass kwargs to _init.
- Add timeout for PyAV.
- More robust extraction of frame size.
- Ignore errors in metadata decoding.
- Fix seek retry.
- More robust seek.
- Optimized reorder buffer for faster random access.
- Fix memory leak with explicit
close
method.
- Update video properties.
- Consistent action for
seek(0)
.
- Optimized stability and efficiency for bidirectional frame.
- Optimized random access.
- Deprecate annotation converter.
- Release on PyPI.
- Optimized random access and fix missing.
- Robustness improvement.
- Speed test.
- Real random access in video loader.
- Add annotation converter.
- Warning control option.
- Initial release of video loader.