Changelog 13.2 KB
Newer Older
1 2
version <next>
- TechSmith Camtasia (TSCC) video decoder
3
- IBM Ultimotion (ULTI) video decoder
4 5
- Sierra Online audio file demuxer and decoder
- 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
M
Mike Melanson 已提交
9
- H.261 video encoder
10
- QPEG video decoder
M
Mike Melanson 已提交
11
- Nullsoft Video (NSV) file demuxer
M
Mike Melanson 已提交
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
D
Indeo 2  
Diego Biurrun 已提交
17
- Indeo 2 video decoder
18
- Fraps FPS1 video decoder
A
Alex Beregszaszi 已提交
19 20 21 22
- SNOW video encoder/decoder
- Sonic audio encoder/decoder
- Vorbis decoder
- Macromedia ADPCM decoder
M
Mike Melanson 已提交
23 24
- Duck TrueMotion 2 decoder
- Support for decoding FLX and DTA extensions in FLIC files
L
Loren Merritt 已提交
25
- H.264 custom quantization matrices support
D
Diego Biurrun 已提交
26
- ffserver fixed, it should now be usable again
D
QDM2  
Diego Biurrun 已提交
27
- QDM2 audio decoder
D
updates  
Diego Biurrun 已提交
28 29 30 31 32
- cook audio decoder
- wma2 audio decoder fixed, now all files should play correctly
- jpeg-ls decoder (unfinished)
- build system improvements
- tabs and trailing whitespace removed from the codebase
33

M
update  
Michael Niedermayer 已提交
34 35
version 0.4.9-pre1:

36
- DV encoder, DV muxer
37 38
- Microsoft RLE video decoder
- Microsoft Video-1 decoder
39
- Apple Animation (RLE) decoder
M
Mike Melanson 已提交
40
- Apple Graphics (SMC) decoder
41 42 43
- Apple Video (RPZA) decoder
- Cinepak decoder
- Sega FILM (CPK) file demuxer
M
Mike Melanson 已提交
44
- Westwood multimedia support (VQA & AUD files)
45
- Id Quake II CIN playback support
M
Mike Melanson 已提交
46 47
- 8BPS video decoder
- FLIC playback support
48 49
- RealVideo 2.0 (RV20) decoder
- Duck TrueMotion v1 (DUCK) video decoder
M
Mike Melanson 已提交
50
- Sierra VMD demuxer and video decoder
M
update  
Michael Niedermayer 已提交
51
- MSZH and ZLIB decoder support
52
- SVQ1 video encoder
M
update  
Michael Niedermayer 已提交
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
- AMR-WB support
- PPC optimisations
- rate distortion optimal cbp support
- rate distorted optimal ac prediction for mpeg4
- rate distorted optimal lambda->qp support
- AAC encoding with libfaac
- Sunplus JPEG codec (SP5X) support
- use lagrange multipler instead of qp for ratecontrol
- theora/VP3 decoding support
- XA and ADX ADPCM codecs
- export mpeg2 active display area / pan scan
- Add support for configuring with IBM XLC
- floating point AAN DCT
- initial support for zygovideo (not complete)
- rgb ffv1 support
- new audio/video parser API
- av_log() system
- av_read_frame() and av_seek_frame() support
- missing last frame fixes
- seek by mouse in ffplay
- noise reduction of dct coefficients
- h263 OBMC & 4MV support
- h263 alternative inter vlc support
- h263 loop filter
- h263 slice structured mode
- interlaced DCT support for MPEG2 encoding
- stuffing to stay above min_bitrate
- mb type & qp vissualization
- frame stepping for ffplay
- interlaced motion estimation
- alternate scantable support
- SVCD scan offset support
- closed gop support
- SSE2 fdct
- quantizer noise shaping
- G.726 ADPCM audio codec
- MS ADPCM encoding
- multithreaded/SMP motion estimation
- multithreaded/SMP encoding for MPEG1/MPEG2/MPEG4/H263
- multithreaded/SMP decoding for MPEG2
- FLAC decoder
- Metrowerks CodeWarrior suppport
- h263+ custom pcf support
- nicer output for 'ffmpeg -formats'
- matroska demuxer
- SGI image format, encoding and decoding
- h264 loop filter support
- h264 CABAC support
- nicer looking arrows for the motion vector vissualization
- improved VCD support
- audio timestamp drift compensation
- mpeg2 YUV 422/444 support
- polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
- better image scaling
- h261 support
- correctly interleave packets during encoding
- VIS optimized motion compensation
- intra_dc_precission>0 encoding support
- support reuse of motion vectors/mb types/field select values of the source video
- more accurate deblock filter
- padding support
- many optimizations and bugfixes
115

