]> git.sesse.net Git - ffmpeg/blob - Changelog
Elaborate on the Visual C-- situation.
[ffmpeg] / Changelog
1 version <next>
2 - TechSmith Camtasia (TSCC) video decoder
3 - IBM Ultimotion (ULTI) video decoder
4 - Sierra Online audio file demuxer and decoder
5 - Apple QuickDraw (qdrw) video decoder
6 - Creative ADPCM audio decoder
7 - Electronic Arts Multimedia (WVE/UV2/etc.) file demuxer
8 - Miro VideoXL (VIXL) video decoder
9 - H.261 video encoder
10 - QPEG video decoder
11 - Nullsoft Video (NSV) file demuxer
12 - Shorten audio decoder
13 - LOCO video decoder
14 - Apple Lossless Audio Codec (ALAC) decoder 
15 - Winnov WNV1 video decoder
16 - Autodesk Animator Studio Codec (AASC) decoder
17 - Indeo 2 video decoder
18 - Fraps FPS1 video decoder
19 - SNOW video encoder/decoder
20 - Sonic audio encoder/decoder
21 - Vorbis decoder
22 - Macromedia ADPCM decoder
23 - Duck TrueMotion 2 decoder
24 - Support for decoding FLX and DTA extensions in FLIC files
25 - H.264 custom quantization matrices support
26 - ffserver fixed, it should now be usable again
27
28 version 0.4.9-pre1:
29
30 - DV encoder, DV muxer
31 - Microsoft RLE video decoder
32 - Microsoft Video-1 decoder
33 - Apple Animation (RLE) decoder
34 - Apple Graphics (SMC) decoder
35 - Apple Video (RPZA) decoder
36 - Cinepak decoder
37 - Sega FILM (CPK) file demuxer
38 - Westwood multimedia support (VQA & AUD files)
39 - Id Quake II CIN playback support
40 - 8BPS video decoder
41 - FLIC playback support
42 - RealVideo 2.0 (RV20) decoder
43 - Duck TrueMotion v1 (DUCK) video decoder
44 - Sierra VMD demuxer and video decoder
45 - MSZH and ZLIB decoder support
46 - SVQ1 video encoder
47 - AMR-WB support
48 - PPC optimisations
49 - rate distortion optimal cbp support
50 - rate distorted optimal ac prediction for mpeg4
51 - rate distorted optimal lambda->qp support
52 - AAC encoding with libfaac
53 - Sunplus JPEG codec (SP5X) support
54 - use lagrange multipler instead of qp for ratecontrol
55 - theora/VP3 decoding support
56 - XA and ADX ADPCM codecs
57 - export mpeg2 active display area / pan scan
58 - Add support for configuring with IBM XLC
59 - floating point AAN DCT
60 - initial support for zygovideo (not complete)
61 - rgb ffv1 support
62 - new audio/video parser API
63 - av_log() system
64 - av_read_frame() and av_seek_frame() support
65 - missing last frame fixes
66 - seek by mouse in ffplay
67 - noise reduction of dct coefficients
68 - h263 OBMC & 4MV support
69 - h263 alternative inter vlc support
70 - h263 loop filter
71 - h263 slice structured mode
72 - interlaced DCT support for MPEG2 encoding
73 - stuffing to stay above min_bitrate
74 - mb type & qp vissualization
75 - frame stepping for ffplay
76 - interlaced motion estimation
77 - alternate scantable support
78 - SVCD scan offset support
79 - closed gop support
80 - SSE2 fdct
81 - quantizer noise shaping
82 - G.726 ADPCM audio codec
83 - MS ADPCM encoding
84 - multithreaded/SMP motion estimation
85 - multithreaded/SMP encoding for MPEG1/MPEG2/MPEG4/H263
86 - multithreaded/SMP decoding for MPEG2
87 - FLAC decoder
88 - Metrowerks CodeWarrior suppport
89 - h263+ custom pcf support
90 - nicer output for 'ffmpeg -formats'
91 - matroska demuxer
92 - SGI image format, encoding and decoding
93 - h264 loop filter support
94 - h264 CABAC support
95 - nicer looking arrows for the motion vector vissualization
96 - improved VCD support
97 - audio timestamp drift compensation
98 - mpeg2 YUV 422/444 support
99 - polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
100 - better image scaling
101 - h261 support
102 - correctly interleave packets during encoding
103 - VIS optimized motion compensation
104 - intra_dc_precission>0 encoding support
105 - support reuse of motion vectors/mb types/field select values of the source video
106 - more accurate deblock filter
107 - padding support
108 - many optimizations and bugfixes
109
110 version 0.4.8:
111
112 - MPEG2 video encoding (Michael)
113 - Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
114 - Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
115   and Mario Brito)
116 - Xan DPCM audio decoder (Mario Brito)
117 - Interplay MVE playback subsystem (Mike Melanson)
118 - Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)
119
120 version 0.4.7:
121
122 - RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq
123   (originally from public domain player for Amiga at http://www.honeypot.net/audio)
124 - Current version now also compiles with older GCC (Fabrice)
125 - 4X multimedia playback system including 4xm file demuxer (Mike
126   Melanson), and 4X video and audio codecs (Michael)
127 - Creative YUV (CYUV) decoder (Mike Melanson)
128 - FFV1 codec (our very simple lossless intra only codec, compresses much better
129   then huffyuv) (Michael)
130 - ASV1 (Asus), H.264, Intel indeo3 codecs has been added (Various)
131 - Tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
132   alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
133 - ffplay has been replaced with a newer version which uses SDL (optionally)
134   for multi platform support (fabrice)
135 - Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
136   by anonymous
137 - AMR format has been added (Johannes Carlsson)
138 - 3gp support has been added (Johannes Carlsson)
139 - VP3 codec has been added (Mike Melanson)
140 - more MPEG-1/2 fixes
141 - Better Multi platform support, MS Visual Studio fixes (various)
142 - Altivec optimizations (Magnus Damn and others)
143 - SH4 processor support has been added (BERO)
144 - New public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
145 - VOB Streaming support (Brian Foley)
146 - Better MP3 Autodetection (Andriy Rysin)
147 - qpel encoding (Michael)
148 - 4mv+b frames encoding finally fixed (Michael)
149 - chroma ME (Michael)
150 - 5 comparission functions for ME (Michael)
151 - b frame encoding speedup (Michael)
152 - wmv2 codec (unfinished - Michael)
153 - user specified diamond size for EPZS (Michael)
154 - Playstation STR playback subsystem, still experimental (Mike and Michael)
155 - ASV2 codec (Michael)
156 - CLJR decoder (Alex)
157
158 .. And lots more new enhances and fixes.
159
160 version 0.4.6:
161
162 - completely new integer only mpeg audio layer 1/2/3 decoder rewritten
163   from scratch.
164 - recoded dct and motion vector search with gcc (no longer depends on
165   nasm).
166 - fix quantization bug in AC3 encoder.
167 - added PCM codecs and format. Corrected wav/avi/asf pcm issues.
168 - added prototype ffplay program.
169 - added GOB header parsing on H.263/H.263+ decoder. (Juanjo)
170 - bug fix on MCBPC tables of H.263. (Juanjo)
171 - bug fix on DC coefficients of H.263. (Juanjo)
172 - added Advanced Prediction Mode on H.263/H.263+ decoder. (Juanjo)
173 - now we can decode H.263 streams found on QuickTime files. (Juanjo)
174 - now we can decode H.263 streams found on VIVO v1 files.(Juanjo)
175 - preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
176 - added GOB header for H.263/H.263+ coding on RTP mode. (Juanjo)
177 - now H.263 picture size is returned on the first decoded frame. (Juanjo)
178 - added first regression tests
179 - added MPEG2 TS demux
180 - new demux API for libav
181 - more accurate and faster IDCT (Michael)
182 - faster and entropy controlled motion search (Michael)
183 - two pass video encoding (Michael)
184 - new video rate control (Michael)
185 - added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
186 - great performance improvement of video encoders and decoders (Michael)
187 - new and faster bit readers and vlc parsers (Michael)
188 - high quality encoding mode : tries all macroblock/VLC types (Michael)
189 - added DV video decoder
190 - preliminary RTP/RTSP support in ffserver and libavformat
191 - H.263+ AIC decoding/encoding support. (Juanjo)
192 - VCD MPEG-PS mode. (Juanjo)
193 - PSNR stuff. (Juanjo)
194 - Simple stats output. (Juanjo)
195 - 16-bit and 15-bit rgb/bgr/gbr support (Bisqwit)
196
197 version 0.4.5:
198
199 - some header fixes (Zdenek Kabelac &lt;kabi@informatics.muni.cz&gt;).
200 - many MMX optimizations (Nick Kurshev &lt;nickols_k@mail.ru&gt;).
201 - added configure system (actually a small shell script).
202 - added mpeg audio layer 1/2/3 decoding using LGPL'ed mpglib by
203   Michael Hipp (temporary solution - waiting for integer only
204   decoder).
205 - fixed VIDIOCSYNC interrupt.
206 - added Intel H263 decoding support ('I263' avi fourCC)
207 - added Real Video 1.0 decoding (needs further testing).
208 - simplified image formats again. Added PGM format (=grey
209   pgm). Renamed old PGM to PGMYUV.
210 - fixed msmpeg4 slice issues (tell me if you still find problems).
211 - fixed opendivx bugs with newer versions (added VOL header decoding).
212 - added support for mplayer interface.
213 - added macroblock skip optimization.
214 - added MJPEG decoder.
215 - added mmx/mmxext idct from libmpeg2.
216 - added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
217   &lt;celer@shell.scrypt.net&gt;).
218 - added pixel format convertion layer (e.g. for MJPEG or PPM).
219 - added deinterlacing option.
220 - mpeg1/2 fixes.
221 - mpeg4 vol header fixes (Jonathan Marsden &lt;snmjbm@pacbell.net&gt;).
222 - ARM optimizations (Lionel Ulmer &lt;lionel.ulmer@free.fr&gt;).
223 - Windows porting of file converter.
224 - added MJPEG raw format (input/ouput).
225 - added JPEG image format support (input/output).
226
227 version 0.4.4:
228
229 - fixed some std header definitions (Bjorn Lindgren
230   &lt;bjorn.e.lindgren@telia.com&gt;).
231 - added mpeg demux (mpeg 1 and 2 compatible).
232 - added ASF demux.
233 - added prototype RM demux.
234 - added AC3 decoding (done with libac3 by Aaron Holtzman).
235 - added decoding codec parameter guessing (.e.g. for mpeg, because the
236   header does not include them).
237 - fixed header generation in mpeg1, AVI and ASF mux : wmplayer can now
238   play them (only tested video).
239 - fixed h263 white bug.
240 - fixed phase rounding in img resample filter.
241 - add mmx code for polyphase img resample filter.
242 - added CPU autodetect.
243 - added generic title/author/copyright/comment string handling (ASF and RM use them).
244 - added SWF demux to extract MP3 track (not usable yet because no MP3
245   decoder).
246 - added fractional frame rate support.
247 - codecs are no longer searched by read_header() (should fix ffserver
248   segfault).
249
250 version 0.4.3:
251
252 - BGR24 patch (initial patch by Jeroen Vreeken &lt;pe1rxq@amsat.org&gt;).
253 - fixed raw yuv output.
254 - added motion rounding support in MPEG4.
255 - fixed motion bug rounding in MSMPEG4.
256 - added B frame handling in video core.
257 - added full MPEG1 decoding support.
258 - added partial (frame only) MPEG2 support.
259 - changed the FOURCC code for H.263 to "U263" to be able to see the
260 +AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
261 this +codec ;) (JuanJo).
262 - Halfpel motion estimation after mb type selection (JuanJo).
263 - added pgm and .Y.U.V output format.
264 - suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
265   output.
266 - added pgmpipe I/O format (original patch from Martin Aumueller
267   &lt;lists@reserv.at&gt;, but changed completely since we use a format
268   instead of a protocol).
269
270 version 0.4.2:
271
272 - added H263/MPEG4/MSMPEG4 decoding support. MPEG4 decoding support
273   (for openDIVX) is almost complete: 8x8 MVs and rounding are
274   missing. MSMPEG4 support is complete.
275 - added prototype MPEG1 decoder. Only I and P frames handled yet (it
276   can decode ffmpeg mpegs :-)).
277 - added libavcodec API documentation (see apiexample.c).
278 - fixed image polyphase bug (the bottom of some images could be
279   greenish).
280 - added support for non clipped motion vectors (decoding only)
281   and image sizes non multiple of 16.
282 - added support for AC prediction (decoding only).
283 - added file overwrite confirmation (can be disabled with -y).
284 - Added custom size picture to H.263 using H.263+ (Juanjo).
285
286 version 0.4.1:
287
288 - added MSMPEG4 (aka DIVX) compatible encoder. Changed default codec
289   of avi and asf to DIV3.
290 - added -me option to set motion estimation method
291   (default=log). suppressed redundant -hq option.
292 - added options -acodec and -vcodec to force a given codec (useful for
293   AVI for example).
294 - fixed -an option.
295 - improved dct_quantize speed.
296 - factorized some motion estimation code.
297
298 version 0.4.0:
299
300 - removing grab code from ffserver and moved it to ffmpeg. Added multi
301   stream support to ffmpeg.
302 - added timeshifting support for live feeds (option ?date=xxx in the
303   URL).
304 - added high quality image resize code with polyphase filter (need
305   mmx/see optimisation). Enable multiple image size support in ffserver.
306 - added multi live feed support in ffserver.
307 - suppressed master feature from ffserver (it should be done with an
308   external program which opens the .ffm url and writes it to another
309   ffserver).
310 - added preliminary support for video stream parsing (wav and avi half
311   done). Added proper support for audio/video file convertion in
312   ffmpeg.
313 - added preliminary support for video file sending from ffserver.
314 - redesigning I/O subsystem : now using URL based input and output
315   (see avio.h).
316 - added wav format support.
317 - added "tty user interface" to ffmpeg to stop grabbing gracefully.
318 - added MMX/SSE optimizations to SAD (Sums of Absolutes Diferences)
319   (Juan J. Sierralta P. a.k.a. "Juanjo" &lt;juanjo@atmlab.utfsm.cl&gt;).
320 - added MMX DCT from mpeg2_movie 1.5 (Juanjo).
321 - added new motion estimation algorithms, log and phods (Juanjo).
322 - changed directories : libav for format handling, libavcodec for
323   codecs.
324
325 version 0.3.4:
326
327 - added stereo in mpeg audio encoder.
328
329 version 0.3.3:
330
331 - added 'high quality' mode which use motion vectors. It can be used in
332   real time at low resolution.
333 - fixed rounding problems which caused quality problems at high
334   bitrates and large gop size.
335
336 version 0.3.2: small fixes
337
338 - asf fixes
339 - put_seek bug fix
340
341 version 0.3.1: added avi/divx support
342
343 - added avi support
344 - added mpeg4 codec compatible with open divx. It is based on the h263
345   codec.
346 - added sound for flash format (not tested)
347
348 version 0.3: initial public release