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