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