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