diff options
author | Clément Bœsch <u@pkh.me> | 2014-06-28 20:35:27 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-08-07 19:59:07 +0200 |
commit | 06362ab7509eb0fc3587067ff4b5416f11a87933 (patch) | |
tree | 5cb5249e8606da3538fc40fd3bf76a39725872cd /configure | |
parent | 75bd83d448fec8108cdbb6a4f78cd0f7b1fc411e (diff) | |
download | ffmpeg-streaming-06362ab7509eb0fc3587067ff4b5416f11a87933.zip ffmpeg-streaming-06362ab7509eb0fc3587067ff4b5416f11a87933.tar.gz |
avfilter/dctdnoiz: rewrite [f/i]dct
This removes the avcodec dependency and make the code almost twice as
fast. More to come.
The DCT factorization is based on "Fast and numerically stable
algorithms for discrete cosine transforms" from Gerlind Plonkaa &
Manfred Tasche (DOI: 10.1016/j.laa.2004.07.015).
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2530,8 +2530,6 @@ boxblur_filter_deps="gpl" bs2b_filter_deps="libbs2b" colormatrix_filter_deps="gpl" cropdetect_filter_deps="gpl" -dctdnoiz_filter_deps="avcodec" -dctdnoiz_filter_select="dct" delogo_filter_deps="gpl" deshake_filter_select="pixelutils" drawtext_filter_deps="libfreetype" |