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