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