lavfi: add LUT (LookUp Table) generic filters

This commit is contained in:
Stefano Sabatini
2011-06-19 19:06:35 +02:00
parent 83f9bc8aee
commit dd2793c880
6 changed files with 488 additions and 1 deletions
+1
View File
@@ -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: