updated - feel free to correct/improve

Originally committed as revision 1087 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2002-10-28 00:29:13 +00:00
parent 60837265bc
commit 6d29182097
1 changed files with 13 additions and 3 deletions

View File

@ -1,7 +1,7 @@
version 0.4.6:
version 0.4.6pre1:
- completely new mpeg audio layer 1/2/3 decoder rewritten from
scratch.
- completely new integer only mpeg audio layer 1/2/3 decoder rewritten
from scratch.
- recoded dct and motion vector search with gcc (no longer depends on
nasm).
- fix quantization bug in AC3 encoder.
@ -19,6 +19,16 @@ version 0.4.6:
- added first regression tests
- added MPEG2 TS demux
- new demux API for libav
- more accurate and faster IDCT (Michael)
- faster and entropy controlled motion search (Michael)
- two pass video encoding (Michael)
- new video rate control (Michael)
- added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
- great performance improvement of video encoders and decoders (Michael)
- new and faster bit readers and vlc parsers (Michael)
- high quality encoding mode : tries all macroblock/VLC types (Michael)
- added DV video decoder
- preliminary RTP/RTSP support in ffserver and libavformat
version 0.4.5: