Skip to content

v0.6.0

Compare
Choose a tag to compare
@fador fador released this 15 Sep 13:12
· 1830 commits to master since this release

Major new features

  • Kvazaar can be built as a library (and is included in FFmpeg).
  • Bi-prediction fixed for fractional pixels.
  • Support for coding interlaced video.
  • Preliminary support for 10 bit encoding (must be compiled with KVZ_BIT_DEPTH=10).
  • Parsing of input resolution from filename, if not given explicitly.

Optimizations

  • Improvement in subpixel motion estimation.

Bug fixes

  • Fixed issue with referencing across IDR boundaries.
  • Fixed issue with inter search pattern.
  • Fixes to how movement vector costs are calculated.
  • Fixed issue with frame padding.
  • Fixed MMX being misdetected.
  • Fixed --seek with non-randomaccess input streams.