summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-07-04 11:35:39 +0300
committerStefano Sabatini <stefasab@gmail.com>2011-09-16 20:44:27 +0200
commit37cc443c83589b172a0cbc807e05059e3ce4582b (patch)
treed32466e2882c7b6e466ea0a61bbc4ddd646adcf3 /Changelog
parent553c5e9f234d062d921a4150b64ffd9b19c05135 (diff)
downloadffmpeg-37cc443c83589b172a0cbc807e05059e3ce4582b.tar.gz
lavfi: add audio convert filter
Add aconvert filter to perform sample format, channel layout, and packing format conversion. The aconvert code depends on audio conversion code in libavcodec, so this requires a dependency on libavcodec. Based on previous work by S.N. Hemanth Meenakshisundaram and Mina Nagy Zaki, performed for the GSoC 2010 and 2011.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index d3f3f6ef0d..b6d5a34bdc 100644
--- a/Changelog
+++ b/Changelog
@@ -55,6 +55,7 @@ easier to use. The changes are:
- H.264 Decoding on Android via Stagefright
- Prores decoder
- BIN/XBIN/ADF/IDF text file decoder
+- aconvert audio filter added
version 0.8: