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