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