ffmpeg-mappable-media/CHANGELOG.md

30 lines
808 B
Markdown
Raw Normal View History

2012-12-06 11:36:45 +01:00
CHANGELOG
---------
2013-04-21 18:03:45 +02:00
* 0.2.3 (04-21-2013)
* Add timeout getter and setter on FFMpeg and FFProbe
* Add timeout setting via second argument on FFMpeg::load and FFProbe::load
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.