v0.1.3
New features
- Support clases with
__getitem__method in pipe by @mthrok in #872 - Add VideoPackets.get_timestamps method by @mthrok in #875
- Add VideoFrames::get_timestamp method by @mthrok in #877
- Add VideoFrames.get_pts / time_base attributes to VideoFrames by @mthrok in #883
- Add support for FFmpeg 8 #869
Bug fix
- Fix the handling of StopAsyncIterator for FailCounter by @moto-meta in #862
- Fix include by @mthrok in #874
- Correctly detect that callable is a generator when it is a class's call method by @yit-b in #870
- Fix type stub by @mthrok in #884
What's Changed
- Update imagenet example by @mthrok in #860
- Add debug print for pipeline structure by @mthrok in #868
- Define a dedicated type alias for pipe input by @mthrok in #885
Full Changelog: v0.1.2...v0.1.3