F
update  
Fabrice Bellard 已提交
116 117 118
version 0.4.8:

- MPEG2 video encoding (Michael)
M
Tim  
Mike Melanson 已提交
119
- Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
M
Mike Melanson 已提交
120 121 122
- Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
  and Mario Brito)
- Xan DPCM audio decoder (Mario Brito)
M
Mike Melanson 已提交
123
- Interplay MVE playback subsystem (Mike Melanson)
M
Mike Melanson 已提交
124 125 126
- Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)

version 0.4.7:
H
Hetz Ben Hamo 已提交
127

H
Hetz Ben Hamo 已提交
128 129
- RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq
  (originally from public domain player for Amiga at http://www.honeypot.net/audio)
H
..  
Hetz Ben Hamo 已提交
130
- Current version now also compiles with older GCC (Fabrice)
H
Hetz Ben Hamo 已提交
131 132 133 134 135 136 137 138 139 140 141 142 143
- 4X multimedia playback system including 4xm file demuxer (Mike
  Melanson), and 4X video and audio codecs (Michael)
- Creative YUV (CYUV) decoder (Mike Melanson)
- FFV1 codec (our very simple lossless intra only codec, compresses much better
  then huffyuv) (Michael)
- ASV1 (Asus), H.264, Intel indeo3 codecs has been added (Various)
- Tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
  alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
- ffplay has been replaced with a newer version which uses SDL (optionally)
  for multi platform support (fabrice)
- Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
  by anonymous
- AMR format has been added (Johannes Carlsson)
H
..  
Hetz Ben Hamo 已提交
144
- 3gp support has been added (Johannes Carlsson)
H
Hetz Ben Hamo 已提交
145 146 147 148 149 150 151 152
- VP3 codec has been added (Mike Melanson)
- more MPEG-1/2 fixes
- Better Multi platform support, MS Visual Studio fixes (various)
- Altivec optimizations (Magnus Damn and others)
- SH4 processor support has been added (BERO)
- New public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
- VOB Streaming support (Brian Foley)
- Better MP3 Autodetection (Andriy Rysin)
F
update  
Fabrice Bellard 已提交
153 154 155 156 157
- qpel encoding (Michael)
- 4mv+b frames encoding finally fixed (Michael)
- chroma ME (Michael)
- 5 comparission functions for ME (Michael)
- b frame encoding speedup (Michael)
H
Hetz Ben Hamo 已提交
158
- wmv2 codec (unfinished - Michael)
F
update  
Fabrice Bellard 已提交
159
- user specified diamond size for EPZS (Michael)
M
Mike Melanson 已提交
160 161 162
- Playstation STR playback subsystem, still experimental (Mike and Michael)
- ASV2 codec (Michael)
- CLJR decoder (Alex)
F
update  
Fabrice Bellard 已提交
163

H
Hetz Ben Hamo 已提交
164 165
.. And lots more new enhances and fixes.

F
update  
Fabrice Bellard 已提交
166
version 0.4.6:
F
updated  
Fabrice Bellard 已提交
167

168 169
- completely new integer only mpeg audio layer 1/2/3 decoder rewritten
  from scratch.
F
updated  
Fabrice Bellard 已提交
170 171 172
- recoded dct and motion vector search with gcc (no longer depends on
  nasm).
- fix quantization bug in AC3 encoder.
F
update  
Fabrice Bellard 已提交
173 174
- added PCM codecs and format. Corrected wav/avi/asf pcm issues.
- added prototype ffplay program.
175 176
- added GOB header parsing on H.263/H.263+ decoder. (Juanjo)
- bug fix on MCBPC tables of H.263. (Juanjo)
177
- bug fix on DC coefficients of H.263. (Juanjo)
178 179 180 181 182 183
- added Advanced Prediction Mode on H.263/H.263+ decoder. (Juanjo)
- now we can decode H.263 streams found on QuickTime files. (Juanjo)
- now we can decode H.263 streams found on VIVO v1 files.(Juanjo)
- preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
- added GOB header for H.263/H.263+ coding on RTP mode. (Juanjo)
- now H.263 picture size is returned on the first decoded frame. (Juanjo)
F
update  
Fabrice Bellard 已提交
184
- added first regression tests
F
updated  
Fabrice Bellard 已提交
185 186
- added MPEG2 TS demux
- new demux API for libav
187 188 189 190 191 192 193 194 195 196
- more accurate and faster IDCT (Michael)
- faster and entropy controlled motion search (Michael)
- two pass video encoding (Michael)
- new video rate control (Michael)
- added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
- great performance improvement of video encoders and decoders (Michael)
- new and faster bit readers and vlc parsers (Michael)
- high quality encoding mode : tries all macroblock/VLC types (Michael)
- added DV video decoder
- preliminary RTP/RTSP support in ffserver and libavformat
F
updated  
Fabrice Bellard 已提交
197
- H.263+ AIC decoding/encoding support. (Juanjo)
F
update  
Fabrice Bellard 已提交
198 199 200
- VCD MPEG-PS mode. (Juanjo)
- PSNR stuff. (Juanjo)
- Simple stats output. (Juanjo)
201
- 16-bit and 15-bit rgb/bgr/gbr support (Bisqwit)
F
updated  
Fabrice Bellard 已提交
202

F
Fabrice Bellard 已提交
203 204
version 0.4.5:

H
Hetz Ben Hamo 已提交
205 206
- some header fixes (Zdenek Kabelac &lt;kabi@informatics.muni.cz&gt;).
- many MMX optimizations (Nick Kurshev &lt;nickols_k@mail.ru&gt;).
F
Fabrice Bellard 已提交
207 208 209 210 211 212 213 214 215 216 217 218
- added configure system (actually a small shell script).
- added mpeg audio layer 1/2/3 decoding using LGPL'ed mpglib by
  Michael Hipp (temporary solution - waiting for integer only
  decoder).
- fixed VIDIOCSYNC interrupt.
- added Intel H263 decoding support ('I263' avi fourCC)
- added Real Video 1.0 decoding (needs further testing).
- simplified image formats again. Added PGM format (=grey
  pgm). Renamed old PGM to PGMYUV.
- fixed msmpeg4 slice issues (tell me if you still find problems).
- fixed opendivx bugs with newer versions (added VOL header decoding).
- added support for mplayer interface.
F
updated  
Fabrice Bellard 已提交
219
- added macroblock skip optimization.
F
updated  
Fabrice Bellard 已提交
220
- added MJPEG decoder.
F
updated  
Fabrice Bellard 已提交
221
- added mmx/mmxext idct from libmpeg2.
F
updated  
Fabrice Bellard 已提交
222
- added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
H
Hetz Ben Hamo 已提交
223
  &lt;celer@shell.scrypt.net&gt;).
