OSDN Git Service

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