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