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