FFmpegSource 1.21

Originally committed to SVN as r2305.
This commit is contained in:
Fredrik Mellbin 2008-08-21 17:09:42 +00:00
parent bf931df635
commit 287c316b49
1 changed files with 8 additions and 0 deletions

View File

@ -184,6 +184,14 @@ Note that --enable-w32threads is required for multithreaded decoding to work.
<h2>Changes</h2>
<ul>
<li>1.21<ul>
<li>Updated FFmpeg to rev 14845 (No more avi opening issues)</li>
</ul></li>
<li>1.20<ul>
<li>Updated FFmpeg to rev 14461</li>
</ul></li>
<li>1.19<ul>
<li>Now automatically detects the number of cpus and uses it as the default for the number of decoding threads</li>
<li>Added SWScale filter which can perform colorspace conversions and resizing and has many different resizers to choose from</li>