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