Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1022 Bytes

CHANGELOG.md

File metadata and controls

21 lines (17 loc) · 1022 Bytes

@mmomtchev/ffmpeg 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.

[1.0.0] 2024-01-26

  • Add streams/Filter to support ffmpeg filters
  • Support the built-in networking capabilities of ffmpeg
  • Support piping from a ReadStream to a Demuxer
  • Support piping from a Muxer to a WriteStream
  • Send error events on Demuxer and Muxer
  • Support worker_threads
  • Publish the package as a traditional CommonJS package to ensure best support across different environments
  • Fix #1, crash when loading the module in a debug build of Node.js
  • Fix #26, missing constants
  • Fix #28, flow control issues in Filter

[0.9.0] 2023-12-08

  • First release