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