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