From 7f913a35fb6e91b93715522e5c6f1ccd42584e33 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Sat, 18 May 2002 23:20:40 +0000 Subject: [PATCH] update Originally committed as revision 533 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Changelog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog b/Changelog index 30d04a1..0a31b29 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: -- 2.7.4