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