Releases: protonemedia/laravel-ffmpeg
Releases · protonemedia/laravel-ffmpeg
8.9.0
What's Changed
- Fix: Correct vttSequenceFilename typo by @realpascalbotjet in #557
- Fix: Correct vttSequenceFilename typo by @realpascalbotjet in #566
- Fix: Variable typo and null check in HLS playlist by @realpascalbotjet in #565
- Fix HLS audio stream selection for iOS videos with multiple audio tracks by @realpascalbotjet in #558
- Fix: Ensure media collection is updated in open() method by @realpascalbotjet in #559
- Fix: concatWithTranscoding requires AdvancedMedia by @realpascalbotjet in #560
- Fix PHP 8.4: Provide path for getFrameContents() by @realpascalbotjet in #561
- Fix: Handle missing playlist files with proper exception by @realpascalbotjet in #562
- Fix: Handle null stream when extracting duration by @realpascalbotjet in #563
- Fix: Correct typos and strpos check in HLS encryption by @realpascalbotjet in #564
- Fix: Add validation for framerate parsing in StreamParser by @realpascalbotjet in #567
- Fix: Add null check and correct type casting in LegacyFilterMapping by @realpascalbotjet in #568
- Add keepAllAudioStreams() for HLS exports by @realpascalbotjet in #569
Full Changelog: 8.8.0...8.9.0
8.8.0
What's Changed
- Add PHP 8.5 support by @realpascalbotjet in #541
- Add PHPUnit 12 support by @realpascalbotjet in #556
- Laravel 13.x Compatibility by @laravel-shift in #543
Full Changelog: 8.7.1...8.8.0
8.7.1
What's Changed
- Fix "Deprecated: Creation of dynamic property" by @marcialpaulg in #531
- fix: Remove EXT-X-ENDLIST from master playlist file by @dave-nicholas in #519
- [DOC] fix ->getStreams() delivers a array. No first method there. by @ibrainventures in #432
- Fix missing path on setVisibility in Media filesystem by @ateamcms in #459
- fix: 🎨 getFormat not found by @Jandelson in #438
New Contributors
- @marcialpaulg made their first contribution in #531
- @dave-nicholas made their first contribution in #519
- @ateamcms made their first contribution in #459
- @Jandelson made their first contribution in #438
Full Changelog: 8.7.0...8.7.1
8.7.0
8.6.0
8.5.0
8.4.0
What's Changed
- Support for PHP 8.3. Dropped support for Laravel 9 by @pascalbaljet in #513
Full Changelog: 8.3.0...8.4.0
8.3.0
- Support for Laravel 10
- Dropped support for PHP 8.0
8.2.2
- Additional fixes for HLS exports with an Audio Format
8.2.1
- Bugfix for audio-only HLS exports (by @aronquiray)