Commit graph

689 commits

Author SHA1 Message Date
Markus Fasselt
7abb6d36cb
Fix boolean types (#779)
Changed `Boolean` to `bool` to avoid Psalm being confused with a potential class.
Thanks @digilist
2020-12-23 11:14:24 +01:00
Boris Momčilović
a1a3281dbf
PHP 8 Support (#782)
Thanks @kornrunner for these changes:
* Test against PHP 8
* U-Tests: FFProbe: OptionsTester: handle phpunit deprecation of at
* FiltersCollection: tweak for call_user_func_array and PHP 8 named arguments
2020-12-18 15:27:38 +01:00
William Desportes
6a61d67288
Use Doctum instead of Sami (#761)
* Use Doctum instead of Sami

- Fix .gitignore
- Move the process to docs
- Add .gitattributes

* Fix the symfony/process versions after sami was removed

Used the maximum version of 2.x and forced 3.3 before deprecation in 3.4
2020-10-12 16:04:21 +02:00
Jens Hausdorf
c3d11cdd92
Merge pull request #751 from alexander-schranz/patch-1
Allow newer version of temporary filesystem for php 8 support
2020-09-04 20:59:58 +02:00
Alexander Schranz
27eeb5286a
Allow newer version of temporary filesystem 2020-08-10 18:12:35 +02:00
Jens Hausdorf
c5ef9edb03
Merge pull request #747 from alexander-schranz/patch-1
Add Support for PHP 8
2020-07-27 09:39:06 +02:00
Alexander Schranz
942015f9a3 Add compatibility to PHP 8 2020-07-24 03:20:49 +02:00
Jens Hausdorf
6e3a69726a
Merge pull request #718 from RobertPlant/master
Fixed typo in the readme referring to FrameRate
2020-05-02 11:10:19 +02:00
Robert Plant
07460f7468
Fixed typo in the readme referring to FrameRate 2020-04-24 16:51:52 +01:00
Jens Hausdorf
4175c02b7d
Merge pull request #700 from CaliforniaMountainSnake/master
ComplexMedia, -filter_complex and -map features
2020-03-29 11:57:10 +02:00
CaliforniaMountainSnake
5b85b6b84d Merge remote-tracking branch 'upstream/master' 2020-03-23 18:04:18 +03:00
CaliforniaMountainSnake
0d3bed21a7 ComplexMedia has been renamed to the AdvancedMedia. 2020-03-23 17:47:36 +03:00
Jens Hausdorf
984dbd046b
Merge pull request #703 from iljalukin/master
Added initial parameters
2020-03-23 10:32:09 +01:00
CaliforniaMountainSnake
4469847d46 Minor improvements of the ComplexMedia 2020-03-02 14:50:42 +03:00
CaliforniaMountainSnake
71766fed47 Added the BC Layer alias for some phpunit methods to fix build at php <= 5.5. 2020-02-27 20:59:26 +03:00
CaliforniaMountainSnake
d6f95508a9 Added runtime check of the ffmpeg version before starting the command in the ComplexMedia. Added the FFMpegDriver::getVersion() method. 2020-02-26 12:33:45 +03:00
CaliforniaMountainSnake
580fb21d5a Merge remote-tracking branch 'upstream/master' 2020-02-26 09:43:23 +03:00
Ilja Lukin
73fdec8290 Added initial parameters 2020-02-24 21:42:38 +01:00
Jens Hausdorf
afc0e406ed
Merge pull request #699 from alexander-schranz/enhancement/php-compatibility
Fix PhpUnit tests for newer php version
2020-02-24 18:05:43 +01:00
CaliforniaMountainSnake
6dc260fd3d Added ffmpeg version checking in the ComplexMediaTest::testXStackFilter(). 2020-02-20 14:34:21 +03:00
Alexander Schranz
7474bf936f Add bc layer for older php and phpunit versions 2020-02-19 21:52:13 +01:00
CaliforniaMountainSnake
f20ad8a82e Added the ComplexMedia type and the possibility to use -filter_complex and -map features. Added some built-in complex filters. Added the unit and functional tests of the new features. README.md has been updated. 2020-02-18 13:49:32 +03:00
Alexander Schranz
8837f4b115 Set PhpUnit version for older php 2020-02-14 09:08:50 +01:00
Alexander Schranz
824b77dbcf Use php 5.4 supported phpunit bridge 2020-02-13 00:49:08 +01:00
Alexander Schranz
14dc6a8b1b Fix PhpUnit tests for newer php version 2020-02-13 00:39:31 +01:00
Alexander Schranz
537f61095f Fix mocking of objects for newer phpunit version 2020-02-13 00:23:11 +01:00
Jens Hausdorf
89b0c2b4d0
Merge pull request #646 from CamiloManrique/645-copy-audio
Add copy as available codecs for X264 and WebM
2019-04-29 20:02:21 +02:00
Camilo Manrique
0460b9bb60 Add copy as available codecs for X264 and WebM 2019-04-27 13:22:12 -05:00
Jens Hausdorf
f9cc3d0c42
Merge pull request #385 from WyriHaximus/patch-1
Target evenement 3.0 a long side 2.0 and 1.0
2019-02-26 18:04:09 +01:00
Jens Hausdorf
d48cda2861
Merge branch 'master' into patch-1 2019-02-26 06:44:47 +01:00
Jens Hausdorf
d1a281f30f
Merge pull request #593 from jonhassall/master
Added custom filters for Audio, in the same way as custom filters are available for Video
2018-11-24 08:53:13 +01:00
Jens Hausdorf
fab3638caf
Merge branch 'master' into master 2018-11-24 08:32:18 +01:00
Jens Hausdorf
0cfe3352fb
Merge pull request #611 from iljalukin/master
added custom frame filter
2018-11-24 08:31:54 +01:00
Jens Hausdorf
bf19f705a8
Fix formatting 2018-11-23 21:36:39 +01:00
Ilja Lukin
fa2f89a0cf
fixed formatting 2018-11-23 21:27:28 +01:00
Ilja Lukin
7b98238fa2 added unit test for custom frame filter 2018-11-23 20:14:26 +01:00
Ilja Lukin
b3bfb34475 added custom frame filter 2018-11-20 23:32:47 +01:00
Jens Hausdorf
6dacd82c9b
Merge pull request #604 from imerr/patch-1
Strict comparison for -vf check
2018-10-31 19:21:38 +01:00
Robin Rolf
554158bc06
Strict comparison for -vf check
This fixes an edge case where 0 and "-vf" is equal
2018-10-31 17:37:31 +01:00
Jens Hausdorf
98514e7f59
Merge branch 'master' into master 2018-10-30 10:23:34 +01:00
Jens Hausdorf
6595f20df7
Merge pull request #603 from andreybolonin/patch-2
add php 7.3 to travis
2018-10-30 10:23:20 +01:00
Andrey Bolonin
dc74761dfd
add php 7.3 to travis 2018-10-30 00:17:48 +02:00
Jon Hassall
fa37258502 Added custom filters for Audio, in the same way as custom filters are available for Video 2018-10-20 14:36:10 +01:00
Jens Hausdorf
a8003f0fda
Merge pull request #581 from georgejipa/master
Readme typos
2018-10-04 16:16:54 +02:00
Jens Hausdorf
ab50f00774
Merge branch 'master' into master 2018-10-04 15:52:18 +02:00
Jens Hausdorf
178247c1db
Merge pull request #588 from PHP-FFMpeg/jens1o-patch-1
Document the `setFrameFileType` function
2018-10-04 15:51:44 +02:00
Jens Hausdorf
ed22de7eb1
fix #547 2018-10-04 15:42:02 +02:00
Jens Hausdorf
b76c37010a
Merge branch 'master' into master 2018-10-03 21:57:24 +02:00
Jens Hausdorf
1f81e5f0f8
Merge pull request #587 from rolandstarke/master
concat allow special chars in filename
2018-10-03 21:57:08 +02:00
Roland Starke
0ee2a63e18 concat allow special chars in filename 2018-10-03 20:32:20 +02:00