diff options
author | Clément Bœsch <clement@stupeflix.com> | 2014-08-18 16:32:26 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-08-24 14:35:11 +0200 |
commit | f888331769d666fd7b9cebf7d1b6d824300978cb (patch) | |
tree | 612e293481539cab0b90dac4ed5baed76baa066c /RELEASE_NOTES | |
parent | 6dfa70f272d7ede75d45991c907dd93c50be1690 (diff) | |
download | ffmpeg-f888331769d666fd7b9cebf7d1b6d824300978cb.tar.gz |
avfilter: add codecview filter
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index eb73e8890b..3fbf556bac 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -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 |