What's Changed
- Fixed to work with newer NVIDIA drivers.
- Reworked decoder cleanup to attempt to prevent simultaneous destroys.
- Reverted single plane export by @elFarto in #342
- dial in the log2GobsPerBlockY threshold a bit more by @rakslice in #345
- implement log2GobsPerBlockY values for even smaller images by @rakslice in #350
- Round up surface sizes and display area for subsampled chroma videos by @rakslice in #352
- Fix some potential deadlocks and H.264 video decode error when seeking by @thesword53 in #347
- Fix 545.29 driver version check by @Lastique in #371
- Add media.hardware-video-decoding.force-enabled FF option by @Lastique in #367
- Fixed crashes caused by invalid concurrent writes to
drv->nextObjId
by @thesword53 in #366 - Fix "possibly uninitialized" warning by @Lastique in #377
- Fix 32-bit issues by @Lastique in #376
New Contributors
Full Changelog: v0.0.13...v0.0.14