summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2016-10-05 00:32:48 +0200
committerMarton Balint <cus@passwd.hu>2016-10-13 23:01:53 +0200
commit7845c13881979494db766f67ca9a0cd1fbe1f0fa (patch)
tree793499f412cde8621a39a1c86ebc080f6b1299d5 /Changelog
parent7a65aef00d113a38e0d1a54df49eead9df6aa15c (diff)
lavfi/sidedata: add filter for manipulating frame side data
This is a similar filter to f_metadata, only it works on side data. Since adding side data from a user provided arbitrary binary string is unsafe, because current code assumes that a side data of a certain kind has the proper size, this filter only implements selection and deletion. Also, no value matching support is implemented yet, because there is no uniform way to specify a side data textually. Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 0da009c738..32f0bd41b4 100644
--- a/Changelog
+++ b/Changelog
@@ -36,6 +36,7 @@ version <next>:
- extended mov edit list support
- libfaac encoder removed
- Matroska muxer now writes CRC32 elements by default in all Level 1 elements
+- sidedata video and asidedata audio filter
version 3.1: