Merge branch '0.3'

Conflicts:
	CHANGELOG.md
This commit is contained in:
Romain Neutron 2013-10-21 14:15:55 +02:00
commit 3a583ee913

View file

@ -6,16 +6,16 @@ CHANGELOG
* Add support for video to audio transcoding
* BC Break : Add FormatInterface::getPasses and FormatInterface::getExtraParams
* 0.3.5 (xx-xx-2013)
* 0.3.5 (10-21-2013)
* Add vorbis audio format (@jacobbudin).
* Fix #66 : Allow single pass encodings.
* 0.3.4 (05-09-2013)
* 0.3.4 (09-05-2013)
* Fix Invalid ratio computing.
* 0.3.3 (05-09-2013)
* 0.3.3 (09-05-2013)
* Add convenient Stream::getDimensions method to extract video dimension.
* Add DisplayRatioFixer Frame filter.
@ -24,7 +24,7 @@ CHANGELOG
* Fix A/V synchronization over flash and HTML5 players.
* 0.3.1 (06-08-2013)
* 0.3.1 (08-06-2013)
* Allow use of FFProbe on remote URIs.
* Fix #47 : MediaTypeInterface::save adds filters depending on the codec.