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