diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-28 21:51:03 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-06-19 19:06:35 +0200 |
commit | dd2793c880ea72c9aacda8245596694d9b4f378c (patch) | |
tree | 3ecce8f1ac4e81f24312fab62bda4aa79d2d423b /Changelog | |
parent | 83f9bc8aeece0d7c5b1fadaf91118ee6a97a0390 (diff) | |
download | ffmpeg-dd2793c880ea72c9aacda8245596694d9b4f378c.tar.gz |
lavfi: add LUT (LookUp Table) generic filters
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |