Skip to content

v0.10.3-ios

Latest

Choose a tag to compare

@akashskypatel akashskypatel released this 25 May 18:10
· 62 commits to master since this release

Version 0.10.3

  • Fixed FFmpeg statistics callbacks only firing at session completion during transcoding.
  • Moved the output-header progress counter from thread-local FFmpeg state into the shared FFmpegContext.
  • Updated muxer worker threads to increment the shared context counter so the transcode control thread can detect when output initialization has completed.
  • Restored periodic print_report() execution after muxer header write, allowing statistics callbacks to fire continuously during long-running transcodes.

Full Changelog: v0.10.2-android...v0.10.3-ios