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