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