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