OSDN Git Service

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