F
updated  
Fabrice Bellard 已提交
224 225
- added pixel format convertion layer (e.g. for MJPEG or PPM).
- added deinterlacing option.
F
updated  
Fabrice Bellard 已提交
226
- mpeg1/2 fixes.
H
Hetz Ben Hamo 已提交
227 228
- mpeg4 vol header fixes (Jonathan Marsden &lt;snmjbm@pacbell.net&gt;).
- ARM optimizations (Lionel Ulmer &lt;lionel.ulmer@free.fr&gt;).
F
updated  
Fabrice Bellard 已提交
229
- Windows porting of file converter.
F
updated  
Fabrice Bellard 已提交
230 231
- added MJPEG raw format (input/ouput).
- added JPEG image format support (input/output).
F
Fabrice Bellard 已提交
232 233 234 235

version 0.4.4:

- fixed some std header definitions (Bjorn Lindgren
H
Hetz Ben Hamo 已提交
236
  &lt;bjorn.e.lindgren@telia.com&gt;).
F
Fabrice Bellard 已提交
237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257
- added mpeg demux (mpeg 1 and 2 compatible).
- added ASF demux.
- added prototype RM demux.
- added AC3 decoding (done with libac3 by Aaron Holtzman).
- added decoding codec parameter guessing (.e.g. for mpeg, because the
  header does not include them).
- fixed header generation in mpeg1, AVI and ASF mux : wmplayer can now
  play them (only tested video).
