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