]> git.sesse.net Git - ffmpeg/blob - Changelog
fixpoint log() for tiny_psnr so it can output actual PSNR
[ffmpeg] / Changelog
1 version <next>:
2 - DV encoder, DV muxer
3 - Microsoft RLE video decoder
4 - Microsoft Video-1 decoder
5 - Apple Graphics (SMC) decoder
6 - Apple Video (RPZA) decoder
7 - Cinepak decoder
8 - Sega FILM (CPK) file demuxer
9 - Westwood multimedia support (VQA & AUD files)
10 - Id Quake II CIN playback support
11 - 8BPS video decoder
12 - FLIC playback support
13 - RealVideo 2.0 (RV20) decoder
14 - Duck TrueMotion v1 (DUCK) video decoder
15
16 version 0.4.8:
17
18 - MPEG2 video encoding (Michael)
19 - Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
20 - Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
21   and Mario Brito)
22 - Xan DPCM audio decoder (Mario Brito)
23 - Interplay MVE playback subsystem (Mike Melanson)
24 - Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)
25
26 version 0.4.7:
27
28 - RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq
29   (originally from public domain player for Amiga at http://www.honeypot.net/audio)
30 - Current version now also compiles with older GCC (Fabrice)
31 - 4X multimedia playback system including 4xm file demuxer (Mike
32   Melanson), and 4X video and audio codecs (Michael)
33 - Creative YUV (CYUV) decoder (Mike Melanson)
34 - FFV1 codec (our very simple lossless intra only codec, compresses much better
35   then huffyuv) (Michael)
36 - ASV1 (Asus), H.264, Intel indeo3 codecs has been added (Various)
37 - Tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
38   alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
39 - ffplay has been replaced with a newer version which uses SDL (optionally)
40   for multi platform support (fabrice)
41 - Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
42   by anonymous
43 - AMR format has been added (Johannes Carlsson)
44 - 3gp support has been added (Johannes Carlsson)
45 - VP3 codec has been added (Mike Melanson)
46 - more MPEG-1/2 fixes
47 - Better Multi platform support, MS Visual Studio fixes (various)
48 - Altivec optimizations (Magnus Damn and others)
49 - SH4 processor support has been added (BERO)
50 - New public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
51 - VOB Streaming support (Brian Foley)
52 - Better MP3 Autodetection (Andriy Rysin)
53 - qpel encoding (Michael)
54 - 4mv+b frames encoding finally fixed (Michael)
55 - chroma ME (Michael)
56 - 5 comparission functions for ME (Michael)
57 - b frame encoding speedup (Michael)
58 - wmv2 codec (unfinished - Michael)
59 - user specified diamond size for EPZS (Michael)
60 - Playstation STR playback subsystem, still experimental (Mike and Michael)
61 - ASV2 codec (Michael)
62 - CLJR decoder (Alex)
63
64 .. And lots more new enhances and fixes.
65
66 version 0.4.6:
67
68 - completely new integer only mpeg audio layer 1/2/3 decoder rewritten
69   from scratch.
70 - recoded dct and motion vector search with gcc (no longer depends on
71   nasm).
72 - fix quantization bug in AC3 encoder.
73 - added PCM codecs and format. Corrected wav/avi/asf pcm issues.
74 - added prototype ffplay program.
75 - added GOB header parsing on H.263/H.263+ decoder. (Juanjo)
76 - bug fix on MCBPC tables of H.263. (Juanjo)
77 - bug fix on DC coefficients of H.263. (Juanjo)
78 - added Advanced Prediction Mode on H.263/H.263+ decoder. (Juanjo)
79 - now we can decode H.263 streams found on QuickTime files. (Juanjo)
80 - now we can decode H.263 streams found on VIVO v1 files.(Juanjo)
81 - preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
82 - added GOB header for H.263/H.263+ coding on RTP mode. (Juanjo)
83 - now H.263 picture size is returned on the first decoded frame. (Juanjo)
84 - added first regression tests
85 - added MPEG2 TS demux
86 - new demux API for libav
87 - more accurate and faster IDCT (Michael)
88 - faster and entropy controlled motion search (Michael)
89 - two pass video encoding (Michael)
90 - new video rate control (Michael)
91 - added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
92 - great performance improvement of video encoders and decoders (Michael)
93 - new and faster bit readers and vlc parsers (Michael)
94 - high quality encoding mode : tries all macroblock/VLC types (Michael)
95 - added DV video decoder
96 - preliminary RTP/RTSP support in ffserver and libavformat
97 - H.263+ AIC decoding/encoding support. (Juanjo)
98 - VCD MPEG-PS mode. (Juanjo)
99 - PSNR stuff. (Juanjo)
100 - Simple stats output. (Juanjo)
101 - 16-bit and 15-bit rgb/bgr/gbr support (Bisqwit)
102
103 version 0.4.5:
104
105 - some header fixes (Zdenek Kabelac &lt;kabi@informatics.muni.cz&gt;).
106 - many MMX optimizations (Nick Kurshev &lt;nickols_k@mail.ru&gt;).
107 - added configure system (actually a small shell script).
108 - added mpeg audio layer 1/2/3 decoding using LGPL'ed mpglib by
109   Michael Hipp (temporary solution - waiting for integer only
110   decoder).
111 - fixed VIDIOCSYNC interrupt.
112 - added Intel H263 decoding support ('I263' avi fourCC)
113 - added Real Video 1.0 decoding (needs further testing).
114 - simplified image formats again. Added PGM format (=grey
115   pgm). Renamed old PGM to PGMYUV.
116 - fixed msmpeg4 slice issues (tell me if you still find problems).
117 - fixed opendivx bugs with newer versions (added VOL header decoding).
118 - added support for mplayer interface.
119 - added macroblock skip optimization.
120 - added MJPEG decoder.
121 - added mmx/mmxext idct from libmpeg2.
122 - added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
123   &lt;celer@shell.scrypt.net&gt;).
124 - added pixel format convertion layer (e.g. for MJPEG or PPM).
125 - added deinterlacing option.
126 - mpeg1/2 fixes.
127 - mpeg4 vol header fixes (Jonathan Marsden &lt;snmjbm@pacbell.net&gt;).
128 - ARM optimizations (Lionel Ulmer &lt;lionel.ulmer@free.fr&gt;).
129 - Windows porting of file converter.
130 - added MJPEG raw format (input/ouput).
131 - added JPEG image format support (input/output).
132
133 version 0.4.4:
134
135 - fixed some std header definitions (Bjorn Lindgren
136   &lt;bjorn.e.lindgren@telia.com&gt;).
137 - added mpeg demux (mpeg 1 and 2 compatible).
138 - added ASF demux.
139 - added prototype RM demux.
140 - added AC3 decoding (done with libac3 by Aaron Holtzman).
141 - added decoding codec parameter guessing (.e.g. for mpeg, because the
142   header does not include them).
143 - fixed header generation in mpeg1, AVI and ASF mux : wmplayer can now
144   play them (only tested video).
145 - fixed h263 white bug.
146 - fixed phase rounding in img resample filter.
147 - add mmx code for polyphase img resample filter.
148 - added CPU autodetect.
149 - added generic title/author/copyright/comment string handling (ASF and RM use them).
150 - added SWF demux to extract MP3 track (not usable yet because no MP3
151   decoder).
152 - added fractional frame rate support.
153 - codecs are no longer searched by read_header() (should fix ffserver
154   segfault).
155
156 version 0.4.3:
157
158 - BGR24 patch (initial patch by Jeroen Vreeken &lt;pe1rxq@amsat.org&gt;).
159 - fixed raw yuv output.
160 - added motion rounding support in MPEG4.
161 - fixed motion bug rounding in MSMPEG4.
162 - added B frame handling in video core.
163 - added full MPEG1 decoding support.
164 - added partial (frame only) MPEG2 support.
165 - changed the FOURCC code for H.263 to "U263" to be able to see the
166 +AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
167 this +codec ;) (JuanJo).
168 - Halfpel motion estimation after mb type selection (JuanJo).
169 - added pgm and .Y.U.V output format.
170 - suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
171   output.
172 - added pgmpipe I/O format (original patch from Martin Aumueller
173   &lt;lists@reserv.at&gt;, but changed completely since we use a format
174   instead of a protocol).
175
176 version 0.4.2:
177
178 - added H263/MPEG4/MSMPEG4 decoding support. MPEG4 decoding support
179   (for openDIVX) is almost complete: 8x8 MVs and rounding are
180   missing. MSMPEG4 support is complete.
181 - added prototype MPEG1 decoder. Only I and P frames handled yet (it
182   can decode ffmpeg mpegs :-)).
183 - added libavcodec API documentation (see apiexample.c).
184 - fixed image polyphase bug (the bottom of some images could be
185   greenish).
186 - added support for non clipped motion vectors (decoding only)
187   and image sizes non multiple of 16.
188 - added support for AC prediction (decoding only).
189 - added file overwrite confirmation (can be disabled with -y).
190 - Added custom size picture to H.263 using H.263+ (Juanjo).
191
192 version 0.4.1:
193
194 - added MSMPEG4 (aka DIVX) compatible encoder. Changed default codec
195   of avi and asf to DIV3.
196 - added -me option to set motion estimation method
197   (default=log). suppressed redundant -hq option.
198 - added options -acodec and -vcodec to force a given codec (useful for
199   AVI for example).
200 - fixed -an option.
201 - improved dct_quantize speed.
202 - factorized some motion estimation code.
203
204 version 0.4.0:
205
206 - removing grab code from ffserver and moved it to ffmpeg. Added multi
207   stream support to ffmpeg.
208 - added timeshifting support for live feeds (option ?date=xxx in the
209   URL).
210 - added high quality image resize code with polyphase filter (need
211   mmx/see optimisation). Enable multiple image size support in ffserver.
212 - added multi live feed support in ffserver.
213 - suppressed master feature from ffserver (it should be done with an
214   external program which opens the .ffm url and writes it to another
215   ffserver).
216 - added preliminary support for video stream parsing (wav and avi half
217   done). Added proper support for audio/video file convertion in
218   ffmpeg.
219 - added preliminary support for video file sending from ffserver.
220 - redesigning I/O subsystem : now using URL based input and output
221   (see avio.h).
222 - added wav format support.
223 - added "tty user interface" to ffmpeg to stop grabbing gracefully.
224 - added MMX/SSE optimizations to SAD (Sums of Absolutes Diferences)
225   (Juan J. Sierralta P. a.k.a. "Juanjo" &lt;juanjo@atmlab.utfsm.cl&gt;).
226 - added MMX DCT from mpeg2_movie 1.5 (Juanjo).
227 - added new motion estimation algorithms, log and phods (Juanjo).
228 - changed directories : libav for format handling, libavcodec for
229   codecs.
230
231 version 0.3.4:
232
233 - added stereo in mpeg audio encoder.
234
235 version 0.3.3:
236
237 - added 'high quality' mode which use motion vectors. It can be used in
238   real time at low resolution.
239 - fixed rounding problems which caused quality problems at high
240   bitrates and large gop size.
241
242 version 0.3.2: small fixes
243
244 - asf fixes
245 - put_seek bug fix
246
247 version 0.3.1: added avi/divx support
248
249 - added avi support
250 - added mpeg4 codec compatible with open divx. It is based on the h263
251   codec.
252 - added sound for flash format (not tested)
253
254 version 0.3: initial public release