- fixed h263 white bug.
- fixed phase rounding in img resample filter.
- add mmx code for polyphase img resample filter.
- added CPU autodetect.
- added generic title/author/copyright/comment string handling (ASF and RM use them).
- added SWF demux to extract MP3 track (not usable yet because no MP3
  decoder).
- added fractional frame rate support.
- codecs are no longer searched by read_header() (should fix ffserver
  segfault).

version 0.4.3:

H
Hetz Ben Hamo 已提交
258
- BGR24 patch (initial patch by Jeroen Vreeken &lt;pe1rxq@amsat.org&gt;).
F
Fabrice Bellard 已提交
259 260 261 262 263 264 265 266 267 268 269 270 271 272
- fixed raw yuv output.
- added motion rounding support in MPEG4.
- fixed motion bug rounding in MSMPEG4.
- added B frame handling in video core.
- added full MPEG1 decoding support.
- added partial (frame only) MPEG2 support.
- changed the FOURCC code for H.263 to "U263" to be able to see the
+AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
this +codec ;) (JuanJo).
- Halfpel motion estimation after mb type selection (JuanJo).
- added pgm and .Y.U.V output format.
- suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
  output.
- added pgmpipe I/O format (original patch from Martin Aumueller
H
Hetz Ben Hamo 已提交
273
  &lt;lists@reserv.at&gt;, but changed completely since we use a format
F
Fabrice Bellard 已提交
274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324
  instead of a protocol).

version 0.4.2:

- added H263/MPEG4/MSMPEG4 decoding support. MPEG4 decoding support
  (for openDIVX) is almost complete: 8x8 MVs and rounding are
  missing. MSMPEG4 support is complete.
- added prototype MPEG1 decoder. Only I and P frames handled yet (it
  can decode ffmpeg mpegs :-)).
- added libavcodec API documentation (see apiexample.c).
- fixed image polyphase bug (the bottom of some images could be
  greenish).
- added support for non clipped motion vectors (decoding only)
  and image sizes non multiple of 16.
- added support for AC prediction (decoding only).
- added file overwrite confirmation (can be disabled with -y).
- Added custom size picture to H.263 using H.263+ (Juanjo).

version 0.4.1:

- added MSMPEG4 (aka DIVX) compatible encoder. Changed default codec
  of avi and asf to DIV3.
- added -me option to set motion estimation method
  (default=log). suppressed redundant -hq option.
- added options -acodec and -vcodec to force a given codec (useful for
  AVI for example).
- fixed -an option.
- improved dct_quantize speed.
- factorized some motion estimation code.

version 0.4.0:

- removing grab code from ffserver and moved it to ffmpeg. Added multi
  stream support to ffmpeg.
- added timeshifting support for live feeds (option ?date=xxx in the
  URL).
- added high quality image resize code with polyphase filter (need
  mmx/see optimisation). Enable multiple image size support in ffserver.
- added multi live feed support in ffserver.
- suppressed master feature from ffserver (it should be done with an
  external program which opens the .ffm url and writes it to another
  ffserver).
- added preliminary support for video stream parsing (wav and avi half
  done). Added proper support for audio/video file convertion in
  ffmpeg.
- added preliminary support for video file sending from ffserver.
- redesigning I/O subsystem : now using URL based input and output
  (see avio.h).
- added wav format support.
- added "tty user interface" to ffmpeg to stop grabbing gracefully.
- added MMX/SSE optimizations to SAD (Sums of Absolutes Diferences)
H
Hetz Ben Hamo 已提交
325
  (Juan J. Sierralta P. a.k.a. "Juanjo" &lt;juanjo@atmlab.utfsm.cl&gt;).
F
Fabrice Bellard 已提交
326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354
- added MMX DCT from mpeg2_movie 1.5 (Juanjo).
- added new motion estimation algorithms, log and phods (Juanjo).
- changed directories : libav for format handling, libavcodec for
  codecs.

version 0.3.4:

- added stereo in mpeg audio encoder.

version 0.3.3:

- added 'high quality' mode which use motion vectors. It can be used in
  real time at low resolution.
- fixed rounding problems which caused quality problems at high
  bitrates and large gop size.

version 0.3.2: small fixes

- asf fixes
- put_seek bug fix

version 0.3.1: added avi/divx support

- added avi support
- added mpeg4 codec compatible with open divx. It is based on the h263
  codec.
- added sound for flash format (not tested)

version 0.3: initial public release