diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-09 18:13:10 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-14 00:00:31 +0200 |
commit | 6b61920ab76dc6d85ef462909951923935dd643f (patch) | |
tree | b936120e4ebfbf43c0010a45dcb52768bef84dc0 /Changelog | |
parent | bb258fb995a42112d1fe14f53ec599b2cd19b707 (diff) | |
download | ffmpeg-6b61920ab76dc6d85ef462909951923935dd643f.tar.gz |
lavfi: port boxblur filter from libmpcodecs
With the following additions:
* support to gray format
* support to yuva420p format
* parametric luma/chroma/alpha radius
* consistency check on the radius values, avoid crashes with invalid values
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ releases are sorted from youngest to oldest. version next: - openal input device added +- boxblur filter added version 0.8: |