You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
updated - feel free to correct/improve
Originally committed as revision 1087 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
16
Changelog
16
Changelog
@@ -1,7 +1,7 @@
|
|||||||
version 0.4.6:
|
version 0.4.6pre1:
|
||||||
|
|
||||||
- completely new mpeg audio layer 1/2/3 decoder rewritten from
|
- completely new integer only mpeg audio layer 1/2/3 decoder rewritten
|
||||||
scratch.
|
from scratch.
|
||||||
- recoded dct and motion vector search with gcc (no longer depends on
|
- recoded dct and motion vector search with gcc (no longer depends on
|
||||||
nasm).
|
nasm).
|
||||||
- fix quantization bug in AC3 encoder.
|
- fix quantization bug in AC3 encoder.
|
||||||
@@ -19,6 +19,16 @@ version 0.4.6:
|
|||||||
- added first regression tests
|
- added first regression tests
|
||||||
- added MPEG2 TS demux
|
- added MPEG2 TS demux
|
||||||
- new demux API for libav
|
- 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:
|
version 0.4.5:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user