]> git.sesse.net Git - ffmpeg/blob - Changelog
-vcodec copy fix patch by (mru at users dot sourceforge dot net (Måns Rullgård))
[ffmpeg] / Changelog
1 version 0.4.6pre1:
2
3 - completely new integer only mpeg audio layer 1/2/3 decoder rewritten
4   from scratch.
5 - recoded dct and motion vector search with gcc (no longer depends on
6   nasm).
7 - fix quantization bug in AC3 encoder.
8 - added PCM codecs and format. Corrected wav/avi/asf pcm issues.
9 - added prototype ffplay program.
10 - added GOB header parsing on H.263/H.263+ decoder. (Juanjo)
11 - bug fix on MCBPC tables of H.263. (Juanjo)
12 - bug fix on DC coefficients of H.263. (Juanjo)
13 - added Advanced Prediction Mode on H.263/H.263+ decoder. (Juanjo)
14 - now we can decode H.263 streams found on QuickTime files. (Juanjo)
15 - now we can decode H.263 streams found on VIVO v1 files.(Juanjo)
16 - preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
17 - added GOB header for H.263/H.263+ coding on RTP mode. (Juanjo)
18 - now H.263 picture size is returned on the first decoded frame. (Juanjo)
19 - added first regression tests
20 - added MPEG2 TS demux
21 - new demux API for libav
22 - more accurate and faster IDCT (Michael)
23 - faster and entropy controlled motion search (Michael)
24 - two pass video encoding (Michael)
25 - new video rate control (Michael)
26 - added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
27 - great performance improvement of video encoders and decoders (Michael)
28 - new and faster bit readers and vlc parsers (Michael)
29 - high quality encoding mode : tries all macroblock/VLC types (Michael)
30 - added DV video decoder
31 - preliminary RTP/RTSP support in ffserver and libavformat
32 - H.263+ AIC decoding/encoding support. (Juanjo)
33 - VCD MPEG-PS mode. (Juanjo)
34 - PSNR stuff. (Juanjo)
35 - Simple stats output. (Juanjo)
36
37 version 0.4.5:
38
39 - some header fixes (Zdenek Kabelac <kabi@informatics.muni.cz>).
40 - many MMX optimizations (Nick Kurshev <nickols_k@mail.ru>).
41 - added configure system (actually a small shell script).
42 - added mpeg audio layer 1/2/3 decoding using LGPL'ed mpglib by
43   Michael Hipp (temporary solution - waiting for integer only
44   decoder).
45 - fixed VIDIOCSYNC interrupt.
46 - added Intel H263 decoding support ('I263' avi fourCC)
47 - added Real Video 1.0 decoding (needs further testing).
48 - simplified image formats again. Added PGM format (=grey
49   pgm). Renamed old PGM to PGMYUV.
50 - fixed msmpeg4 slice issues (tell me if you still find problems).
51 - fixed opendivx bugs with newer versions (added VOL header decoding).
52 - added support for mplayer interface.
53 - added macroblock skip optimization.
54 - added MJPEG decoder.
55 - added mmx/mmxext idct from libmpeg2.
56 - added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
57   <celer@shell.scrypt.net>).
58 - added pixel format convertion layer (e.g. for MJPEG or PPM).
59 - added deinterlacing option.
60 - mpeg1/2 fixes.
61 - mpeg4 vol header fixes (Jonathan Marsden <snmjbm@pacbell.net>).
62 - ARM optimizations (Lionel Ulmer <lionel.ulmer@free.fr>).
63 - Windows porting of file converter.
64 - added MJPEG raw format (input/ouput).
65 - added JPEG image format support (input/output).
66
67 version 0.4.4:
68
69 - fixed some std header definitions (Bjorn Lindgren
70   <bjorn.e.lindgren@telia.com>).
71 - added mpeg demux (mpeg 1 and 2 compatible).
72 - added ASF demux.
73 - added prototype RM demux.
74 - added AC3 decoding (done with libac3 by Aaron Holtzman).
75 - added decoding codec parameter guessing (.e.g. for mpeg, because the
76   header does not include them).
77 - fixed header generation in mpeg1, AVI and ASF mux : wmplayer can now
78   play them (only tested video).
79 - fixed h263 white bug.
80 - fixed phase rounding in img resample filter.
81 - add mmx code for polyphase img resample filter.
82 - added CPU autodetect.
83 - added generic title/author/copyright/comment string handling (ASF and RM use them).
84 - added SWF demux to extract MP3 track (not usable yet because no MP3
85   decoder).
86 - added fractional frame rate support.
87 - codecs are no longer searched by read_header() (should fix ffserver
88   segfault).
89
90 version 0.4.3:
91
92 - BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq@amsat.org>).
93 - fixed raw yuv output.
94 - added motion rounding support in MPEG4.
95 - fixed motion bug rounding in MSMPEG4.
96 - added B frame handling in video core.
97 - added full MPEG1 decoding support.
98 - added partial (frame only) MPEG2 support.
99 - changed the FOURCC code for H.263 to "U263" to be able to see the
100 +AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
101 this +codec ;) (JuanJo).
102 - Halfpel motion estimation after mb type selection (JuanJo).
103 - added pgm and .Y.U.V output format.
104 - suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
105   output.
106 - added pgmpipe I/O format (original patch from Martin Aumueller
107   <lists@reserv.at>, but changed completely since we use a format
108   instead of a protocol).
109
110 version 0.4.2:
111
112 - added H263/MPEG4/MSMPEG4 decoding support. MPEG4 decoding support
113   (for openDIVX) is almost complete: 8x8 MVs and rounding are
114   missing. MSMPEG4 support is complete.
115 - added prototype MPEG1 decoder. Only I and P frames handled yet (it
116   can decode ffmpeg mpegs :-)).
117 - added libavcodec API documentation (see apiexample.c).
118 - fixed image polyphase bug (the bottom of some images could be
119   greenish).
120 - added support for non clipped motion vectors (decoding only)
121   and image sizes non multiple of 16.
122 - added support for AC prediction (decoding only).
123 - added file overwrite confirmation (can be disabled with -y).
124 - Added custom size picture to H.263 using H.263+ (Juanjo).
125
126 version 0.4.1:
127
128 - added MSMPEG4 (aka DIVX) compatible encoder. Changed default codec
129   of avi and asf to DIV3.
130 - added -me option to set motion estimation method
131   (default=log). suppressed redundant -hq option.
132 - added options -acodec and -vcodec to force a given codec (useful for
133   AVI for example).
134 - fixed -an option.
135 - improved dct_quantize speed.
136 - factorized some motion estimation code.
137
138 version 0.4.0:
139
140 - removing grab code from ffserver and moved it to ffmpeg. Added multi
141   stream support to ffmpeg.
142 - added timeshifting support for live feeds (option ?date=xxx in the
143   URL).
144 - added high quality image resize code with polyphase filter (need
145   mmx/see optimisation). Enable multiple image size support in ffserver.
146 - added multi live feed support in ffserver.
147 - suppressed master feature from ffserver (it should be done with an
148   external program which opens the .ffm url and writes it to another
149   ffserver).
150 - added preliminary support for video stream parsing (wav and avi half
151   done). Added proper support for audio/video file convertion in
152   ffmpeg.
153 - added preliminary support for video file sending from ffserver.
154 - redesigning I/O subsystem : now using URL based input and output
155   (see avio.h).
156 - added wav format support.
157 - added "tty user interface" to ffmpeg to stop grabbing gracefully.
158 - added MMX/SSE optimizations to SAD (Sums of Absolutes Diferences)
159   (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo@atmlab.utfsm.cl>).
160 - added MMX DCT from mpeg2_movie 1.5 (Juanjo).
161 - added new motion estimation algorithms, log and phods (Juanjo).
162 - changed directories : libav for format handling, libavcodec for
163   codecs.
164
165 version 0.3.4:
166
167 - added stereo in mpeg audio encoder.
168
169 version 0.3.3:
170
171 - added 'high quality' mode which use motion vectors. It can be used in
172   real time at low resolution.
173 - fixed rounding problems which caused quality problems at high
174   bitrates and large gop size.
175
176 version 0.3.2: small fixes
177
178 - asf fixes
179 - put_seek bug fix
180
181 version 0.3.1: added avi/divx support
182
183 - added avi support
184 - added mpeg4 codec compatible with open divx. It is based on the h263
185   codec.
186 - added sound for flash format (not tested)
187
188 version 0.3: initial public release