diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-10-20 07:45:51 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-01-05 10:25:32 +0100 |
commit | 014056635944b7b22cd25aef44f0cdc4c237e9b6 (patch) | |
tree | cadfbf37a7ca6ef179f99ef94bed9e58a18718b3 /tests/ref | |
parent | 172505b8bc361e4b08c75baf2d4d94e6c2ac94b9 (diff) | |
download | ffmpeg-014056635944b7b22cd25aef44f0cdc4c237e9b6.tar.gz |
lavfi: add histeq filter
This is a port of virtual dub's histogram equalization filter by Donald
A. Graft. Based on the work by Jérémy Tran <tran.jeremy.av@gmail.com>,
done for SOCIS 2012.
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/lavfi/histeq | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ref/lavfi/histeq b/tests/ref/lavfi/histeq new file mode 100644 index 0000000000..a250902dae --- /dev/null +++ b/tests/ref/lavfi/histeq @@ -0,0 +1,6 @@ +abgr a538e1221c94a12fb4e60b47b5358f67 +argb d0ef008d603d67a6a7d698d2a8f53d6a +bgr24 9ef3c69a658490c4fbc807272372e73a +bgra 716e70fdf7413d9a3b83e0365c2b0a99 +rgb24 8423322bbc66bc5050f6b93fdab23433 +rgba a960c9423bbb3925c3511362348b38e2 |