Skip to content

TorchCodec 0.15

Latest

Choose a tag to compare

@NicolasHug NicolasHug released this 15 Jul 10:32
dc0f10d

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_threads is high.
  • Free-threaded wheels are now shipped for MacOS (and Linux, but that was already supported).