summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-28 21:51:03 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-19 19:06:35 +0200
commitdd2793c880ea72c9aacda8245596694d9b4f378c (patch)
tree3ecce8f1ac4e81f24312fab62bda4aa79d2d423b /Changelog
parent83f9bc8aeece0d7c5b1fadaf91118ee6a97a0390 (diff)
lavfi: add LUT (LookUp Table) generic filters
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 975c3d4c88..7745fa0938 100644
--- a/Changelog
+++ b/Changelog
@@ -16,6 +16,7 @@ version 0.7:
- All av_metadata_* functions renamed to av_dict_* and moved to libavutil
- 4:4:4 H.264 decoding support
- 10-bit H.264 optimizations for x86
+- lut, lutrgb, and lutyuv filters added
version 0.7_beta2: