Browse code

update

Originally committed as revision 533 to svn://svn.ffmpeg.org/ffmpeg/trunk

Fabrice Bellard authored on 2002/05/19 08:20:40
Showing 1 changed files
... ...
@@ -5,6 +5,8 @@ version 0.4.6:
5 5
 - recoded dct and motion vector search with gcc (no longer depends on
6 6
   nasm).
7 7
 - fix quantization bug in AC3 encoder.
8
+- added PCM codecs and format. Corrected wav/avi/asf pcm issues.
9
+- added prototype ffplay program.
8 10
 - added GOB header parsing on H.263/H.263+ decoder. (Juanjo)
9 11
 - bug fix on MCBPC tables of H.263. (Juanjo)
10 12
 - bug fix on DC coefficients of H.263. (Juanjo)
... ...
@@ -14,6 +16,7 @@ version 0.4.6:
14 14
 - preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
15 15
 - added GOB header for H.263/H.263+ coding on RTP mode. (Juanjo)
16 16
 - now H.263 picture size is returned on the first decoded frame. (Juanjo)
17
+- added first regression tests
17 18
 
18 19
 version 0.4.5:
19 20