OSDN Git Service

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