You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,46 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.4.0] (2025-08-05)
9
+
### Added
10
+
- GStreamer Vulkan AV1 VA decoder
11
+
- GStreamer Vulkan VP9 VA decoder
12
+
- NVidia Vulkan Video Samples VP9 VA decoder
13
+
- GStreamer Libav MPEG-4 SW video decoder
14
+
- Fluendo GStreamer MPEG-4 SW video decoder
15
+
- FFmpeg MPEG-4 SW video decoder
16
+
- ISO MPEG-4 video reference decoder (Microsoft implementation - vmdec)
17
+
- MPEG-4 video test suites for simple, advanced simple, simple scalable and simple studio profiles
18
+
19
+
### Changed
20
+
- Test execution summary report in markdown format now includes test results per profile, when available
21
+
- Wildcard(*) is now supported when setting a list of vectors to test
22
+
- H.264 test suites JVT-AVC_V1, JVT-FR-EXT and JVT-Professional_profiles now include profile for test vectors
23
+
- H.265 test suite JCT-VC-HEVC_V1 now includes profile for test vectors
24
+
25
+
### Fixed
26
+
- Prevent test suite execution when its resources are not found locally
27
+
- Nvidia Vulkan video samples decoder: use enablePostProcessFilter by default to support hardware with different queue for decoding and transferring, such as mesa drivers
28
+
29
+
30
+
## [0.3.0] (2025-04-17)
31
+
### Added
32
+
- Pixel-by-pixel output/reference frame comparison method with error tolerance is now available for codecs that
33
+
do not require checksum match. MPEG-2 is an example of such codecs.
34
+
- MPEG-2 video test suites for main and 4:2:2 profiles
35
+
- GStreamer H.266 VA decoder
36
+
- ISO MPEG-4 reference decoder for test vectors of error resilient profiles
37
+
- GStreamer MPEG-2 SW video decoder
38
+
- Gstreamer Libva MPEG-2 SW video decoder
39
+
40
+
### Changed
41
+
42
+
### Fixed
43
+
- MPEG-4 AAC MP4 test suite was split in 2, error and not error-resilient ones
44
+
- MPEG-4 AAC MP4 test suites, error and not error-resilient now have correct md5 checksums
45
+
- ISO MPEG-4 AAC decoders, error and not error-resilient now generate output with interleaved channels, when required
46
+
47
+
8
48
## [0.2.0] - 2025-01-27
9
49
### Added
10
50
- Generate a test suite for H265 3D-HEVC functionality set.
@@ -37,6 +77,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
37
77
- Fix bug #218: Argon AV1 test resource path don't match the downloaded resources path.
38
78
- Issue in JSON generation scripts (Some test suites are badly generated).
0 commit comments