- Add VA-API encoding on Linux (--backend). ( rigaya/Amatsukaze#36 )
- With --backend
auto, fall back to VA-API when AMF cannot encode the selected codec.
- With --backend
- Allow --interlace
autoon Linux. - Set
RUSTICL_ENABLE=radeonsiwhen unset, so Mesa OpenCL (rusticl) can use Radeon GPUs. - Drop AMF from Linux package dependencies, so encoding works through VA-API without AMF.
- Fix a stall on H.264 with many reference frames when using the AMF hardware decoder.
- On Linux AMF, fall back to software decoding for H.264 streams whose DPB is 16.
- Fix a freeze and an incorrect exit status when using --ssim or --psnr. ( #145 )
- Fix the end-of-row write in --vpp-tweak. ( #144 )
- Fix --trim reading an uninitialized trim list when the input frame count is known.
- Fix pixel format conversion bugs.