ffmpeg-mappable-media/CHANGELOG.md

92 lines
2.3 KiB
Markdown
Raw Normal View History

2012-12-06 11:36:45 +01:00
CHANGELOG
---------
2014-08-12 21:01:39 +02:00
* 0.4.5 (08-12-2014)
2014-04-21 19:23:57 +02:00
* Add support for Wav and AAC audio formats (@MrHash).
2014-08-12 20:52:38 +02:00
* Add watermark filter (@sylvainv).
2014-08-12 20:54:37 +02:00
* Add configuration for audio channels (@SimonSimCity).
2014-04-21 19:23:57 +02:00
2013-12-17 17:38:54 +01:00
* 0.4.4 (12-17-2013)
* Fix width / height dimensions extraction.
2013-12-02 14:48:20 +01:00
* 0.4.3 (12-02-2013)
* Fix using rotate and resize filters at the same time (#78)
* 0.4.2 (11-29-2013)
2013-11-28 15:33:57 +01:00
* Add Rotate filter.
* Remove time_start metadata when using synchronize filter
* Remove restriction on filesystem resources.
2013-11-28 15:33:57 +01:00
2013-11-26 23:35:32 +01:00
* 0.4.1 (11-26-2013)
* Add Clip filter (@guimeira)
2013-10-21 14:16:28 +02:00
* 0.4.0 (10-21-2013)
2013-08-06 15:02:48 +02:00
* Add support for video to audio transcoding
* BC Break : Add FormatInterface::getPasses and FormatInterface::getExtraParams
2013-10-21 14:13:46 +02:00
* 0.3.5 (10-21-2013)
2013-09-09 19:28:22 +02:00
* Add vorbis audio format (@jacobbudin).
2013-10-10 13:28:08 +02:00
* Fix #66 : Allow single pass encodings.
2013-09-09 19:28:22 +02:00
2013-10-21 14:13:35 +02:00
* 0.3.4 (09-05-2013)
2013-09-05 12:09:39 +02:00
* Fix Invalid ratio computing.
2013-10-21 14:13:35 +02:00
* 0.3.3 (09-05-2013)
* Add convenient Stream::getDimensions method to extract video dimension.
2013-09-05 11:05:14 +02:00
* Add DisplayRatioFixer Frame filter.
2013-08-08 12:15:15 +02:00
* 0.3.2 (08-08-2013)
* Fix A/V synchronization over flash and HTML5 players.
2013-10-21 14:13:35 +02:00
* 0.3.1 (08-06-2013)
2013-08-05 14:38:11 +02:00
* Allow use of FFProbe on remote URIs.
2013-08-05 14:19:52 +02:00
* Fix #47 : MediaTypeInterface::save adds filters depending on the codec.
* Save frame to target file without prompt.
2013-08-05 14:38:11 +02:00
2013-07-04 12:10:45 +02:00
* 0.3.0 (07-04-2013)
* Complete rewrite of the library, lots of BC breaks, check the doc.
2013-05-10 23:28:35 +02:00
* 0.2.4 (05-10-2013)
2013-05-04 22:23:15 +02:00
* Add Video\ResizableInterface::getModulus method for better output scaling (@retrojunk)
2013-05-11 00:26:52 +03:00
* Fix timeout setting on audio/video encoding (@xammep-ua)
2013-05-04 22:23:15 +02:00
2013-04-21 18:03:45 +02:00
* 0.2.3 (04-21-2013)
* Add timeout getter and setter on FFMpeg and FFProbe
2013-05-04 22:23:15 +02:00
* Add timeout setting via second argument on FFMpeg::load and FFProbe::load
2013-04-21 18:03:45 +02:00
2013-02-11 12:24:37 +01:00
* 0.2.2 (02-11-2013)
2013-02-07 13:09:22 +01:00
* Add compatibility with FFMpeg 1.1
* Upgrade deprecated options (`-ab`, `-qscale` and `-b`)
* Use of a custom stat file for each multi-pass encoding (fix #20)
2013-02-11 12:24:37 +01:00
* Use larger version range for dependencies
2013-02-07 13:09:22 +01:00
2013-02-04 12:49:20 +01:00
* 0.2.1 (02-04-2013)
* Parse the output of FFProbe using correct EOL sequences (@ak76)
* Add process timeout customization (@pulse00)
* Fix `accurate` option (`FFMpeg::extractImage`)
2012-12-13 13:05:15 +01:00
* 0.2.0 (12-13-2012)
2012-12-06 11:36:45 +01:00
* Add HelperInterface and support for realtime progress ( @pulse00 ).
* Add `accurate` option to `FFMpeg::extractImage` method.
2012-12-06 11:36:45 +01:00
2013-02-07 12:17:48 +01:00
* 0.1.0 (10-30-2012)
* First stable version.