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