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