Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Latest commit

 

History

History
80 lines (60 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

80 lines (60 loc) · 1.86 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[9.13.0] - 2022-09-12

Fixed

  • Fix compilation with FFmpeg 5.1

Changed

  • Bumped meson requirement to 0.57.0

[9.12.0] - 2022-03-30

Added

  • Honor video color range in VideoToolbox
  • Support for 4:2:2 and 4:4:4 pixel formats (8 and 10 bits) in VideoToolbox decoder

Deprecated

  • skip and trim_duration are deprecated over start_time and end_time parameters

[9.11.1] - 2022-02-10

Fixed

  • Fix build with FFmpeg >= 5.0

[9.11.0] - 2021-12-16

Added

  • Add ProRes support in VideoToolbox decoder

Changed

  • Player has been ported from GLEW/GLFW3 to SDL2

Fixed

  • Fix VideoToolbox automatic 8-bit pixel format selection

[9.10.0] - 2021-10-18

Added

  • Add VideoToolbox automatic pixel format selection and P010 support

Fixed

  • Fix Windows static builds
  • Various fixes in the audio texture FFT
  • Fix missing VideoToolbox frames colorspace information

[9.9.0] - 2021-06-10

Added

  • Automatic software pixel format selection
  • New datap and linesizep fields to sxplayer frame
  • NV12, YUV420P, YUV422P, YUV444P support
  • P010LE, YUV420PLE, YUV422P10LE, YUV444P10LE support

Fixed

  • Multiple audio frames without PTS
  • Removed inoffensive seek error logging on images (regression)

[9.8.1] - 2021-03-25

Fixed

  • Fixed compiler warnings on Windows

[9.8.0] - 2021-03-24

Changed

  • Remove pthread dependency on Windows

[9.7.0] - 2020-12-10

Added

  • Official MSVC support

[9.6.0] - 2020-11-07

Added

  • This Changelog

Changed

  • Switch build system from GNU/Make to Meson

Fixed

  • Fixed assert on image seeking