Skip to content

Commit 1e64e79

Browse files
committed
docs: CHANGELOG.md and pyproject.toml updated manually to new 0.4.0 release
1 parent bae0b64 commit 1e64e79

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,46 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
848
## [0.2.0] - 2025-01-27
949
### Added
1050
- 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
3777
- Fix bug #218: Argon AV1 test resource path don't match the downloaded resources path.
3878
- Issue in JSON generation scripts (Some test suites are badly generated).
3979

80+
4081
## [0.1.0] - 2022-12-20
4182
### Added
4283
- Add the H.264 reference decoder.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "fluster-conformance"
77
# TODO: Ensure that version 0.x.0 is marked as the final version in the CI release workflow only when we are certain
88
# about deploying a new release. This prevents creating an irreversible history in PyPI, which would block re-uploading
99
# the same version.
10-
version = "0.3.0"
10+
version = "0.4.0"
1111
authors = [
1212
{name = "Andoni Morales Alastruey", email="[email protected]"},
1313
# {name = "Pablo Marcos Oltra"}, wait to (https://github.com/pypi/warehouse/issues/12877)

0 commit comments

Comments
 (0)