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