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