Skip to content

Commit fc14d7d

Browse files
committed
Update Changelog
1 parent 81ad371 commit fc14d7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ for await (const packet of input.packets()) {
7272

7373
- **HardwareContext.testDecoder()**: Fixed logic bug where hardware types without codec support (like DRM without VAAPI) were incorrectly accepted. Now properly returns `false` when the hardware doesn't support decoding, ensuring `HardwareContext.auto()` only returns functional hardware acceleration.
7474

75+
#### FilterAPI / FilterComplexAPI
76+
77+
- **Stability Fix**: Improved resource cleanup order in `close()` to properly invalidate FilterContext references before freeing the graph.
78+
7579
## [5.0.0] - 2025-11-19
7680

7781
### Breaking Changes

0 commit comments

Comments
 (0)