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