summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-03-13 14:24:45 +0100
committerAnton Khirnov <anton@khirnov.net>2013-03-28 07:55:48 +0100
commita4208b9b7d62c09414bd42172c6f30a8296dd1eb (patch)
tree9aebca5d76ac80ec918b757abf242f11ef1ddafc /Changelog
parentcf53704c55378cc0dcfc16637cdac7d58f0b3107 (diff)
avconv: add options for reading filtergraphs from a file.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 15c0873768..1c493c2dc8 100644
--- a/Changelog
+++ b/Changelog
@@ -7,6 +7,8 @@ version 10:
- reference-counting for AVFrame and AVPacket data
- avconv now fails when input options are used for output file
or vice versa
+- new avconv options -filter_script and -filter_complex_script, which allow a
+ filtergraph description to be read from a file
version 9: