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