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