OSDN Git Service

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