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