OSDN Git Service

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