summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2002-05-18 23:20:40 +0000
committerFabrice Bellard <fabrice@bellard.org>2002-05-18 23:20:40 +0000
commit7f913a35fb6e91b93715522e5c6f1ccd42584e33 (patch)
tree1dbbae575e99fc78efaa5792f2be9d3692f00c0e /Changelog
parent51133a7db0a4a62ea05d4aacd31aa0cf9cedf0ec (diff)
downloadffmpeg-7f913a35fb6e91b93715522e5c6f1ccd42584e33.tar.gz
update
Originally committed as revision 533 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 30d04a1ac0..0a31b29b2e 100644
--- a/Changelog
+++ b/Changelog
@@ -5,6 +5,8 @@ version 0.4.6:
- recoded dct and motion vector search with gcc (no longer depends on
nasm).
- fix quantization bug in AC3 encoder.
+- added PCM codecs and format. Corrected wav/avi/asf pcm issues.
+- added prototype ffplay program.
- added GOB header parsing on H.263/H.263+ decoder. (Juanjo)
- bug fix on MCBPC tables of H.263. (Juanjo)
- bug fix on DC coefficients of H.263. (Juanjo)
@@ -14,6 +16,7 @@ version 0.4.6:
- preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
- added GOB header for H.263/H.263+ coding on RTP mode. (Juanjo)
- now H.263 picture size is returned on the first decoded frame. (Juanjo)
+- added first regression tests
version 0.4.5: