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