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