Skip to content

Releases: hm21/pro_video_editor

v1.0.0

24 Dec 09:42
b7c9913

Choose a tag to compare

What's Changed

  • feat: add audio mixing and video clip merging capabilities by @hm21 in #66

Full Changelog: v0.4.0...v1.0.0

v0.4.0

15 Dec 09:41

Choose a tag to compare

What's Changed

  • chore(build): update NDK and Kotlin versions and fix deprecated code by @hm21 in #62
  • feat: cancel renderVideo/renderVideoToFile by @samsonong in #61

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

01 Oct 08:03

Choose a tag to compare

What's Changed

  • feat: implement video processing and thumbnail generation across platforms by @hm21 in #1
  • fix(web): resolve thumbnail generation on web by @hm21 in #2
  • feat: add video export functionality and filters by @hm21 in #3
  • feat(filters): add color matrix filter support by @hm21 in #4
  • fix(export): ensure crop dimensions are even to avoid libx264 errors by @hm21 in #5
  • feat(encoding): add support for multiple video encoding configurations (GIF, AVI, MKV, MOV, MP4) by @hm21 in #6
  • fix: video generation issues on macOS and iOS by @hm21 in #7
  • feat: add enableAudio parameter and version bump to 0.0.8 by @hm21 in #8
  • refactor(encoding): export encoding models for easier import from main package by @hm21 in #9
  • feat: remove FFmpeg dependency and implement native video processing by @hm21 in #11
  • fix: resolve rotation issue by @hm21 in #12
  • fix(layer): correct layer dimensions when applying overlays by @hm21 in #13
  • fix(crop): resolve cropping issue by @hm21 in #14
  • fix(android): resolve various issues and improve code quality by @hm21 in #15
  • feat(metadata): extend metadata by @hm21 in #16
  • feat(macos): add various render functions by @hm21 in #17
  • feat(ios, macos): add render functions by @hm21 in #18
  • feat: add demo widget for building sticker categories and integrate into main app by @hm21 in #19
  • docs: update readme with new examples and images by @hm21 in #20
  • docs: update preview images for various editors and showcase by @hm21 in #21
  • fix(iOS, macOS): resolve issue where in some swift versions a trailing comma throw an error by @hm21 in #24
  • chore(release): bump version to 0.1.3 by @hm21 in #26
  • chore(release): bump version to 0.1.3 by @hm21 in #28
  • fix(ios): resolve AVFoundation -11841 crashes and video orientation handling by @dhyaan-bigshorts in #27
  • test: implement integration tests by @hm21 in #31
  • fix(ios, macOS): swap render dimensions for 90°/270° rotations by @dhyaan-bigshorts in #32
  • fix(iOS, macOS): resolve crash when setting playback speed below 1x by @hm21 in #36
  • fix(android): resolve crash when exporting video with overlay effect by @bunnyjaura in #37
  • feat(metadata): add originalResolution to video metadata and adjust resolution handling based on rotation by @hm21 in #44
  • fix(windows): resolve issue that on windows it crash when reading metadata by @hm21 in #46
  • feat(example): render video to file-path by @hm21 in #47
  • refactor(build.gradle): update Media3 dependencies to version 1.8.0 by @hm21 in #54
  • feat: add video quality presets for simplified export configuration by @Syed-Bipul-Rahman in #55

New Contributors

Full Changelog: https://github.com/hm21/pro_video_editor/commits/v0.3.0