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