avfilter: add codecview filter

This commit is contained in:
Clément Bœsch
2014-08-18 16:32:26 +02:00
committed by Clément Bœsch
parent 6dfa70f272
commit f888331769
13 changed files with 374 additions and 3 deletions

View File

@@ -37,6 +37,7 @@
• ported lenscorrection filter from frei0r filter
• large optimizations in dctdnoiz to make it usable
• added codecview filter to visualize information exported by some codecs
┌────────────────────────────┐
│ libavutil │
@@ -49,3 +50,4 @@
└────────────────────────────┘
• dctdnoiz filter now uses a block size of 8x8 instead of 16x16 by default
• -vismv option is deprecated in favor of the codecview filter