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