diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-11-05 14:48:41 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2011-11-18 19:39:26 +0100 |
commit | 1fbf7165d59907a0632f8b72664a31f97f218656 (patch) | |
tree | ae041d0ba2b057ade062716213bbcf46099f048b /Changelog | |
parent | fd1cea6549c29c557b22021451ef6d0fe6ef2123 (diff) | |
download | ffmpeg-1fbf7165d59907a0632f8b72664a31f97f218656.tar.gz |
lavfi: reimplement MPlayer's af_pan filter for libavfilter.
Original code by Clément Bœsch.
Parameters parsing and misc enhancements by Nicolas George.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -122,6 +122,7 @@ easier to use. The changes are: - VBLE Decoder - OS X Video Decoder Acceleration (VDA) support - compact and csv output in ffprobe +- pan audio filter version 0.8: |