@meframe/core
Version:
Next generation media processing framework based on WebCodecs
43 lines (31 loc) • 1.18 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.0.1] - 2025-10-08
### Added
- Initial release of @meframe/core
- Six-stage processing pipeline: Load → Demux → Decode → Compose → Encode → Mux/Export
- Worker-based parallel architecture
- Dual-layer cache system (L1 VRAM + L2 IndexedDB)
- Streaming processing support
- Incremental update via patch system
- Plugin system foundation
- Basic composition model support
- Preview and export capabilities
### Features
- WebCodecs-based video/audio processing
- Multi-track composition
- Real-time preview with playback control
- Video export to MP4/WebM
- Performance monitoring plugin
- Resource loading and management
- Cache-aware rendering
### Documentation
- Architecture overview
- API reference
- Quick start guide
- Migration guide from v1
[Unreleased]: https://github.com/one2x-ai/meframe/compare/v0.0.1...HEAD
[0.0.1]: https://github.com/one2x-ai/meframe/releases/tag/v0.0.1