TorchCodec 0.15 is out! This is a small release compatible with torch >= 2.11, with the following improvements:
- #1503 and #1504 improved decoding coverage on some videos, where a premature "end of file" would otherwise be raised.
- #1489 optimizes forward seeks - you should see better performance on sparse decoding scenarios, especially on CPU when
num_ffmpeg_threadsis high. - Free-threaded wheels are now shipped for MacOS (and Linux, but that was already supported).