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