Skip to content

v0.0.11

Latest
Compare
Choose a tag to compare
@mthrok mthrok released this 11 Apr 22:14
edb2ad1

New features

  • Add streaming NVDEC decoding example #571
  • Add streaming_load_video_nvdec func #538
  • Use None for skipping item in pipeline #545
  • Add codec metadata #569
  • Add stream sync #537
  • Add streaming decoder #553, #566
  • Add timestamp to frames __repr__ #586
  • Add function to convert RGB video tensor to Frames #587

The following new features will be available in the next release.

  • Add video encoder #592
  • Add Muxer implementation #594
  • Add audio encoding #597
  • Add colorspace options #603
  • Add time_base attributes to Audio/Video codec #604
  • Add end time in Frames timestamp representation #605
  • Add FilterGraph public C++ interface #606
  • Add stream_index to Packets #626

BC-breaking changes

  • [BC-breaking] Remove streaming_decode_packets #562
  • [BC-Breaking] Do not copy attach codec when stream demuxing #621

Fixes

  • Fix nvJPEG build #546

Test/CI

  • Use ffmpeg 7.0.2 for build #568
  • Add encoder parity test #584

Full Changelog: v0.0.10...v0.0.11