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