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