]> git.sesse.net Git - ffmpeg/blob - Changelog
update for 2.2
[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
7 version 2.2:
8
9 - HNM version 4 demuxer and video decoder
10 - Live HDS muxer
11 - setsar/setdar filters now support variables in ratio expressions
12 - elbg filter
13 - string validation in ffprobe
14 - support for decoding through VDPAU in ffmpeg (the -hwaccel option)
15 - complete Voxware MetaSound decoder
16 - remove mp3_header_compress bitstream filter
17 - Windows resource files for shared libraries
18 - aeval filter
19 - stereoscopic 3d metadata handling
20 - WebP encoding via libwebp
21 - ATRAC3+ decoder
22 - VP8 in Ogg demuxing
23 - side & metadata support in NUT
24 - framepack filter
25 - XYZ12 rawvideo support in NUT
26 - Exif metadata support in WebP decoder
27 - OpenGL device
28 - Use metadata_header_padding to control padding in ID3 tags (currently used in
29   MP3, AIFF, and OMA files), FLAC header, and the AVI "junk" block.
30 - Mirillis FIC video decoder
31 - Support DNx444
32 - libx265 encoder
33 - dejudder filter
34
35
36 version 2.1:
37
38 - aecho filter
39 - perspective filter ported from libmpcodecs
40 - ffprobe -show_programs option
41 - compand filter
42 - RTMP seek support
43 - when transcoding with ffmpeg (i.e. not streamcopying), -ss is now accurate
44   even when used as an input option. Previous behavior can be restored with
45   the -noaccurate_seek option.
46 - ffmpeg -t option can now be used for inputs, to limit the duration of
47   data read from an input file
48 - incomplete Voxware MetaSound decoder
49 - read EXIF metadata from JPEG
50 - DVB teletext decoder
51 - phase filter ported from libmpcodecs
52 - w3fdif filter
53 - Opus support in Matroska
54 - FFV1 version 1.3 is stable and no longer experimental
55 - FFV1: YUVA(444,422,420) 9, 10 and 16 bit support
56 - changed DTS stream id in lavf mpeg ps muxer from 0x8a to 0x88, to be
57   more consistent with other muxers.
58 - adelay filter
59 - pullup filter ported from libmpcodecs
60 - ffprobe -read_intervals option
61 - Lossless and alpha support for WebP decoder
62 - Error Resilient AAC syntax (ER AAC LC) decoding
63 - Low Delay AAC (ER AAC LD) decoding
64 - mux chapters in ASF files
65 - SFTP protocol (via libssh)
66 - libx264: add ability to encode in YUVJ422P and YUVJ444P
67 - Fraps: use BT.709 colorspace by default for yuv, as reference fraps decoder does
68 - make decoding alpha optional for prores, ffv1 and vp6 by setting
69   the skip_alpha flag.
70 - ladspa wrapper filter
71 - native VP9 decoder
72 - dpx parser
73 - max_error_rate parameter in ffmpeg
74 - PulseAudio output device
75 - ReplayGain scanner
76 - Enhanced Low Delay AAC (ER AAC ELD) decoding (no LD SBR support)
77 - Linux framebuffer output device
78 - HEVC decoder
79 - raw HEVC, HEVC in MOV/MP4, HEVC in Matroska, HEVC in MPEG-TS demuxing
80 - mergeplanes filter
81
82
83 version 2.0:
84
85 - curves filter
86 - reference-counting for AVFrame and AVPacket data
87 - ffmpeg now fails when input options are used for output file
88   or vice versa
89 - support for Monkey's Audio versions from 3.93
90 - perms and aperms filters
91 - audio filtering support in ffplay
92 - 10% faster aac encoding on x86 and MIPS
93 - sine audio filter source
94 - WebP demuxing and decoding support
95 - ffmpeg options -filter_script and -filter_complex_script, which allow a
96   filtergraph description to be read from a file
97 - OpenCL support
98 - audio phaser filter
99 - separatefields filter
100 - libquvi demuxer
101 - uniform options syntax across all filters
102 - telecine filter
103 - interlace filter
104 - smptehdbars source
105 - inverse telecine filters (fieldmatch and decimate)
106 - colorbalance filter
107 - colorchannelmixer filter
108 - The matroska demuxer can now output proper verbatim ASS packets. It will
109   become the default at the next libavformat major bump.
110 - decent native animated GIF encoding
111 - asetrate filter
112 - interleave filter
113 - timeline editing with filters
114 - vidstabdetect and vidstabtransform filters for video stabilization using
115   the vid.stab library
116 - astats filter
117 - trim and atrim filters
118 - ffmpeg -t and -ss (output-only) options are now sample-accurate when
119   transcoding audio
120 - Matroska muxer can now put the index at the beginning of the file.
121 - extractplanes filter
122 - avectorscope filter
123 - ADPCM DTK decoder
124 - ADP demuxer
125 - RSD demuxer
126 - RedSpark demuxer
127 - ADPCM IMA Radical decoder
128 - zmq filters
129 - DCT denoiser filter (dctdnoiz)
130 - Wavelet denoiser filter ported from libmpcodecs as owdenoise (formerly "ow")
131 - Apple Intermediate Codec decoder
132 - Escape 130 video decoder
133 - FTP protocol support
134 - V4L2 output device
135 - 3D LUT filter (lut3d)
136 - SMPTE 302M audio encoder
137 - support for slice multithreading in libavfilter
138 - Hald CLUT support (generation and filtering)
139 - VC-1 interlaced B-frame support
140 - support for WavPack muxing (raw and in Matroska)
141 - XVideo output device
142 - vignette filter
143 - True Audio (TTA) encoder
144 - Go2Webinar decoder
145 - mcdeint filter ported from libmpcodecs
146 - sab filter ported from libmpcodecs
147 - ffprobe -show_chapters option
148 - WavPack encoding through libwavpack
149 - rotate filter
150 - spp filter ported from libmpcodecs
151 - libgme support
152 - psnr filter
153
154
155 version 1.2:
156
157 - VDPAU hardware acceleration through normal hwaccel
158 - SRTP support
159 - Error diffusion dither in Swscale
160 - Chained Ogg support
161 - Theora Midstream reconfiguration support
162 - EVRC decoder
163 - audio fade filter
164 - filtering audio with unknown channel layout
165 - allpass, bass, bandpass, bandreject, biquad, equalizer, highpass, lowpass
166   and treble audio filter
167 - improved showspectrum filter, with multichannel support and sox-like colors
168 - histogram filter
169 - tee muxer
170 - il filter ported from libmpcodecs
171 - support ID3v2 tags in ASF files
172 - encrypted TTA stream decoding support
173 - RF64 support in WAV muxer
174 - noise filter ported from libmpcodecs
175 - Subtitles character encoding conversion
176 - blend filter
177 - stereo3d filter ported from libmpcodecs
178
179
180 version 1.1:
181
182 - stream disposition information printing in ffprobe
183 - filter for loudness analysis following EBU R128
184 - Opus encoder using libopus
185 - ffprobe -select_streams option
186 - Pinnacle TARGA CineWave YUV16 decoder
187 - TAK demuxer, decoder and parser
188 - DTS-HD demuxer
189 - remove -same_quant, it hasn't worked for years
190 - FFM2 support
191 - X-Face image encoder and decoder
192 - 24-bit FLAC encoding
193 - multi-channel ALAC encoding up to 7.1
194 - metadata (INFO tag) support in WAV muxer
195 - subtitles raw text decoder
196 - support for building DLLs using MSVC
197 - LVF demuxer
198 - ffescape tool
199 - metadata (info chunk) support in CAF muxer
200 - field filter ported from libmpcodecs
201 - AVR demuxer
202 - geq filter ported from libmpcodecs
203 - remove ffserver daemon mode
204 - AST muxer/demuxer
205 - new expansion syntax for drawtext
206 - BRender PIX image decoder
207 - ffprobe -show_entries option
208 - ffprobe -sections option
209 - ADPCM IMA Dialogic decoder
210 - BRSTM demuxer
211 - animated GIF decoder and demuxer
212 - PVF demuxer
213 - subtitles filter
214 - IRCAM muxer/demuxer
215 - Paris Audio File demuxer
216 - Virtual concatenation demuxer
217 - VobSub demuxer
218 - JSON captions for TED talks decoding support
219 - SOX Resampler support in libswresample
220 - aselect filter
221 - SGI RLE 8-bit decoder
222 - Silicon Graphics Motion Video Compressor 1 & 2 decoder
223 - Silicon Graphics Movie demuxer
224 - apad filter
225 - Resolution & pixel format change support with multithreading for H.264
226 - documentation split into per-component manuals
227 - pp (postproc) filter ported from MPlayer
228 - NIST Sphere demuxer
229 - MPL2, VPlayer, MPlayer, AQTitle, PJS and SubViewer v1 subtitles demuxers and decoders
230 - Sony Wave64 muxer
231 - adobe and limelight publisher authentication in RTMP
232 - data: URI scheme
233 - support building on the Plan 9 operating system
234 - kerndeint filter ported from MPlayer
235 - histeq filter ported from VirtualDub
236 - Megalux Frame demuxer
237 - 012v decoder
238 - Improved AVC Intra decoding support
239
240
241 version 1.0:
242
243 - INI and flat output in ffprobe
244 - Scene detection in libavfilter
245 - Indeo Audio decoder
246 - channelsplit audio filter
247 - setnsamples audio filter
248 - atempo filter
249 - ffprobe -show_data option
250 - RTMPT protocol support
251 - iLBC encoding/decoding via libilbc
252 - Microsoft Screen 1 decoder
253 - join audio filter
254 - audio channel mapping filter
255 - Microsoft ATC Screen decoder
256 - RTSP listen mode
257 - TechSmith Screen Codec 2 decoder
258 - AAC encoding via libfdk-aac
259 - Microsoft Expression Encoder Screen decoder
260 - RTMPS protocol support
261 - RTMPTS protocol support
262 - RTMPE protocol support
263 - RTMPTE protocol support
264 - showwaves and showspectrum filter
265 - LucasArts SMUSH playback support
266 - SAMI, RealText and SubViewer demuxers and decoders
267 - Heart Of Darkness PAF playback support
268 - iec61883 device
269 - asettb filter
270 - new option: -progress
271 - 3GPP Timed Text encoder/decoder
272 - GeoTIFF decoder support
273 - ffmpeg -(no)stdin option
274 - Opus decoder using libopus
275 - caca output device using libcaca
276 - alphaextract and alphamerge filters
277 - concat filter
278 - flite filter
279 - Canopus Lossless Codec decoder
280 - bitmap subtitles in filters (experimental and temporary)
281 - MP2 encoding via TwoLAME
282 - bmp parser
283 - smptebars source
284 - asetpts filter
285 - hue filter
286 - ICO muxer
287 - SubRip encoder and decoder without embedded timing
288 - edge detection filter
289 - framestep filter
290 - ffmpeg -shortest option is now per-output file
291   -pass and -passlogfile are now per-output stream
292 - volume measurement filter
293 - Ut Video encoder
294 - Microsoft Screen 2 decoder
295 - smartblur filter ported from MPlayer
296 - CPiA decoder
297 - decimate filter ported from MPlayer
298 - RTP depacketization of JPEG
299 - Smooth Streaming live segmenter muxer
300 - F4V muxer
301 - sendcmd and asendcmd filters
302 - WebVTT demuxer and decoder (simple tags supported)
303 - RTP packetization of JPEG
304 - faststart option in the MOV/MP4 muxer
305 - support for building with MSVC
306
307
308 version 0.11:
309
310 - Fixes: CVE-2012-2772, CVE-2012-2774, CVE-2012-2775, CVE-2012-2776, CVE-2012-2777,
311          CVE-2012-2779, CVE-2012-2782, CVE-2012-2783, CVE-2012-2784, CVE-2012-2785,
312          CVE-2012-2786, CVE-2012-2787, CVE-2012-2788, CVE-2012-2789, CVE-2012-2790,
313          CVE-2012-2791, CVE-2012-2792, CVE-2012-2793, CVE-2012-2794, CVE-2012-2795,
314          CVE-2012-2796, CVE-2012-2797, CVE-2012-2798, CVE-2012-2799, CVE-2012-2800,
315          CVE-2012-2801, CVE-2012-2802, CVE-2012-2803, CVE-2012-2804,
316 - v408 Quicktime and Microsoft AYUV Uncompressed 4:4:4:4 encoder and decoder
317 - setfield filter
318 - CDXL demuxer and decoder
319 - Apple ProRes encoder
320 - ffprobe -count_packets and -count_frames options
321 - Sun Rasterfile Encoder
322 - ID3v2 attached pictures reading and writing
323 - WMA Lossless decoder
324 - bluray protocol
325 - blackdetect filter
326 - libutvideo encoder wrapper (--enable-libutvideo)
327 - swapuv filter
328 - bbox filter
329 - XBM encoder and decoder
330 - RealAudio Lossless decoder
331 - ZeroCodec decoder
332 - tile video filter
333 - Metal Gear Solid: The Twin Snakes demuxer
334 - OpenEXR image decoder
335 - removelogo filter
336 - drop support for ffmpeg without libavfilter
337 - drawtext video filter: fontconfig support
338 - ffmpeg -benchmark_all option
339 - super2xsai filter ported from libmpcodecs
340 - add libavresample audio conversion library for compatibility
341 - MicroDVD decoder
342 - Avid Meridien (AVUI) encoder and decoder
343 - accept + prefix to -pix_fmt option to disable automatic conversions.
344 - complete audio filtering in libavfilter and ffmpeg
345 - add fps filter
346 - vorbis parser
347 - png parser
348 - audio mix filter
349 - ffv1: support (draft) version 1.3
350
351
352 version 0.10:
353
354 - Fixes: CVE-2011-3929, CVE-2011-3934, CVE-2011-3935, CVE-2011-3936,
355          CVE-2011-3937, CVE-2011-3940, CVE-2011-3941, CVE-2011-3944,
356          CVE-2011-3945, CVE-2011-3946, CVE-2011-3947, CVE-2011-3949,
357          CVE-2011-3950, CVE-2011-3951, CVE-2011-3952
358 - v410 Quicktime Uncompressed 4:4:4 10-bit encoder and decoder
359 - SBaGen (SBG) binaural beats script demuxer
360 - OpenMG Audio muxer
361 - Timecode extraction in DV and MOV
362 - thumbnail video filter
363 - XML output in ffprobe
364 - asplit audio filter
365 - tinterlace video filter
366 - astreamsync audio filter
367 - amerge audio filter
368 - ISMV (Smooth Streaming) muxer
369 - GSM audio parser
370 - SMJPEG muxer
371 - XWD encoder and decoder
372 - Automatic thread count based on detection number of (available) CPU cores
373 - y41p Brooktree Uncompressed 4:1:1 12-bit encoder and decoder
374 - ffprobe -show_error option
375 - Avid 1:1 10-bit RGB Packer codec
376 - v308 Quicktime Uncompressed 4:4:4 encoder and decoder
377 - yuv4 libquicktime packed 4:2:0 encoder and decoder
378 - ffprobe -show_frames option
379 - silencedetect audio filter
380 - ffprobe -show_program_version, -show_library_versions, -show_versions options
381 - rv34: frame-level multi-threading
382 - optimized iMDCT transform on x86 using SSE for for mpegaudiodec
383 - Improved PGS subtitle decoder
384 - dumpgraph option to lavfi device
385 - r210 and r10k encoders
386 - ffwavesynth decoder
387 - aviocat tool
388 - ffeval tool
389
390
391 version 0.9:
392
393 - openal input device added
394 - boxblur filter added
395 - BWF muxer
396 - Flash Screen Video 2 decoder
397 - lavfi input device added
398 - added avconv, which is almost the same for now, except
399 for a few incompatible changes in the options, which will hopefully make them
400 easier to use. The changes are:
401     * The options placement is now strictly enforced! While in theory the
402       options for ffmpeg should be given in [input options] -i INPUT [output
403       options] OUTPUT order, in practice it was possible to give output options
404       before the -i and it mostly worked. Except when it didn't - the behavior was
405       a bit inconsistent. In avconv, it is not possible to mix input and output
406       options. All non-global options are reset after an input or output filename.
407     * All per-file options are now truly per-file - they apply only to the next
408       input or output file and specifying different values for different files
409       will now work properly (notably -ss and -t options).
410     * All per-stream options are now truly per-stream - it is possible to
411       specify which stream(s) should a given option apply to. See the Stream
412       specifiers section in the avconv manual for details.
413     * In ffmpeg some options (like -newvideo/-newaudio/...) are irregular in the
414       sense that they're specified after the output filename instead of before,
415       like all other options. In avconv this irregularity is removed, all options
416       apply to the next input or output file.
417     * -newvideo/-newaudio/-newsubtitle options were removed. Not only were they
418       irregular and highly confusing, they were also redundant. In avconv the -map
419       option will create new streams in the output file and map input streams to
420       them. E.g. avconv -i INPUT -map 0 OUTPUT will create an output stream for
421       each stream in the first input file.
422     * The -map option now has slightly different and more powerful syntax:
423         + Colons (':') are used to separate file index/stream type/stream index
424           instead of dots. Comma (',') is used to separate the sync stream instead
425           of colon.. This is done for consistency with other options.
426         + It's possible to specify stream type. E.g. -map 0:a:2 creates an
427           output stream from the third input audio stream.
428         + Omitting the stream index now maps all the streams of the given type,
429           not just the first. E.g. -map 0:s creates output streams for all the
430           subtitle streams in the first input file.
431         + Since -map can now match multiple streams, negative mappings were
432           introduced. Negative mappings disable some streams from an already
433           defined map. E.g. '-map 0 -map -0:a:1' means 'create output streams for
434           all the stream in the first input file, except for the second audio
435           stream'.
436     * There is a new option -c (or -codec) for choosing the decoder/encoder to
437       use, which allows to precisely specify target stream(s) consistently with
438       other options. E.g. -c:v lib264 sets the codec for all video streams, -c:a:0
439       libvorbis sets the codec for the first audio stream and -c copy copies all
440       the streams without reencoding. Old -vcodec/-acodec/-scodec options are now
441       aliases to -c:v/a/s
442     * It is now possible to precisely specify which stream should an AVOption
443       apply to. E.g. -b:v:0 2M sets the bitrate for the first video stream, while
444       -b:a 128k sets the bitrate for all audio streams. Note that the old -ab 128k
445       syntax is deprecated and will stop working soon.
446     * -map_chapters now takes only an input file index and applies to the next
447       output file. This is consistent with how all the other options work.
448     * -map_metadata now takes only an input metadata specifier and applies to
449       the next output file. Output metadata specifier is now part of the option
450       name, similarly to the AVOptions/map/codec feature above.
451     * -metadata can now be used to set metadata on streams and chapters, e.g.
452       -metadata:s:1 language=eng sets the language of the first stream to 'eng'.
453       This made -vlang/-alang/-slang options redundant, so they were removed.
454     * -qscale option now uses stream specifiers and applies to all streams, not
455       just video. I.e. plain -qscale number would now apply to all streams. To get
456       the old behavior, use -qscale:v. Also there is now a shortcut -q for -qscale
457       and -aq is now an alias for -q:a.
458     * -vbsf/-absf/-sbsf options were removed and replaced by a -bsf option which
459       uses stream specifiers. Use -bsf:v/a/s instead of the old options.
460     * -itsscale option now uses stream specifiers, so its argument is only the
461       scale parameter.
462     * -intra option was removed, use -g 0 for the same effect.
463     * -psnr option was removed, use -flags +psnr for the same effect.
464     * -vf option is now an alias to the new -filter option, which uses stream specifiers.
465     * -vframes/-aframes/-dframes options are now aliases to the new -frames option.
466     * -vtag/-atag/-stag options are now aliases to the new -tag option.
467 - XMV demuxer
468 - LOAS demuxer
469 - ashowinfo filter added
470 - Windows Media Image decoder
471 - amovie source added
472 - LATM muxer/demuxer
473 - Speex encoder via libspeex
474 - JSON output in ffprobe
475 - WTV muxer
476 - Optional C++ Support (needed for libstagefright)
477 - H.264 Decoding on Android via Stagefright
478 - Prores decoder
479 - BIN/XBIN/ADF/IDF text file decoder
480 - aconvert audio filter added
481 - audio support to lavfi input device added
482 - libcdio-paranoia input device for audio CD grabbing
483 - Apple ProRes decoder
484 - CELT in Ogg demuxing
485 - G.723.1 demuxer and decoder
486 - libmodplug support (--enable-libmodplug)
487 - VC-1 interlaced decoding
488 - libutvideo wrapper (--enable-libutvideo)
489 - aevalsrc audio source added
490 - Ut Video decoder
491 - Speex encoding via libspeex
492 - 4:2:2 H.264 decoding support
493 - 4:2:2 and 4:4:4 H.264 encoding with libx264
494 - Pulseaudio input device
495 - Prores encoder
496 - Video Decoder Acceleration (VDA) HWAccel module.
497 - replacement Indeo 3 decoder
498 - new ffmpeg option: -map_channel
499 - volume audio filter added
500 - earwax audio filter added
501 - libv4l2 support (--enable-libv4l2)
502 - TLS/SSL and HTTPS protocol support
503 - AVOptions API rewritten and documented
504 - most of CODEC_FLAG2_*, some CODEC_FLAG_* and many codec-specific fields in
505   AVCodecContext deprecated. Codec private options should be used instead.
506 - Properly working defaults in libx264 wrapper, support for native presets.
507 - Encrypted OMA files support
508 - Discworld II BMV decoding support
509 - VBLE Decoder
510 - OS X Video Decoder Acceleration (VDA) support
511 - compact and csv output in ffprobe
512 - pan audio filter
513 - IFF Amiga Continuous Bitmap (ACBM) decoder
514 - ass filter
515 - CRI ADX audio format muxer and demuxer
516 - Playstation Portable PMP format demuxer
517 - Microsoft Windows ICO demuxer
518 - life source
519 - PCM format support in OMA demuxer
520 - CLJR encoder
521 - new option: -report
522 - Dxtory capture format decoder
523 - cellauto source
524 - Simple segmenting muxer
525 - Indeo 4 decoder
526 - SMJPEG demuxer
527
528
529 version 0.8:
530
531 - many many things we forgot because we rather write code than changelogs
532 - WebM support in Matroska de/muxer
533 - low overhead Ogg muxing
534 - MMS-TCP support
535 - VP8 de/encoding via libvpx
536 - Demuxer for On2's IVF format
537 - Pictor/PC Paint decoder
538 - HE-AAC v2 decoder
539 - HE-AAC v2 encoding with libaacplus
540 - libfaad2 wrapper removed
541 - DTS-ES extension (XCh) decoding support
542 - native VP8 decoder
543 - RTSP tunneling over HTTP
544 - RTP depacketization of SVQ3
545 - -strict inofficial replaced by -strict unofficial
546 - ffplay -exitonkeydown and -exitonmousedown options added
547 - native GSM / GSM MS decoder
548 - RTP depacketization of QDM2
549 - ANSI/ASCII art playback system
550 - Lego Mindstorms RSO de/muxer
551 - libavcore added (and subsequently removed)
552 - SubRip subtitle file muxer and demuxer
553 - Chinese AVS encoding via libxavs
554 - ffprobe -show_packets option added
555 - RTP packetization of Theora and Vorbis
556 - RTP depacketization of MP4A-LATM
557 - RTP packetization and depacketization of VP8
558 - hflip filter
559 - Apple HTTP Live Streaming demuxer
560 - a64 codec
561 - MMS-HTTP support
562 - G.722 ADPCM audio encoder/decoder
563 - R10k video decoder
564 - ocv_smooth filter
565 - frei0r wrapper filter
566 - change crop filter syntax to width:height:x:y
567 - make the crop filter accept parametric expressions
568 - make ffprobe accept AVFormatContext options
569 - yadif filter
570 - blackframe filter
571 - Demuxer for Leitch/Harris' VR native stream format (LXF)
572 - RTP depacketization of the X-QT QuickTime format
573 - SAP (Session Announcement Protocol, RFC 2974) muxer and demuxer
574 - cropdetect filter
575 - ffmpeg -crop* options removed
576 - transpose filter added
577 - ffmpeg -force_key_frames option added
578 - demuxer for receiving raw rtp:// URLs without an SDP description
579 - single stream LATM/LOAS decoder
580 - setpts filter added
581 - Win64 support for optimized x86 assembly functions
582 - MJPEG/AVI1 to JPEG/JFIF bitstream filter
583 - ASS subtitle encoder and decoder
584 - IEC 61937 encapsulation for E-AC-3, TrueHD, DTS-HD (for HDMI passthrough)
585 - overlay filter added
586 - rename aspect filter to setdar, and pixelaspect to setsar
587 - IEC 61937 demuxer
588 - Mobotix .mxg demuxer
589 - frei0r source added
590 - hqdn3d filter added
591 - RTP depacketization of QCELP
592 - FLAC parser added
593 - gradfun filter added
594 - AMR-WB decoder
595 - replace the ocv_smooth filter with a more generic ocv filter
596 - Windows Televison (WTV) demuxer
597 - FFmpeg metadata format muxer and demuxer
598 - SubRip (srt) subtitle encoder and decoder
599 - floating-point AC-3 encoder added
600 - Lagarith decoder
601 - ffmpeg -copytb option added
602 - IVF muxer added
603 - Wing Commander IV movies decoder added
604 - movie source added
605 - Bink version 'b' audio and video decoder
606 - Bitmap Brothers JV playback system
607 - Apple HTTP Live Streaming protocol handler
608 - sndio support for playback and record
609 - Linux framebuffer input device added
610 - Chronomaster DFA decoder
611 - DPX image encoder
612 - MicroDVD subtitle file muxer and demuxer
613 - Playstation Portable PMP format demuxer
614 - fieldorder video filter added
615 - AAC encoding via libvo-aacenc
616 - AMR-WB encoding via libvo-amrwbenc
617 - xWMA demuxer
618 - Mobotix MxPEG decoder
619 - VP8 frame-multithreading
620 - NEON optimizations for VP8
621 - Lots of deprecated API cruft removed
622 - fft and imdct optimizations for AVX (Sandy Bridge) processors
623 - showinfo filter added
624 - SMPTE 302M AES3 audio decoder
625 - Apple Core Audio Format muxer
626 - 9bit and 10bit per sample support in the H.264 decoder
627 - 9bit and 10bit FFV1 encoding / decoding
628 - split filter added
629 - select filter added
630 - sdl output device added
631 - libmpcodecs video filter support (3 times as many filters than before)
632 - mpeg2 aspect ratio dection fixed
633 - libxvid aspect pickiness fixed
634 - Frame multithreaded decoding
635 - E-AC-3 audio encoder
636 - ac3enc: add channel coupling support
637 - floating-point sample format support to the ac3, eac3, dca, aac, and vorbis decoders.
638 - H264/MPEG frame-level multi-threading
639 - All av_metadata_* functions renamed to av_dict_* and moved to libavutil
640 - 4:4:4 H.264 decoding support
641 - 10-bit H.264 optimizations for x86
642 - lut, lutrgb, and lutyuv filters added
643 - buffersink libavfilter sink added
644 - Bump libswscale for recently reported ABI break
645 - New J2K encoder (via OpenJPEG)
646
647
648 version 0.7:
649
650 - all the changes for 0.8, but keeping API/ABI compatibility with the 0.6 release
651
652
653 version 0.6:
654
655 - PB-frame decoding for H.263
656 - deprecated vhook subsystem removed
657 - deprecated old scaler removed
658 - VQF demuxer
659 - Alpha channel scaler
660 - PCX encoder
661 - RTP packetization of H.263
662 - RTP packetization of AMR
663 - RTP depacketization of Vorbis
664 - CorePNG decoding support
665 - Cook multichannel decoding support
666 - introduced avlanguage helpers in libavformat
667 - 8088flex TMV demuxer and decoder
668 - per-stream language-tags extraction in asfdec
669 - V210 decoder and encoder
670 - remaining GPL parts in AC-3 decoder converted to LGPL
671 - QCP demuxer
672 - SoX native format muxer and demuxer
673 - AMR-NB decoding/encoding, AMR-WB decoding via OpenCORE libraries
674 - DPX image decoder
675 - Electronic Arts Madcow decoder
676 - DivX (XSUB) subtitle encoder
677 - nonfree libamr support for AMR-NB/WB decoding/encoding removed
678 - experimental AAC encoder
679 - RTP depacketization of ASF and RTSP from WMS servers
680 - RTMP support in libavformat
681 - noX handling for OPT_BOOL X options
682 - Wave64 demuxer
683 - IEC-61937 compatible Muxer
684 - TwinVQ decoder
685 - Bluray (PGS) subtitle decoder
686 - LPCM support in MPEG-TS (HDMV RID as found on Blu-ray disks)
687 - WMA Pro decoder
688 - Core Audio Format demuxer
689 - ATRAC1 decoder
690 - MD STUDIO audio demuxer
691 - RF64 support in WAV demuxer
692 - MPEG-4 Audio Lossless Coding (ALS) decoder
693 - -formats option split into -formats, -codecs, -bsfs, and -protocols
694 - IV8 demuxer
695 - CDG demuxer and decoder
696 - R210 decoder
697 - Auravision Aura 1 and 2 decoders
698 - Deluxe Paint Animation playback system
699 - SIPR decoder
700 - Adobe Filmstrip muxer and demuxer
701 - RTP depacketization of H.263
702 - Bink demuxer and audio/video decoders
703 - enable symbol versioning by default for linkers that support it
704 - IFF PBM/ILBM bitmap decoder
705 - concat protocol
706 - Indeo 5 decoder
707 - RTP depacketization of AMR
708 - WMA Voice decoder
709 - ffprobe tool
710 - AMR-NB decoder
711 - RTSP muxer
712 - HE-AAC v1 decoder
713 - Kega Game Video (KGV1) decoder
714 - VorbisComment writing for FLAC, Ogg FLAC and Ogg Speex files
715 - RTP depacketization of Theora
716 - HTTP Digest authentication
717 - RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp
718 - Psygnosis YOP demuxer and video decoder
719 - spectral extension support in the E-AC-3 decoder
720 - unsharp video filter
721 - RTP hinting in the mov/3gp/mp4 muxer
722 - Dirac in Ogg demuxing
723 - seek to keyframes in Ogg
724 - 4:2:2 and 4:4:4 Theora decoding
725 - 35% faster VP3/Theora decoding
726 - faster AAC decoding
727 - faster H.264 decoding
728 - RealAudio 1.0 (14.4K) encoder
729
730
731 version 0.5:
732
733 - DV50 AKA DVCPRO50 encoder, decoder, muxer and demuxer
734 - TechSmith Camtasia (TSCC) video decoder
735 - IBM Ultimotion (ULTI) video decoder
736 - Sierra Online audio file demuxer and decoder
737 - Apple QuickDraw (qdrw) video decoder
738 - Creative ADPCM audio decoder (16 bits as well as 8 bits schemes)
739 - Electronic Arts Multimedia (WVE/UV2/etc.) file demuxer
740 - Miro VideoXL (VIXL) video decoder
741 - H.261 video encoder
742 - QPEG video decoder
743 - Nullsoft Video (NSV) file demuxer
744 - Shorten audio decoder
745 - LOCO video decoder
746 - Apple Lossless Audio Codec (ALAC) decoder
747 - Winnov WNV1 video decoder
748 - Autodesk Animator Studio Codec (AASC) decoder
749 - Indeo 2 video decoder
750 - Fraps FPS1 video decoder
751 - Snow video encoder/decoder
752 - Sonic audio encoder/decoder
753 - Vorbis audio decoder
754 - Macromedia ADPCM decoder
755 - Duck TrueMotion 2 video decoder
756 - support for decoding FLX and DTA extensions in FLIC files
757 - H.264 custom quantization matrices support
758 - ffserver fixed, it should now be usable again
759 - QDM2 audio decoder
760 - Real Cooker audio decoder
761 - TrueSpeech audio decoder
762 - WMA2 audio decoder fixed, now all files should play correctly
763 - RealAudio 14.4 and 28.8 decoders fixed
764 - JPEG-LS decoder
765 - build system improvements
766 - tabs and trailing whitespace removed from the codebase
767 - CamStudio video decoder
768 - AIFF/AIFF-C audio format, encoding and decoding
769 - ADTS AAC file reading and writing
770 - Creative VOC file reading and writing
771 - American Laser Games multimedia (*.mm) playback system
772 - Zip Motion Blocks Video decoder
773 - improved Theora/VP3 decoder
774 - True Audio (TTA) decoder
775 - AVS demuxer and video decoder
776 - JPEG-LS encoder
777 - Smacker demuxer and decoder
778 - NuppelVideo/MythTV demuxer and RTjpeg decoder
779 - KMVC decoder
780 - MPEG-2 intra VLC support
781 - MPEG-2 4:2:2 encoder
782 - Flash Screen Video decoder
783 - GXF demuxer
784 - Chinese AVS decoder
785 - GXF muxer
786 - MXF demuxer
787 - VC-1/WMV3/WMV9 video decoder
788 - MacIntel support
789 - AviSynth support
790 - VMware video decoder
791 - VP5 video decoder
792 - VP6 video decoder
793 - WavPack lossless audio decoder
794 - Targa (.TGA) picture decoder
795 - Vorbis audio encoder
796 - Delphine Software .cin demuxer/audio and video decoder
797 - Tiertex .seq demuxer/video decoder
798 - MTV demuxer
799 - TIFF picture encoder and decoder
800 - GIF picture decoder
801 - Intel Music Coder decoder
802 - Zip Motion Blocks Video encoder
803 - Musepack decoder
804 - Flash Screen Video encoder
805 - Theora encoding via libtheora
806 - BMP encoder
807 - WMA encoder
808 - GSM-MS encoder and decoder
809 - DCA decoder
810 - DXA demuxer and decoder
811 - DNxHD decoder
812 - Gamecube movie (.THP) playback system
813 - Blackfin optimizations
814 - Interplay C93 demuxer and video decoder
815 - Bethsoft VID demuxer and video decoder
816 - CRYO APC demuxer
817 - ATRAC3 decoder
818 - V.Flash PTX decoder
819 - RoQ muxer, RoQ audio encoder
820 - Renderware TXD demuxer and decoder
821 - extern C declarations for C++ removed from headers
822 - sws_flags command line option
823 - codebook generator
824 - RoQ video encoder
825 - QTRLE encoder
826 - OS/2 support removed and restored again
827 - AC-3 decoder
828 - NUT muxer
829 - additional SPARC (VIS) optimizations
830 - Matroska muxer
831 - slice-based parallel H.264 decoding
832 - Monkey's Audio demuxer and decoder
833 - AMV audio and video decoder
834 - DNxHD encoder
835 - H.264 PAFF decoding
836 - Nellymoser ASAO decoder
837 - Beam Software SIFF demuxer and decoder
838 - libvorbis Vorbis decoding removed in favor of native decoder
839 - IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
840 - Ogg (Theora, Vorbis and FLAC) muxer
841 - The "device" muxers and demuxers are now in a new libavdevice library
842 - PC Paintbrush PCX decoder
843 - Sun Rasterfile decoder
844 - TechnoTrend PVA demuxer
845 - Linux Media Labs MPEG-4 (LMLM4) demuxer
846 - AVM2 (Flash 9) SWF muxer
847 - QT variant of IMA ADPCM encoder
848 - VFW grabber
849 - iPod/iPhone compatible mp4 muxer
850 - Mimic decoder
851 - MSN TCP Webcam stream demuxer
852 - RL2 demuxer / decoder
853 - IFF demuxer
854 - 8SVX audio decoder
855 - non-recursive Makefiles
856 - BFI demuxer
857 - MAXIS EA XA (.xa) demuxer / decoder
858 - BFI video decoder
859 - OMA demuxer
860 - MLP/TrueHD decoder
861 - Electronic Arts CMV decoder
862 - Motion Pixels Video decoder
863 - Motion Pixels MVI demuxer
864 - removed animated GIF decoder/demuxer
865 - D-Cinema audio muxer
866 - Electronic Arts TGV decoder
867 - Apple Lossless Audio Codec (ALAC) encoder
868 - AAC decoder
869 - floating point PCM encoder/decoder
870 - MXF muxer
871 - DV100 AKA DVCPRO HD decoder and demuxer
872 - E-AC-3 support added to AC-3 decoder
873 - Nellymoser ASAO encoder
874 - ASS and SSA demuxer and muxer
875 - liba52 wrapper removed
876 - SVQ3 watermark decoding support
877 - Speex decoding via libspeex
878 - Electronic Arts TGQ decoder
879 - RV40 decoder
880 - QCELP / PureVoice decoder
881 - RV30 decoder
882 - hybrid WavPack support
883 - R3D REDCODE demuxer
884 - ALSA support for playback and record
885 - Electronic Arts TQI decoder
886 - OpenJPEG based JPEG 2000 decoder
887 - NC (NC4600) camera file demuxer
888 - Gopher client support
889 - MXF D-10 muxer
890 - generic metadata API
891 - flash ScreenVideo2 encoder
892
893
894 version 0.4.9-pre1:
895
896 - DV encoder, DV muxer
897 - Microsoft RLE video decoder
898 - Microsoft Video-1 decoder
899 - Apple Animation (RLE) decoder
900 - Apple Graphics (SMC) decoder
901 - Apple Video (RPZA) decoder
902 - Cinepak decoder
903 - Sega FILM (CPK) file demuxer
904 - Westwood multimedia support (VQA & AUD files)
905 - Id Quake II CIN playback support
906 - 8BPS video decoder
907 - FLIC playback support
908 - RealVideo 2.0 (RV20) decoder
909 - Duck TrueMotion v1 (DUCK) video decoder
910 - Sierra VMD demuxer and video decoder
911 - MSZH and ZLIB decoder support
912 - SVQ1 video encoder
913 - AMR-WB support
914 - PPC optimizations
915 - rate distortion optimal cbp support
916 - rate distorted optimal ac prediction for MPEG-4
917 - rate distorted optimal lambda->qp support
918 - AAC encoding with libfaac
919 - Sunplus JPEG codec (SP5X) support
920 - use Lagrange multipler instead of QP for ratecontrol
921 - Theora/VP3 decoding support
922 - XA and ADX ADPCM codecs
923 - export MPEG-2 active display area / pan scan
924 - Add support for configuring with IBM XLC
925 - floating point AAN DCT
926 - initial support for zygo video (not complete)
927 - RGB ffv1 support
928 - new audio/video parser API
929 - av_log() system
930 - av_read_frame() and av_seek_frame() support
931 - missing last frame fixes
932 - seek by mouse in ffplay
933 - noise reduction of DCT coefficients
934 - H.263 OBMC & 4MV support
935 - H.263 alternative inter vlc support
936 - H.263 loop filter
937 - H.263 slice structured mode
938 - interlaced DCT support for MPEG-2 encoding
939 - stuffing to stay above min_bitrate
940 - MB type & QP visualization
941 - frame stepping for ffplay
942 - interlaced motion estimation
943 - alternate scantable support
944 - SVCD scan offset support
945 - closed GOP support
946 - SSE2 FDCT
947 - quantizer noise shaping
948 - G.726 ADPCM audio codec
949 - MS ADPCM encoding
950 - multithreaded/SMP motion estimation
951 - multithreaded/SMP encoding for MPEG-1/MPEG-2/MPEG-4/H.263
952 - multithreaded/SMP decoding for MPEG-2
953 - FLAC decoder
954 - Metrowerks CodeWarrior suppport
955 - H.263+ custom pcf support
956 - nicer output for 'ffmpeg -formats'
957 - Matroska demuxer
958 - SGI image format, encoding and decoding
959 - H.264 loop filter support
960 - H.264 CABAC support
961 - nicer looking arrows for the motion vector visualization
962 - improved VCD support
963 - audio timestamp drift compensation
964 - MPEG-2 YUV 422/444 support
965 - polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
966 - better image scaling
967 - H.261 support
968 - correctly interleave packets during encoding
969 - VIS optimized motion compensation
970 - intra_dc_precision>0 encoding support
971 - support reuse of motion vectors/MB types/field select values of the source video
972 - more accurate deblock filter
973 - padding support
974 - many optimizations and bugfixes
975 - FunCom ISS audio file demuxer and according ADPCM decoding
976
977
978 version 0.4.8:
979
980 - MPEG-2 video encoding (Michael)
981 - Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
982 - Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
983   and Mario Brito)
984 - Xan DPCM audio decoder (Mario Brito)
985 - Interplay MVE playback subsystem (Mike Melanson)
986 - Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)
987
988
989 version 0.4.7:
990
991 - RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from mplayerhq
992   (originally from public domain player for Amiga at http://www.honeypot.net/audio)
993 - current version now also compiles with older GCC (Fabrice)
994 - 4X multimedia playback system including 4xm file demuxer (Mike
995   Melanson), and 4X video and audio codecs (Michael)
996 - Creative YUV (CYUV) decoder (Mike Melanson)
997 - FFV1 codec (our very simple lossless intra only codec, compresses much better
998   than HuffYUV) (Michael)
999 - ASV1 (Asus), H.264, Intel indeo3 codecs have been added (various)
1000 - tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
1001   alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
1002 - ffplay has been replaced with a newer version which uses SDL (optionally)
1003   for multiplatform support (Fabrice)
1004 - Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
1005   by anonymous
1006 - AMR format has been added (Johannes Carlsson)
1007 - 3GP support has been added (Johannes Carlsson)
1008 - VP3 codec has been added (Mike Melanson)
1009 - more MPEG-1/2 fixes
1010 - better multiplatform support, MS Visual Studio fixes (various)
1011 - AltiVec optimizations (Magnus Damn and others)
1012 - SH4 processor support has been added (BERO)
1013 - new public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
1014 - VOB streaming support (Brian Foley)
1015 - better MP3 autodetection (Andriy Rysin)
1016 - qpel encoding (Michael)
1017 - 4mv+b frames encoding finally fixed (Michael)
1018 - chroma ME (Michael)
1019 - 5 comparison functions for ME (Michael)
1020 - B-frame encoding speedup (Michael)
1021 - WMV2 codec (unfinished - Michael)
1022 - user specified diamond size for EPZS (Michael)
1023 - Playstation STR playback subsystem, still experimental (Mike and Michael)
1024 - ASV2 codec (Michael)
1025 - CLJR decoder (Alex)
1026
1027 .. And lots more new enhancements and fixes.
1028
1029
1030 version 0.4.6:
1031
1032 - completely new integer only MPEG audio layer 1/2/3 decoder rewritten
1033   from scratch
1034 - Recoded DCT and motion vector search with gcc (no longer depends on nasm)
1035 - fix quantization bug in AC3 encoder
1036 - added PCM codecs and format. Corrected WAV/AVI/ASF PCM issues
1037 - added prototype ffplay program
1038 - added GOB header parsing on H.263/H.263+ decoder (Juanjo)
1039 - bug fix on MCBPC tables of H.263 (Juanjo)
1040 - bug fix on DC coefficients of H.263 (Juanjo)
1041 - added Advanced Prediction Mode on H.263/H.263+ decoder (Juanjo)
1042 - now we can decode H.263 streams found in QuickTime files (Juanjo)
1043 - now we can decode H.263 streams found in VIVO v1 files(Juanjo)
1044 - preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
1045 - added GOB header for H.263/H.263+ coding on RTP mode (Juanjo)
1046 - now H.263 picture size is returned on the first decoded frame (Juanjo)
1047 - added first regression tests
1048 - added MPEG-2 TS demuxer
1049 - new demux API for libav
1050 - more accurate and faster IDCT (Michael)
1051 - faster and entropy-controlled motion search (Michael)
1052 - two pass video encoding (Michael)
1053 - new video rate control (Michael)
1054 - added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
1055 - great performance improvement of video encoders and decoders (Michael)
1056 - new and faster bit readers and vlc parsers (Michael)
1057 - high quality encoding mode: tries all macroblock/VLC types (Michael)
1058 - added DV video decoder
1059 - preliminary RTP/RTSP support in ffserver and libavformat
1060 - H.263+ AIC decoding/encoding support (Juanjo)
1061 - VCD MPEG-PS mode (Juanjo)
1062 - PSNR stuff (Juanjo)
1063 - simple stats output (Juanjo)
1064 - 16-bit and 15-bit RGB/BGR/GBR support (Bisqwit)
1065
1066
1067 version 0.4.5:
1068
1069 - some header fixes (Zdenek Kabelac <kabi at informatics.muni.cz>)
1070 - many MMX optimizations (Nick Kurshev <nickols_k at mail.ru>)
1071 - added configure system (actually a small shell script)
1072 - added MPEG audio layer 1/2/3 decoding using LGPL'ed mpglib by
1073   Michael Hipp (temporary solution - waiting for integer only
1074   decoder)
1075 - fixed VIDIOCSYNC interrupt
1076 - added Intel H.263 decoding support ('I263' AVI fourCC)
1077 - added Real Video 1.0 decoding (needs further testing)
1078 - simplified image formats again. Added PGM format (=grey
1079   pgm). Renamed old PGM to PGMYUV.
1080 - fixed msmpeg4 slice issues (tell me if you still find problems)
1081 - fixed OpenDivX bugs with newer versions (added VOL header decoding)
1082 - added support for MPlayer interface
1083 - added macroblock skip optimization
1084 - added MJPEG decoder
1085 - added mmx/mmxext IDCT from libmpeg2
1086 - added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
1087   <celer at shell.scrypt.net>)
1088 - added pixel format conversion layer (e.g. for MJPEG or PPM)
1089 - added deinterlacing option
1090 - MPEG-1/2 fixes
1091 - MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>)
1092 - ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>).
1093 - Windows porting of file converter
1094 - added MJPEG raw format (input/output)
1095 - added JPEG image format support (input/output)
1096
1097
1098 version 0.4.4:
1099
1100 - fixed some std header definitions (Bjorn Lindgren
1101   <bjorn.e.lindgren at telia.com>).
1102 - added MPEG demuxer (MPEG-1 and 2 compatible).
1103 - added ASF demuxer
1104 - added prototype RM demuxer
1105 - added AC3 decoding (done with libac3 by Aaron Holtzman)
1106 - added decoding codec parameter guessing (.e.g. for MPEG, because the
1107   header does not include them)
1108 - fixed header generation in MPEG-1, AVI and ASF muxer: wmplayer can now
1109   play them (only tested video)
1110 - fixed H.263 white bug
1111 - fixed phase rounding in img resample filter
1112 - add MMX code for polyphase img resample filter
1113 - added CPU autodetection
1114 - added generic title/author/copyright/comment string handling (ASF and RM
1115   use them)
1116 - added SWF demux to extract MP3 track (not usable yet because no MP3
1117   decoder)
1118 - added fractional frame rate support
1119 - codecs are no longer searched by read_header() (should fix ffserver
1120   segfault)
1121
1122
1123 version 0.4.3:
1124
1125 - BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
1126 - fixed raw yuv output
1127 - added motion rounding support in MPEG-4
1128 - fixed motion bug rounding in MSMPEG4
1129 - added B-frame handling in video core
1130 - added full MPEG-1 decoding support
1131 - added partial (frame only) MPEG-2 support
1132 - changed the FOURCC code for H.263 to "U263" to be able to see the
1133   +AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
1134   this +codec ;) (JuanJo).
1135 - Halfpel motion estimation after MB type selection (JuanJo)
1136 - added pgm and .Y.U.V output format
1137 - suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
1138   output.
1139 - added pgmpipe I/O format (original patch from Martin Aumueller
1140   <lists at reserv.at>, but changed completely since we use a format
1141   instead of a protocol)
1142
1143
1144 version 0.4.2:
1145
1146 - added H.263/MPEG-4/MSMPEG4 decoding support. MPEG-4 decoding support
1147   (for OpenDivX) is almost complete: 8x8 MVs and rounding are
1148   missing. MSMPEG4 support is complete.
1149 - added prototype MPEG-1 decoder. Only I- and P-frames handled yet (it
1150   can decode ffmpeg MPEGs :-)).
1151 - added libavcodec API documentation (see apiexample.c).
1152 - fixed image polyphase bug (the bottom of some images could be
1153   greenish)
1154 - added support for non clipped motion vectors (decoding only)
1155   and image sizes non-multiple of 16
1156 - added support for AC prediction (decoding only)
1157 - added file overwrite confirmation (can be disabled with -y)
1158 - added custom size picture to H.263 using H.263+ (Juanjo)
1159
1160
1161 version 0.4.1:
1162
1163 - added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
1164   of AVI and ASF to DIV3.
1165 - added -me option to set motion estimation method
1166   (default=log). suppressed redundant -hq option.
1167 - added options -acodec and -vcodec to force a given codec (useful for
1168   AVI for example)
1169 - fixed -an option
1170 - improved dct_quantize speed
1171 - factorized some motion estimation code
1172
1173
1174 version 0.4.0:
1175
1176 - removing grab code from ffserver and moved it to ffmpeg. Added
1177   multistream support to ffmpeg.
1178 - added timeshifting support for live feeds (option ?date=xxx in the
1179   URL)
1180 - added high quality image resize code with polyphase filter (need
1181   mmx/see optimization). Enable multiple image size support in ffserver.
1182 - added multi live feed support in ffserver
1183 - suppressed master feature from ffserver (it should be done with an
1184   external program which opens the .ffm url and writes it to another
1185   ffserver)
1186 - added preliminary support for video stream parsing (WAV and AVI half
1187   done). Added proper support for audio/video file conversion in
1188   ffmpeg.
1189 - added preliminary support for video file sending from ffserver
1190 - redesigning I/O subsystem: now using URL based input and output
1191   (see avio.h)
1192 - added WAV format support
1193 - added "tty user interface" to ffmpeg to stop grabbing gracefully
1194 - added MMX/SSE optimizations to SAD (Sums of Absolutes Differences)
1195   (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
1196 - added MMX DCT from mpeg2_movie 1.5 (Juanjo)
1197 - added new motion estimation algorithms, log and phods (Juanjo)
1198 - changed directories: libav for format handling, libavcodec for
1199   codecs
1200
1201
1202 version 0.3.4:
1203
1204 - added stereo in MPEG audio encoder
1205
1206
1207 version 0.3.3:
1208
1209 - added 'high quality' mode which use motion vectors. It can be used in
1210   real time at low resolution.
1211 - fixed rounding problems which caused quality problems at high
1212   bitrates and large GOP size
1213
1214
1215 version 0.3.2: small fixes
1216
1217 - ASF fixes
1218 - put_seek bug fix
1219
1220
1221 version 0.3.1: added avi/divx support
1222
1223 - added AVI support
1224 - added MPEG-4 codec compatible with OpenDivX. It is based on the H.263 codec
1225 - added sound for flash format (not tested)
1226
1227
1228 version 0.3: initial public release