Changelog 26 KB

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