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