OSDN Git Service

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