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