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