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