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