1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00
Originally committed as revision 1951 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Hetz Ben Hamo 2003-06-11 21:45:23 +00:00
parent 1bc3ac78f2
commit 8285331811

View File

@ -1,5 +1,6 @@
Upcoming version 0.4.7:
- Current version now also compiles with older GCC (Fabrice)
- 4X multimedia playback system including 4xm file demuxer (Mike
Melanson), and 4X video and audio codecs (Michael)
- Creative YUV (CYUV) decoder (Mike Melanson)
@ -13,7 +14,7 @@ Upcoming version 0.4.7:
- Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
by anonymous
- AMR format has been added (Johannes Carlsson)
- 3gp support has been added (Johannes Carlsson, improved by Johannes Carlsson)
- 3gp support has been added (Johannes Carlsson)
- VP3 codec has been added (Mike Melanson)
- more MPEG-1/2 fixes
- Better Multi platform support, MS Visual Studio fixes (various)