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