OSDN Git Service

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