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