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