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