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