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