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