]> git.sesse.net Git - ffmpeg/blob - Changelog
Changelog: Explain why C++ support is added, and that its optional
[ffmpeg] / Changelog
1 Entries are sorted chronologically from oldest to youngest within each release,
2 releases are sorted from youngest to oldest.
3
4
5 version <next>:
6 - BWF muxer
7 - Flash Screen Video 2 decoder
8 - ffplay/ffprobe/ffserver renamed to avplay/avprobe/avserver
9 - ffmpeg deprecated, added avconv, which is almost the same for now, except
10 for a few incompatible changes in the options, which will hopefully make them
11 easier to use. The changes are:
12     * -newvideo/-newaudio/-newsubtitle are gone, because they were redundant and
13       worked in a nonstandard way. -map is sufficient to add streams to output
14       files.
15     * -map now has slightly different and more powerful syntax.
16         + it's possible to specify stream type. E.g. -map 0:a:2 means 'third
17           audio stream'.
18         + omitting the stream index now maps all the streams of the given
19           type, not just the first. E.g. -map 0:s maps all the subtitle streams.
20         + colons (':') are used to separate file index/stream type/stream
21           index. Comma (',') is used to separate the sync stream. This is done
22           for consistency with other options.
23         + since -map can now match multiple streams, negative mappings were
24           introduced. Negative mappings disable some streams from an already
25           defined map. E.g. '-map 0 -map -0:a:1' means 'map everything except
26           for the second audio stream'.
27     * -vcodec/-acodec/-scodec are replaced by -c (or -codec), which
28       allows to precisely specify target stream(s) consistently with other
29       options. E.g. '-c:v libx264' sets the codec for all video streams,
30       '-c:a:0 libvorbis' sets the codec for the first audio stream and '-c
31       copy' copies all the streams.
32     * It is now possible to precisely specify which stream should an AVOption
33       apply to. See the manual for detailed explanation.
34     * -map_chapters now takes only an input file index and applies to the next
35       output file. This is consistent with how all the other options work.
36     * -map_metadata now takes only an input metadata specifier and applies to
37       the next output file. Output metadata specifier is now part of the option
38       name, similarly to the AVOptions/map/codec feature above.
39     * Presets in avconv are disabled, because only libx264 used them and
40       presets for libx264 can now be specified using a private option
41       '-preset <presetname>'.
42     * -intra option was removed, it's equivalent to -g 0.
43 - XMV demuxer
44 - Windows Media Image decoder
45 - Optional C++ Support (needed for libstagefright)
46 - H.264 Decoding on Android via Stagefright
47
48
49 version 0.7:
50
51 - E-AC-3 audio encoder
52 - ac3enc: add channel coupling support
53 - floating-point sample format support for (E-)AC-3, DCA, AAC, Vorbis decoders
54 - H.264/MPEG frame-level multithreading
55 - av_metadata_* functions renamed to av_dict_* and moved to libavutil
56 - 4:4:4 H.264 decoding support
57 - 10-bit H.264 optimizations for x86
58 - bump libswscale for recently reported ABI break
59
60
61 version 0.7_beta2:
62
63 - VP8 frame-level multithreading
64 - NEON optimizations for VP8
65 - removed a lot of deprecated API cruft
66 - FFT and IMDCT optimizations for AVX (Sandy Bridge) processors
67 - DPX image encoder
68 - SMPTE 302M AES3 audio decoder
69 - ffmpeg no longer quits after the 'q' key is pressed; use 'ctrl+c' instead
70 - 9bit and 10bit per sample support in the H.264 decoder
71
72
73 version 0.7_beta1:
74
75 - WebM support in Matroska de/muxer
76 - low overhead Ogg muxing
77 - MMS-TCP support
78 - VP8 de/encoding via libvpx
79 - Demuxer for On2's IVF format
80 - Pictor/PC Paint decoder
81 - HE-AAC v2 decoder
82 - libfaad2 wrapper removed
83 - DTS-ES extension (XCh) decoding support
84 - native VP8 decoder
85 - RTSP tunneling over HTTP
86 - RTP depacketization of SVQ3
87 - -strict inofficial replaced by -strict unofficial
88 - ffplay -exitonkeydown and -exitonmousedown options added
89 - native GSM / GSM MS decoder
90 - RTP depacketization of QDM2
91 - ANSI/ASCII art playback system
92 - Lego Mindstorms RSO de/muxer
93 - SubRip subtitle file muxer and demuxer
94 - Chinese AVS encoding via libxavs
95 - ffprobe -show_packets option added
96 - RTP packetization of Theora and Vorbis
97 - RTP depacketization of MP4A-LATM
98 - RTP packetization and depacketization of VP8
99 - hflip filter
100 - Apple HTTP Live Streaming demuxer
101 - a64 codec
102 - MMS-HTTP support
103 - G.722 ADPCM audio encoder/decoder
104 - R10k video decoder
105 - ocv_smooth filter
106 - frei0r wrapper filter
107 - change crop filter syntax to width:height:x:y
108 - make the crop filter accept parametric expressions
109 - make ffprobe accept AVFormatContext options
110 - yadif filter
111 - blackframe filter
112 - Demuxer for Leitch/Harris' VR native stream format (LXF)
113 - RTP depacketization of the X-QT QuickTime format
114 - SAP (Session Announcement Protocol, RFC 2974) muxer and demuxer
115 - cropdetect filter
116 - ffmpeg -crop* options removed
117 - transpose filter added
118 - ffmpeg -force_key_frames option added
119 - demuxer for receiving raw rtp:// URLs without an SDP description
120 - single stream LATM/LOAS decoder
121 - setpts filter added
122 - Win64 support for optimized x86 assembly functions
123 - MJPEG/AVI1 to JPEG/JFIF bitstream filter
124 - ASS subtitle encoder and decoder
125 - IEC 61937 encapsulation for E-AC-3, TrueHD, DTS-HD (for HDMI passthrough)
126 - overlay filter added
127 - rename aspect filter to setdar, and pixelaspect to setsar
128 - IEC 61937 demuxer
129 - Mobotix .mxg demuxer
130 - frei0r source added
131 - hqdn3d filter added
132 - RTP depacketization of QCELP
133 - FLAC parser added
134 - gradfun filter added
135 - AMR-WB decoder
136 - replace the ocv_smooth filter with a more generic ocv filter
137 - Windows Televison (WTV) demuxer
138 - FFmpeg metadata format muxer and demuxer
139 - SubRip (srt) subtitle decoder
140 - floating-point AC-3 encoder added
141 - Lagarith decoder
142 - ffmpeg -copytb option added
143 - IVF muxer added
144 - Wing Commander IV movies decoder added
145 - movie source added
146 - Bink version 'b' audio and video decoder
147 - Bitmap Brothers JV playback system
148 - Apple HTTP Live Streaming protocol handler
149 - sndio support for playback and record
150 - Linux framebuffer input device added
151 - Chronomaster DFA decoder
152 - Mobotix MxPEG decoder
153 - AAC encoding via libvo-aacenc
154 - AMR-WB encoding via libvo-amrwbenc
155 - xWMA demuxer
156 - fieldorder video filter added
157
158
159 version 0.6:
160
161 - PB-frame decoding for H.263
162 - deprecated vhook subsystem removed
163 - deprecated old scaler removed
164 - VQF demuxer
165 - Alpha channel scaler
166 - PCX encoder
167 - RTP packetization of H.263
168 - RTP packetization of AMR
169 - RTP depacketization of Vorbis
170 - CorePNG decoding support
171 - Cook multichannel decoding support
172 - introduced avlanguage helpers in libavformat
173 - 8088flex TMV demuxer and decoder
174 - per-stream language-tags extraction in asfdec
175 - V210 decoder and encoder
176 - remaining GPL parts in AC-3 decoder converted to LGPL
177 - QCP demuxer
178 - SoX native format muxer and demuxer
179 - AMR-NB decoding/encoding, AMR-WB decoding via OpenCORE libraries
180 - DPX image decoder
181 - Electronic Arts Madcow decoder
182 - DivX (XSUB) subtitle encoder
183 - nonfree libamr support for AMR-NB/WB decoding/encoding removed
184 - experimental AAC encoder
185 - RTP depacketization of ASF and RTSP from WMS servers
186 - RTMP support in libavformat
187 - noX handling for OPT_BOOL X options
188 - Wave64 demuxer
189 - IEC-61937 compatible Muxer
190 - TwinVQ decoder
191 - Bluray (PGS) subtitle decoder
192 - LPCM support in MPEG-TS (HDMV RID as found on Blu-ray disks)
193 - WMA Pro decoder
194 - Core Audio Format demuxer
195 - Atrac1 decoder
196 - MD STUDIO audio demuxer
197 - RF64 support in WAV demuxer
198 - MPEG-4 Audio Lossless Coding (ALS) decoder
199 - -formats option split into -formats, -codecs, -bsfs, and -protocols
200 - IV8 demuxer
201 - CDG demuxer and decoder
202 - R210 decoder
203 - Auravision Aura 1 and 2 decoders
204 - Deluxe Paint Animation playback system
205 - SIPR decoder
206 - Adobe Filmstrip muxer and demuxer
207 - RTP depacketization of H.263
208 - Bink demuxer and audio/video decoders
209 - enable symbol versioning by default for linkers that support it
210 - IFF PBM/ILBM bitmap decoder
211 - concat protocol
212 - Indeo 5 decoder
213 - RTP depacketization of AMR
214 - WMA Voice decoder
215 - ffprobe tool
216 - AMR-NB decoder
217 - RTSP muxer
218 - HE-AAC v1 decoder
219 - Kega Game Video (KGV1) decoder
220 - VorbisComment writing for FLAC, Ogg FLAC and Ogg Speex files
221 - RTP depacketization of Theora
222 - HTTP Digest authentication
223 - RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp
224 - Psygnosis YOP demuxer and video decoder
225 - spectral extension support in the E-AC-3 decoder
226 - unsharp video filter
227 - RTP hinting in the mov/3gp/mp4 muxer
228 - Dirac in Ogg demuxing
229 - seek to keyframes in Ogg
230 - 4:2:2 and 4:4:4 Theora decoding
231 - 35% faster VP3/Theora decoding
232 - faster AAC decoding
233 - faster H.264 decoding
234 - RealAudio 1.0 (14.4K) encoder
235
236
237 version 0.5:
238
239 - DV50 AKA DVCPRO50 encoder, decoder, muxer and demuxer
240 - TechSmith Camtasia (TSCC) video decoder
241 - IBM Ultimotion (ULTI) video decoder
242 - Sierra Online audio file demuxer and decoder
243 - Apple QuickDraw (qdrw) video decoder
244 - Creative ADPCM audio decoder (16 bits as well as 8 bits schemes)
245 - Electronic Arts Multimedia (WVE/UV2/etc.) file demuxer
246 - Miro VideoXL (VIXL) video decoder
247 - H.261 video encoder
248 - QPEG video decoder
249 - Nullsoft Video (NSV) file demuxer
250 - Shorten audio decoder
251 - LOCO video decoder
252 - Apple Lossless Audio Codec (ALAC) decoder
253 - Winnov WNV1 video decoder
254 - Autodesk Animator Studio Codec (AASC) decoder
255 - Indeo 2 video decoder
256 - Fraps FPS1 video decoder
257 - Snow video encoder/decoder
258 - Sonic audio encoder/decoder
259 - Vorbis audio decoder
260 - Macromedia ADPCM decoder
261 - Duck TrueMotion 2 video decoder
262 - support for decoding FLX and DTA extensions in FLIC files
263 - H.264 custom quantization matrices support
264 - ffserver fixed, it should now be usable again
265 - QDM2 audio decoder
266 - Real Cooker audio decoder
267 - TrueSpeech audio decoder
268 - WMA2 audio decoder fixed, now all files should play correctly
269 - RealAudio 14.4 and 28.8 decoders fixed
270 - JPEG-LS decoder
271 - build system improvements
272 - tabs and trailing whitespace removed from the codebase
273 - CamStudio video decoder
274 - AIFF/AIFF-C audio format, encoding and decoding
275 - ADTS AAC file reading and writing
276 - Creative VOC file reading and writing
277 - American Laser Games multimedia (*.mm) playback system
278 - Zip Motion Blocks Video decoder
279 - improved Theora/VP3 decoder
280 - True Audio (TTA) decoder
281 - AVS demuxer and video decoder
282 - JPEG-LS encoder
283 - Smacker demuxer and decoder
284 - NuppelVideo/MythTV demuxer and RTjpeg decoder
285 - KMVC decoder
286 - MPEG-2 intra VLC support
287 - MPEG-2 4:2:2 encoder
288 - Flash Screen Video decoder
289 - GXF demuxer
290 - Chinese AVS decoder
291 - GXF muxer
292 - MXF demuxer
293 - VC-1/WMV3/WMV9 video decoder
294 - MacIntel support
295 - AVISynth support
296 - VMware video decoder
297 - VP5 video decoder
298 - VP6 video decoder
299 - WavPack lossless audio decoder
300 - Targa (.TGA) picture decoder
301 - Vorbis audio encoder
302 - Delphine Software .cin demuxer/audio and video decoder
303 - Tiertex .seq demuxer/video decoder
304 - MTV demuxer
305 - TIFF picture encoder and decoder
306 - GIF picture decoder
307 - Intel Music Coder decoder
308 - Zip Motion Blocks Video encoder
309 - Musepack decoder
310 - Flash Screen Video encoder
311 - Theora encoding via libtheora
312 - BMP encoder
313 - WMA encoder
314 - GSM-MS encoder and decoder
315 - DCA decoder
316 - DXA demuxer and decoder
317 - DNxHD decoder
318 - Gamecube movie (.THP) playback system
319 - Blackfin optimizations
320 - Interplay C93 demuxer and video decoder
321 - Bethsoft VID demuxer and video decoder
322 - CRYO APC demuxer
323 - Atrac3 decoder
324 - V.Flash PTX decoder
325 - RoQ muxer, RoQ audio encoder
326 - Renderware TXD demuxer and decoder
327 - extern C declarations for C++ removed from headers
328 - sws_flags command line option
329 - codebook generator
330 - RoQ video encoder
331 - QTRLE encoder
332 - OS/2 support removed and restored again
333 - AC-3 decoder
334 - NUT muxer
335 - additional SPARC (VIS) optimizations
336 - Matroska muxer
337 - slice-based parallel H.264 decoding
338 - Monkey's Audio demuxer and decoder
339 - AMV audio and video decoder
340 - DNxHD encoder
341 - H.264 PAFF decoding
342 - Nellymoser ASAO decoder
343 - Beam Software SIFF demuxer and decoder
344 - libvorbis Vorbis decoding removed in favor of native decoder
345 - IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
346 - Ogg (Theora, Vorbis and FLAC) muxer
347 - The "device" muxers and demuxers are now in a new libavdevice library
348 - PC Paintbrush PCX decoder
349 - Sun Rasterfile decoder
350 - TechnoTrend PVA demuxer
351 - Linux Media Labs MPEG-4 (LMLM4) demuxer
352 - AVM2 (Flash 9) SWF muxer
353 - QT variant of IMA ADPCM encoder
354 - VFW grabber
355 - iPod/iPhone compatible mp4 muxer
356 - Mimic decoder
357 - MSN TCP Webcam stream demuxer
358 - RL2 demuxer / decoder
359 - IFF demuxer
360 - 8SVX audio decoder
361 - non-recursive Makefiles
362 - BFI demuxer
363 - MAXIS EA XA (.xa) demuxer / decoder
364 - BFI video decoder
365 - OMA demuxer
366 - MLP/TrueHD decoder
367 - Electronic Arts CMV decoder
368 - Motion Pixels Video decoder
369 - Motion Pixels MVI demuxer
370 - removed animated GIF decoder/demuxer
371 - D-Cinema audio muxer
372 - Electronic Arts TGV decoder
373 - Apple Lossless Audio Codec (ALAC) encoder
374 - AAC decoder
375 - floating point PCM encoder/decoder
376 - MXF muxer
377 - DV100 AKA DVCPRO HD decoder and demuxer
378 - E-AC-3 support added to AC-3 decoder
379 - Nellymoser ASAO encoder
380 - ASS and SSA demuxer and muxer
381 - liba52 wrapper removed
382 - SVQ3 watermark decoding support
383 - Speex decoding via libspeex
384 - Electronic Arts TGQ decoder
385 - RV40 decoder
386 - QCELP / PureVoice decoder
387 - RV30 decoder
388 - hybrid WavPack support
389 - R3D REDCODE demuxer
390 - ALSA support for playback and record
391 - Electronic Arts TQI decoder
392 - OpenJPEG based JPEG 2000 decoder
393 - NC (NC4600) camera file demuxer
394 - Gopher client support
395 - MXF D-10 muxer
396 - generic metadata API
397
398
399 version 0.4.9-pre1:
400
401 - DV encoder, DV muxer
402 - Microsoft RLE video decoder
403 - Microsoft Video-1 decoder
404 - Apple Animation (RLE) decoder
405 - Apple Graphics (SMC) decoder
406 - Apple Video (RPZA) decoder
407 - Cinepak decoder
408 - Sega FILM (CPK) file demuxer
409 - Westwood multimedia support (VQA & AUD files)
410 - Id Quake II CIN playback support
411 - 8BPS video decoder
412 - FLIC playback support
413 - RealVideo 2.0 (RV20) decoder
414 - Duck TrueMotion v1 (DUCK) video decoder
415 - Sierra VMD demuxer and video decoder
416 - MSZH and ZLIB decoder support
417 - SVQ1 video encoder
418 - AMR-WB support
419 - PPC optimizations
420 - rate distortion optimal cbp support
421 - rate distorted optimal ac prediction for MPEG-4
422 - rate distorted optimal lambda->qp support
423 - AAC encoding with libfaac
424 - Sunplus JPEG codec (SP5X) support
425 - use Lagrange multipler instead of QP for ratecontrol
426 - Theora/VP3 decoding support
427 - XA and ADX ADPCM codecs
428 - export MPEG-2 active display area / pan scan
429 - Add support for configuring with IBM XLC
430 - floating point AAN DCT
431 - initial support for zygo video (not complete)
432 - RGB ffv1 support
433 - new audio/video parser API
434 - av_log() system
435 - av_read_frame() and av_seek_frame() support
436 - missing last frame fixes
437 - seek by mouse in ffplay
438 - noise reduction of DCT coefficients
439 - H.263 OBMC & 4MV support
440 - H.263 alternative inter vlc support
441 - H.263 loop filter
442 - H.263 slice structured mode
443 - interlaced DCT support for MPEG-2 encoding
444 - stuffing to stay above min_bitrate
445 - MB type & QP visualization
446 - frame stepping for ffplay
447 - interlaced motion estimation
448 - alternate scantable support
449 - SVCD scan offset support
450 - closed GOP support
451 - SSE2 FDCT
452 - quantizer noise shaping
453 - G.726 ADPCM audio codec
454 - MS ADPCM encoding
455 - multithreaded/SMP motion estimation
456 - multithreaded/SMP encoding for MPEG-1/MPEG-2/MPEG-4/H.263
457 - multithreaded/SMP decoding for MPEG-2
458 - FLAC decoder
459 - Metrowerks CodeWarrior suppport
460 - H.263+ custom pcf support
461 - nicer output for 'ffmpeg -formats'
462 - Matroska demuxer
463 - SGI image format, encoding and decoding
464 - H.264 loop filter support
465 - H.264 CABAC support
466 - nicer looking arrows for the motion vector visualization
467 - improved VCD support
468 - audio timestamp drift compensation
469 - MPEG-2 YUV 422/444 support
470 - polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
471 - better image scaling
472 - H.261 support
473 - correctly interleave packets during encoding
474 - VIS optimized motion compensation
475 - intra_dc_precision>0 encoding support
476 - support reuse of motion vectors/MB types/field select values of the source video
477 - more accurate deblock filter
478 - padding support
479 - many optimizations and bugfixes
480 - FunCom ISS audio file demuxer and according ADPCM decoding
481
482
483 version 0.4.8:
484
485 - MPEG-2 video encoding (Michael)
486 - Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
487 - Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
488   and Mario Brito)
489 - Xan DPCM audio decoder (Mario Brito)
490 - Interplay MVE playback subsystem (Mike Melanson)
491 - Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)
492
493
494 version 0.4.7:
495
496 - RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from mplayerhq
497   (originally from public domain player for Amiga at http://www.honeypot.net/audio)
498 - current version now also compiles with older GCC (Fabrice)
499 - 4X multimedia playback system including 4xm file demuxer (Mike
500   Melanson), and 4X video and audio codecs (Michael)
501 - Creative YUV (CYUV) decoder (Mike Melanson)
502 - FFV1 codec (our very simple lossless intra only codec, compresses much better
503   than HuffYUV) (Michael)
504 - ASV1 (Asus), H.264, Intel indeo3 codecs have been added (various)
505 - tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
506   alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
507 - ffplay has been replaced with a newer version which uses SDL (optionally)
508   for multiplatform support (Fabrice)
509 - Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
510   by anonymous
511 - AMR format has been added (Johannes Carlsson)
512 - 3GP support has been added (Johannes Carlsson)
513 - VP3 codec has been added (Mike Melanson)
514 - more MPEG-1/2 fixes
515 - better multiplatform support, MS Visual Studio fixes (various)
516 - AltiVec optimizations (Magnus Damn and others)
517 - SH4 processor support has been added (BERO)
518 - new public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
519 - VOB streaming support (Brian Foley)
520 - better MP3 autodetection (Andriy Rysin)
521 - qpel encoding (Michael)
522 - 4mv+b frames encoding finally fixed (Michael)
523 - chroma ME (Michael)
524 - 5 comparison functions for ME (Michael)
525 - B-frame encoding speedup (Michael)
526 - WMV2 codec (unfinished - Michael)
527 - user specified diamond size for EPZS (Michael)
528 - Playstation STR playback subsystem, still experimental (Mike and Michael)
529 - ASV2 codec (Michael)
530 - CLJR decoder (Alex)
531
532 .. And lots more new enhancements and fixes.
533
534
535 version 0.4.6:
536
537 - completely new integer only MPEG audio layer 1/2/3 decoder rewritten
538   from scratch
539 - Recoded DCT and motion vector search with gcc (no longer depends on nasm)
540 - fix quantization bug in AC3 encoder
541 - added PCM codecs and format. Corrected WAV/AVI/ASF PCM issues
542 - added prototype ffplay program
543 - added GOB header parsing on H.263/H.263+ decoder (Juanjo)
544 - bug fix on MCBPC tables of H.263 (Juanjo)
545 - bug fix on DC coefficients of H.263 (Juanjo)
546 - added Advanced Prediction Mode on H.263/H.263+ decoder (Juanjo)
547 - now we can decode H.263 streams found in QuickTime files (Juanjo)
548 - now we can decode H.263 streams found in VIVO v1 files(Juanjo)
549 - preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
550 - added GOB header for H.263/H.263+ coding on RTP mode (Juanjo)
551 - now H.263 picture size is returned on the first decoded frame (Juanjo)
552 - added first regression tests
553 - added MPEG-2 TS demuxer
554 - new demux API for libav
555 - more accurate and faster IDCT (Michael)
556 - faster and entropy-controlled motion search (Michael)
557 - two pass video encoding (Michael)
558 - new video rate control (Michael)
559 - added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
560 - great performance improvement of video encoders and decoders (Michael)
561 - new and faster bit readers and vlc parsers (Michael)
562 - high quality encoding mode: tries all macroblock/VLC types (Michael)
563 - added DV video decoder
564 - preliminary RTP/RTSP support in ffserver and libavformat
565 - H.263+ AIC decoding/encoding support (Juanjo)
566 - VCD MPEG-PS mode (Juanjo)
567 - PSNR stuff (Juanjo)
568 - simple stats output (Juanjo)
569 - 16-bit and 15-bit RGB/BGR/GBR support (Bisqwit)
570
571
572 version 0.4.5:
573
574 - some header fixes (Zdenek Kabelac <kabi at informatics.muni.cz>)
575 - many MMX optimizations (Nick Kurshev <nickols_k at mail.ru>)
576 - added configure system (actually a small shell script)
577 - added MPEG audio layer 1/2/3 decoding using LGPL'ed mpglib by
578   Michael Hipp (temporary solution - waiting for integer only
579   decoder)
580 - fixed VIDIOCSYNC interrupt
581 - added Intel H.263 decoding support ('I263' AVI fourCC)
582 - added Real Video 1.0 decoding (needs further testing)
583 - simplified image formats again. Added PGM format (=grey
584   pgm). Renamed old PGM to PGMYUV.
585 - fixed msmpeg4 slice issues (tell me if you still find problems)
586 - fixed OpenDivX bugs with newer versions (added VOL header decoding)
587 - added support for MPlayer interface
588 - added macroblock skip optimization
589 - added MJPEG decoder
590 - added mmx/mmxext IDCT from libmpeg2
591 - added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
592   <celer at shell.scrypt.net>)
593 - added pixel format conversion layer (e.g. for MJPEG or PPM)
594 - added deinterlacing option
595 - MPEG-1/2 fixes
596 - MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>)
597 - ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>).
598 - Windows porting of file converter
599 - added MJPEG raw format (input/ouput)
600 - added JPEG image format support (input/output)
601
602
603 version 0.4.4:
604
605 - fixed some std header definitions (Bjorn Lindgren
606   <bjorn.e.lindgren at telia.com>).
607 - added MPEG demuxer (MPEG-1 and 2 compatible).
608 - added ASF demuxer
609 - added prototype RM demuxer
610 - added AC3 decoding (done with libac3 by Aaron Holtzman)
611 - added decoding codec parameter guessing (.e.g. for MPEG, because the
612   header does not include them)
613 - fixed header generation in MPEG-1, AVI and ASF muxer: wmplayer can now
614   play them (only tested video)
615 - fixed H.263 white bug
616 - fixed phase rounding in img resample filter
617 - add MMX code for polyphase img resample filter
618 - added CPU autodetection
619 - added generic title/author/copyright/comment string handling (ASF and RM
620   use them)
621 - added SWF demux to extract MP3 track (not usable yet because no MP3
622   decoder)
623 - added fractional frame rate support
624 - codecs are no longer searched by read_header() (should fix ffserver
625   segfault)
626
627
628 version 0.4.3:
629
630 - BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
631 - fixed raw yuv output
632 - added motion rounding support in MPEG-4
633 - fixed motion bug rounding in MSMPEG4
634 - added B-frame handling in video core
635 - added full MPEG-1 decoding support
636 - added partial (frame only) MPEG-2 support
637 - changed the FOURCC code for H.263 to "U263" to be able to see the
638   +AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
639   this +codec ;) (JuanJo).
640 - Halfpel motion estimation after MB type selection (JuanJo)
641 - added pgm and .Y.U.V output format
642 - suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
643   output.
644 - added pgmpipe I/O format (original patch from Martin Aumueller
645   <lists at reserv.at>, but changed completely since we use a format
646   instead of a protocol)
647
648
649 version 0.4.2:
650
651 - added H.263/MPEG-4/MSMPEG4 decoding support. MPEG-4 decoding support
652   (for OpenDivX) is almost complete: 8x8 MVs and rounding are
653   missing. MSMPEG4 support is complete.
654 - added prototype MPEG-1 decoder. Only I- and P-frames handled yet (it
655   can decode ffmpeg MPEGs :-)).
656 - added libavcodec API documentation (see apiexample.c).
657 - fixed image polyphase bug (the bottom of some images could be
658   greenish)
659 - added support for non clipped motion vectors (decoding only)
660   and image sizes non-multiple of 16
661 - added support for AC prediction (decoding only)
662 - added file overwrite confirmation (can be disabled with -y)
663 - added custom size picture to H.263 using H.263+ (Juanjo)
664
665
666 version 0.4.1:
667
668 - added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
669   of AVI and ASF to DIV3.
670 - added -me option to set motion estimation method
671   (default=log). suppressed redundant -hq option.
672 - added options -acodec and -vcodec to force a given codec (useful for
673   AVI for example)
674 - fixed -an option
675 - improved dct_quantize speed
676 - factorized some motion estimation code
677
678
679 version 0.4.0:
680
681 - removing grab code from ffserver and moved it to ffmpeg. Added
682   multistream support to ffmpeg.
683 - added timeshifting support for live feeds (option ?date=xxx in the
684   URL)
685 - added high quality image resize code with polyphase filter (need
686   mmx/see optimization). Enable multiple image size support in ffserver.
687 - added multi live feed support in ffserver
688 - suppressed master feature from ffserver (it should be done with an
689   external program which opens the .ffm url and writes it to another
690   ffserver)
691 - added preliminary support for video stream parsing (WAV and AVI half
692   done). Added proper support for audio/video file conversion in
693   ffmpeg.
694 - added preliminary support for video file sending from ffserver
695 - redesigning I/O subsystem: now using URL based input and output
696   (see avio.h)
697 - added WAV format support
698 - added "tty user interface" to ffmpeg to stop grabbing gracefully
699 - added MMX/SSE optimizations to SAD (Sums of Absolutes Differences)
700   (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
701 - added MMX DCT from mpeg2_movie 1.5 (Juanjo)
702 - added new motion estimation algorithms, log and phods (Juanjo)
703 - changed directories: libav for format handling, libavcodec for
704   codecs
705
706
707 version 0.3.4:
708
709 - added stereo in MPEG audio encoder
710
711
712 version 0.3.3:
713
714 - added 'high quality' mode which use motion vectors. It can be used in
715   real time at low resolution.
716 - fixed rounding problems which caused quality problems at high
717   bitrates and large GOP size
718
719
720 version 0.3.2: small fixes
721
722 - ASF fixes
723 - put_seek bug fix
724
725
726 version 0.3.1: added avi/divx support
727
728 - added AVI support
729 - added MPEG-4 codec compatible with OpenDivX. It is based on the H.263 codec
730 - added sound for flash format (not tested)
731
732
733 version 0.3: initial public release