OSDN Git Service

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