Skip to content

Releases: cybex-gmbh/transmorpher

v0.6.0

23 Aug 11:55
296b7b9
Compare
Choose a tag to compare

What's Changed

  • gpu support by @gael-connan-cybex in #73
    • add gpu video encoding support
    • make video decoder and encoder configurable
    • update ffmpeg version from 4 to 6
    • add optional compose file with nvidia support

Full Changelog: v0.5.3...v0.6.0

v0.5.3

26 Jul 08:17
8676187
Compare
Choose a tag to compare

What's Changed

  • fix an issue where trying to upload large transcoded videos to the cloud would fail by @mszulik in #68

Full Changelog: v0.5.2...v0.5.3

v0.5.2

24 Jul 11:19
3abec9d
Compare
Choose a tag to compare

What's Changed

  • fix an issue where trying to load large videos would exceed the memory limit by @mszulik in #62
    • this also fixes an issue where the HLS and DASH files were named incorrectly.

Full Changelog: v0.5.1...v0.5.2

v0.5.1

19 Jul 09:59
0b018d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

05 Jul 12:03
44d5c15
Compare
Choose a tag to compare

What's Changed

  • Make the PullPreview user configurable. by @holyfabi in #55

Full Changelog: v0.4.0...v0.5.0

v0.4.0

12 Jun 13:05
3f3cf6c
Compare
Choose a tag to compare

What's Changed

  • fix crashes when transformations are not passed in expected format by @mszulik in #39
  • update to laravel 10 by @mszulik in #40
  • use ffmpeg's new 'temporary_directory' configuration option by @mszulik in #41
  • fix docker worker issues by @mszulik in #42
  • update to laravel 11 by @mszulik in #43
  • fix an issue where users could not be created in some cases by @mszulik in #48
  • use reusable GitHub workflows by @mszulik in #44
  • handle deletions by listening to eloquent events by @mszulik in #45
  • remove file path helper by @mszulik in #46
  • setup cron to delete old chunks from uploads by @mszulik in #47
  • add the possibility to purge derivatives by @mszulik in #49
  • add tests to ensure binaries are installed by @mszulik in #50
  • enforce morph aliases by @mszulik in #51
  • add amigor to pullpreview by @mszulik in #53
  • prevent cookie conflicts when running the server and client on the same domain, by removing the session from delivery routes. @holyfabi in #52

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

v0.3.0

15 Feb 16:00
c14441f
Compare
Choose a tag to compare

What's Changed

  • rename aws github secrets to clarify usage by @mszulik in #36
  • provide the possibility to configure a subdirectory for the laravel.log file by @mszulik in #37

Full Changelog: v0.2.0...v0.3.0

v0.2.0

22 Jan 15:19
7f0dcbe
Compare
Choose a tag to compare

What's Changed

  • add laravel protector by @mszulik in #34
  • Provide production Dockerfile, pullpreview workflow and docker-build-push workflow by @mszulik in #31

Full Changelog: v0.1.1...v0.2.0

v0.1.1

15 Nov 13:02
0525989
Compare
Choose a tag to compare

What's Changed

  • fix files without extension returning the wrong mimetype by @mszulik in #32

Full Changelog: v0.1.0...v0.1.1

Initial release

24 Oct 13:25
2e3cc35
Compare
Choose a tag to compare

Initial release of the Transmorpher media server

Included features:

  • upload and download of media
  • media version management
  • image transformation and optimization:
    • jpg
    • png
    • webp
    • gif
  • video transcoding:
    • mp4
    • dash
    • hls