OSDN Git Service

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