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