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