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