summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2002-12-28 13:54:11 +0000
committerFabrice Bellard <fabrice@bellard.org>2002-12-28 13:54:11 +0000
commitd3d100875e627a4a6565af3c2d4e6e60db878241 (patch)
treef8aa64b359ca6dc9f77dc4ed45971bf733ca95f9 /Changelog
parent61b717c362dc22ee8f3697fef5fe26482ae8edde (diff)
update
Originally committed as revision 1369 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog12
1 files changed, 11 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index d7ee8471ea..df3c02cd07 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,14 @@
-version 0.4.6pre1:
+version 0.4.7:
+
+- qpel encoding (Michael)
+- 4mv+b frames encoding finally fixed (Michael)
+- chroma ME (Michael)
+- 5 comparission functions for ME (Michael)
+- b frame encoding speedup (Michael)
+- wmv2 codec (unfinished)
+- user specified diamond size for EPZS (Michael)
+
+version 0.4.6:
- completely new integer only mpeg audio layer 1/2/3 decoder rewritten
from scratch.