OSDN Git Service

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