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