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