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