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