Changelog 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774
  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. - ashowinfo filter added
  46. - Windows Media Image decoder
  47. - amovie source added
  48. - LATM muxer/demuxer
  49. - Speex encoder via libspeex
  50. - JSON output in ffprobe
  51. - WTV muxer
  52. - Optional C++ Support (needed for libstagefright)
  53. - H.264 Decoding on Android via Stagefright
  54. - Prores decoder
  55. - BIN/XBIN/ADF/IDF text file decoder
  56. - aconvert audio filter added
  57. - audio support to lavfi input device added
  58. - libcdio-paranoia input device for audio CD grabbing
  59. - Apple ProRes decoder
  60. - CELT in Ogg demuxing
  61. - G.723.1 demuxer and decoder
  62. - libmodplug support (--enable-libmodplug)
  63. - VC-1 interlaced decoding
  64. - libutvideo wrapper (--enable-libutvideo)
  65. - aevalsrc audio source added
  66. - Ut Video decoder
  67. - Speex encoding via libspeex
  68. - 4:2:2 H.264 decoding support
  69. - Pulseaudio input device
  70. - Prores encoder
  71. - Video Decoder Acceleration (VDA) HWAccel module.
  72. version 0.8:
  73. - many many things we forgot because we rather write code than changelogs
  74. - WebM support in Matroska de/muxer
  75. - low overhead Ogg muxing
  76. - MMS-TCP support
  77. - VP8 de/encoding via libvpx
  78. - Demuxer for On2's IVF format
  79. - Pictor/PC Paint decoder
  80. - HE-AAC v2 decoder
  81. - HE-AAC v2 encoding with libaacplus
  82. - libfaad2 wrapper removed
  83. - DTS-ES extension (XCh) decoding support
  84. - native VP8 decoder
  85. - RTSP tunneling over HTTP
  86. - RTP depacketization of SVQ3
  87. - -strict inofficial replaced by -strict unofficial
  88. - ffplay -exitonkeydown and -exitonmousedown options added
  89. - native GSM / GSM MS decoder
  90. - RTP depacketization of QDM2
  91. - ANSI/ASCII art playback system
  92. - Lego Mindstorms RSO de/muxer
  93. - libavcore added (and subsequently removed)
  94. - SubRip subtitle file muxer and demuxer
  95. - Chinese AVS encoding via libxavs
  96. - ffprobe -show_packets option added
  97. - RTP packetization of Theora and Vorbis
  98. - RTP depacketization of MP4A-LATM
  99. - RTP packetization and depacketization of VP8
  100. - hflip filter
  101. - Apple HTTP Live Streaming demuxer
  102. - a64 codec
  103. - MMS-HTTP support
  104. - G.722 ADPCM audio encoder/decoder
  105. - R10k video decoder
  106. - ocv_smooth filter
  107. - frei0r wrapper filter
  108. - change crop filter syntax to width:height:x:y
  109. - make the crop filter accept parametric expressions
  110. - make ffprobe accept AVFormatContext options
  111. - yadif filter
  112. - blackframe filter
  113. - Demuxer for Leitch/Harris' VR native stream format (LXF)
  114. - RTP depacketization of the X-QT QuickTime format
  115. - SAP (Session Announcement Protocol, RFC 2974) muxer and demuxer
  116. - cropdetect filter
  117. - ffmpeg -crop* options removed
  118. - transpose filter added
  119. - ffmpeg -force_key_frames option added
  120. - demuxer for receiving raw rtp:// URLs without an SDP description
  121. - single stream LATM/LOAS decoder
  122. - setpts filter added
  123. - Win64 support for optimized x86 assembly functions
  124. - MJPEG/AVI1 to JPEG/JFIF bitstream filter
  125. - ASS subtitle encoder and decoder
  126. - IEC 61937 encapsulation for E-AC-3, TrueHD, DTS-HD (for HDMI passthrough)
  127. - overlay filter added
  128. - rename aspect filter to setdar, and pixelaspect to setsar
  129. - IEC 61937 demuxer
  130. - Mobotix .mxg demuxer
  131. - frei0r source added
  132. - hqdn3d filter added
  133. - RTP depacketization of QCELP
  134. - FLAC parser added
  135. - gradfun filter added
  136. - AMR-WB decoder
  137. - replace the ocv_smooth filter with a more generic ocv filter
  138. - Windows Televison (WTV) demuxer
  139. - FFmpeg metadata format muxer and demuxer
  140. - SubRip (srt) subtitle encoder and decoder
  141. - floating-point AC-3 encoder added
  142. - Lagarith decoder
  143. - ffmpeg -copytb option added
  144. - IVF muxer added
  145. - Wing Commander IV movies decoder added
  146. - movie source added
  147. - Bink version 'b' audio and video decoder
  148. - Bitmap Brothers JV playback system
  149. - Apple HTTP Live Streaming protocol handler
  150. - sndio support for playback and record
  151. - Linux framebuffer input device added
  152. - Chronomaster DFA decoder
  153. - DPX image encoder
  154. - MicroDVD subtitle file muxer and demuxer
  155. - Playstation Portable PMP format demuxer
  156. - fieldorder video filter added
  157. - AAC encoding via libvo-aacenc
  158. - AMR-WB encoding via libvo-amrwbenc
  159. - xWMA demuxer
  160. - Mobotix MxPEG decoder
  161. - VP8 frame-multithreading
  162. - NEON optimizations for VP8
  163. - Lots of deprecated API cruft removed
  164. - fft and imdct optimizations for AVX (Sandy Bridge) processors
  165. - showinfo filter added
  166. - SMPTE 302M AES3 audio decoder
  167. - Apple Core Audio Format muxer
  168. - 9bit and 10bit per sample support in the H.264 decoder
  169. - 9bit and 10bit FFV1 encoding / decoding
  170. - split filter added
  171. - select filter added
  172. - sdl output device added
  173. - libmpcodecs video filter support (3 times as many filters than before)
  174. - mpeg2 aspect ratio dection fixed
  175. - libxvid aspect pickiness fixed
  176. - Frame multithreaded decoding
  177. - E-AC-3 audio encoder
  178. - ac3enc: add channel coupling support
  179. - floating-point sample format support to the ac3, eac3, dca, aac, and vorbis decoders.
  180. - H264/MPEG frame-level multi-threading
  181. - All av_metadata_* functions renamed to av_dict_* and moved to libavutil
  182. - 4:4:4 H.264 decoding support
  183. - 10-bit H.264 optimizations for x86
  184. - lut, lutrgb, and lutyuv filters added
  185. - buffersink libavfilter sink added
  186. - Bump libswscale for recently reported ABI break
  187. version 0.7:
  188. - all the changes for 0.8, but keeping API/ABI compatibility with the 0.6 release
  189. version 0.6:
  190. - PB-frame decoding for H.263
  191. - deprecated vhook subsystem removed
  192. - deprecated old scaler removed
  193. - VQF demuxer
  194. - Alpha channel scaler
  195. - PCX encoder
  196. - RTP packetization of H.263
  197. - RTP packetization of AMR
  198. - RTP depacketization of Vorbis
  199. - CorePNG decoding support
  200. - Cook multichannel decoding support
  201. - introduced avlanguage helpers in libavformat
  202. - 8088flex TMV demuxer and decoder
  203. - per-stream language-tags extraction in asfdec
  204. - V210 decoder and encoder
  205. - remaining GPL parts in AC-3 decoder converted to LGPL
  206. - QCP demuxer
  207. - SoX native format muxer and demuxer
  208. - AMR-NB decoding/encoding, AMR-WB decoding via OpenCORE libraries
  209. - DPX image decoder
  210. - Electronic Arts Madcow decoder
  211. - DivX (XSUB) subtitle encoder
  212. - nonfree libamr support for AMR-NB/WB decoding/encoding removed
  213. - experimental AAC encoder
  214. - RTP depacketization of ASF and RTSP from WMS servers
  215. - RTMP support in libavformat
  216. - noX handling for OPT_BOOL X options
  217. - Wave64 demuxer
  218. - IEC-61937 compatible Muxer
  219. - TwinVQ decoder
  220. - Bluray (PGS) subtitle decoder
  221. - LPCM support in MPEG-TS (HDMV RID as found on Blu-ray disks)
  222. - WMA Pro decoder
  223. - Core Audio Format demuxer
  224. - Atrac1 decoder
  225. - MD STUDIO audio demuxer
  226. - RF64 support in WAV demuxer
  227. - MPEG-4 Audio Lossless Coding (ALS) decoder
  228. - -formats option split into -formats, -codecs, -bsfs, and -protocols
  229. - IV8 demuxer
  230. - CDG demuxer and decoder
  231. - R210 decoder
  232. - Auravision Aura 1 and 2 decoders
  233. - Deluxe Paint Animation playback system
  234. - SIPR decoder
  235. - Adobe Filmstrip muxer and demuxer
  236. - RTP depacketization of H.263
  237. - Bink demuxer and audio/video decoders
  238. - enable symbol versioning by default for linkers that support it
  239. - IFF PBM/ILBM bitmap decoder
  240. - concat protocol
  241. - Indeo 5 decoder
  242. - RTP depacketization of AMR
  243. - WMA Voice decoder
  244. - ffprobe tool
  245. - AMR-NB decoder
  246. - RTSP muxer
  247. - HE-AAC v1 decoder
  248. - Kega Game Video (KGV1) decoder
  249. - VorbisComment writing for FLAC, Ogg FLAC and Ogg Speex files
  250. - RTP depacketization of Theora
  251. - HTTP Digest authentication
  252. - RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp
  253. - Psygnosis YOP demuxer and video decoder
  254. - spectral extension support in the E-AC-3 decoder
  255. - unsharp video filter
  256. - RTP hinting in the mov/3gp/mp4 muxer
  257. - Dirac in Ogg demuxing
  258. - seek to keyframes in Ogg
  259. - 4:2:2 and 4:4:4 Theora decoding
  260. - 35% faster VP3/Theora decoding
  261. - faster AAC decoding
  262. - faster H.264 decoding
  263. - RealAudio 1.0 (14.4K) encoder
  264. version 0.5:
  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. version 0.4.9-pre1:
  425. - DV encoder, DV muxer
  426. - Microsoft RLE video decoder
  427. - Microsoft Video-1 decoder
  428. - Apple Animation (RLE) decoder
  429. - Apple Graphics (SMC) decoder
  430. - Apple Video (RPZA) decoder
  431. - Cinepak decoder
  432. - Sega FILM (CPK) file demuxer
  433. - Westwood multimedia support (VQA & AUD files)
  434. - Id Quake II CIN playback support
  435. - 8BPS video decoder
  436. - FLIC playback support
  437. - RealVideo 2.0 (RV20) decoder
  438. - Duck TrueMotion v1 (DUCK) video decoder
  439. - Sierra VMD demuxer and video decoder
  440. - MSZH and ZLIB decoder support
  441. - SVQ1 video encoder
  442. - AMR-WB support
  443. - PPC optimizations
  444. - rate distortion optimal cbp support
  445. - rate distorted optimal ac prediction for MPEG-4
  446. - rate distorted optimal lambda->qp support
  447. - AAC encoding with libfaac
  448. - Sunplus JPEG codec (SP5X) support
  449. - use Lagrange multipler instead of QP for ratecontrol
  450. - Theora/VP3 decoding support
  451. - XA and ADX ADPCM codecs
  452. - export MPEG-2 active display area / pan scan
  453. - Add support for configuring with IBM XLC
  454. - floating point AAN DCT
  455. - initial support for zygo video (not complete)
  456. - RGB ffv1 support
  457. - new audio/video parser API
  458. - av_log() system
  459. - av_read_frame() and av_seek_frame() support
  460. - missing last frame fixes
  461. - seek by mouse in ffplay
  462. - noise reduction of DCT coefficients
  463. - H.263 OBMC & 4MV support
  464. - H.263 alternative inter vlc support
  465. - H.263 loop filter
  466. - H.263 slice structured mode
  467. - interlaced DCT support for MPEG-2 encoding
  468. - stuffing to stay above min_bitrate
  469. - MB type & QP visualization
  470. - frame stepping for ffplay
  471. - interlaced motion estimation
  472. - alternate scantable support
  473. - SVCD scan offset support
  474. - closed GOP support
  475. - SSE2 FDCT
  476. - quantizer noise shaping
  477. - G.726 ADPCM audio codec
  478. - MS ADPCM encoding
  479. - multithreaded/SMP motion estimation
  480. - multithreaded/SMP encoding for MPEG-1/MPEG-2/MPEG-4/H.263
  481. - multithreaded/SMP decoding for MPEG-2
  482. - FLAC decoder
  483. - Metrowerks CodeWarrior suppport
  484. - H.263+ custom pcf support
  485. - nicer output for 'ffmpeg -formats'
  486. - Matroska demuxer
  487. - SGI image format, encoding and decoding
  488. - H.264 loop filter support
  489. - H.264 CABAC support
  490. - nicer looking arrows for the motion vector visualization
  491. - improved VCD support
  492. - audio timestamp drift compensation
  493. - MPEG-2 YUV 422/444 support
  494. - polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
  495. - better image scaling
  496. - H.261 support
  497. - correctly interleave packets during encoding
  498. - VIS optimized motion compensation
  499. - intra_dc_precision>0 encoding support
  500. - support reuse of motion vectors/MB types/field select values of the source video
  501. - more accurate deblock filter
  502. - padding support
  503. - many optimizations and bugfixes
  504. - FunCom ISS audio file demuxer and according ADPCM decoding
  505. version 0.4.8:
  506. - MPEG-2 video encoding (Michael)
  507. - Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
  508. - Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
  509. and Mario Brito)
  510. - Xan DPCM audio decoder (Mario Brito)
  511. - Interplay MVE playback subsystem (Mike Melanson)
  512. - Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)
  513. version 0.4.7:
  514. - RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from mplayerhq
  515. (originally from public domain player for Amiga at http://www.honeypot.net/audio)
  516. - current version now also compiles with older GCC (Fabrice)
  517. - 4X multimedia playback system including 4xm file demuxer (Mike
  518. Melanson), and 4X video and audio codecs (Michael)
  519. - Creative YUV (CYUV) decoder (Mike Melanson)
  520. - FFV1 codec (our very simple lossless intra only codec, compresses much better
  521. than HuffYUV) (Michael)
  522. - ASV1 (Asus), H.264, Intel indeo3 codecs have been added (various)
  523. - tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
  524. alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
  525. - ffplay has been replaced with a newer version which uses SDL (optionally)
  526. for multiplatform support (Fabrice)
  527. - Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
  528. by anonymous
  529. - AMR format has been added (Johannes Carlsson)
  530. - 3GP support has been added (Johannes Carlsson)
  531. - VP3 codec has been added (Mike Melanson)
  532. - more MPEG-1/2 fixes
  533. - better multiplatform support, MS Visual Studio fixes (various)
  534. - AltiVec optimizations (Magnus Damn and others)
  535. - SH4 processor support has been added (BERO)
  536. - new public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
  537. - VOB streaming support (Brian Foley)
  538. - better MP3 autodetection (Andriy Rysin)
  539. - qpel encoding (Michael)
  540. - 4mv+b frames encoding finally fixed (Michael)
  541. - chroma ME (Michael)
  542. - 5 comparison functions for ME (Michael)
  543. - B-frame encoding speedup (Michael)
  544. - WMV2 codec (unfinished - Michael)
  545. - user specified diamond size for EPZS (Michael)
  546. - Playstation STR playback subsystem, still experimental (Mike and Michael)
  547. - ASV2 codec (Michael)
  548. - CLJR decoder (Alex)
  549. .. And lots more new enhancements and fixes.
  550. version 0.4.6:
  551. - completely new integer only MPEG audio layer 1/2/3 decoder rewritten
  552. from scratch
  553. - Recoded DCT and motion vector search with gcc (no longer depends on nasm)
  554. - fix quantization bug in AC3 encoder
  555. - added PCM codecs and format. Corrected WAV/AVI/ASF PCM issues
  556. - added prototype ffplay program
  557. - added GOB header parsing on H.263/H.263+ decoder (Juanjo)
  558. - bug fix on MCBPC tables of H.263 (Juanjo)
  559. - bug fix on DC coefficients of H.263 (Juanjo)
  560. - added Advanced Prediction Mode on H.263/H.263+ decoder (Juanjo)
  561. - now we can decode H.263 streams found in QuickTime files (Juanjo)
  562. - now we can decode H.263 streams found in VIVO v1 files(Juanjo)
  563. - preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
  564. - added GOB header for H.263/H.263+ coding on RTP mode (Juanjo)
  565. - now H.263 picture size is returned on the first decoded frame (Juanjo)
  566. - added first regression tests
  567. - added MPEG-2 TS demuxer
  568. - new demux API for libav
  569. - more accurate and faster IDCT (Michael)
  570. - faster and entropy-controlled motion search (Michael)
  571. - two pass video encoding (Michael)
  572. - new video rate control (Michael)
  573. - added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
  574. - great performance improvement of video encoders and decoders (Michael)
  575. - new and faster bit readers and vlc parsers (Michael)
  576. - high quality encoding mode: tries all macroblock/VLC types (Michael)
  577. - added DV video decoder
  578. - preliminary RTP/RTSP support in ffserver and libavformat
  579. - H.263+ AIC decoding/encoding support (Juanjo)
  580. - VCD MPEG-PS mode (Juanjo)
  581. - PSNR stuff (Juanjo)
  582. - simple stats output (Juanjo)
  583. - 16-bit and 15-bit RGB/BGR/GBR support (Bisqwit)
  584. version 0.4.5:
  585. - some header fixes (Zdenek Kabelac <kabi at informatics.muni.cz>)
  586. - many MMX optimizations (Nick Kurshev <nickols_k at mail.ru>)
  587. - added configure system (actually a small shell script)
  588. - added MPEG audio layer 1/2/3 decoding using LGPL'ed mpglib by
  589. Michael Hipp (temporary solution - waiting for integer only
  590. decoder)
  591. - fixed VIDIOCSYNC interrupt
  592. - added Intel H.263 decoding support ('I263' AVI fourCC)
  593. - added Real Video 1.0 decoding (needs further testing)
  594. - simplified image formats again. Added PGM format (=grey
  595. pgm). Renamed old PGM to PGMYUV.
  596. - fixed msmpeg4 slice issues (tell me if you still find problems)
  597. - fixed OpenDivX bugs with newer versions (added VOL header decoding)
  598. - added support for MPlayer interface
  599. - added macroblock skip optimization
  600. - added MJPEG decoder
  601. - added mmx/mmxext IDCT from libmpeg2
  602. - added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
  603. <celer at shell.scrypt.net>)
  604. - added pixel format conversion layer (e.g. for MJPEG or PPM)
  605. - added deinterlacing option
  606. - MPEG-1/2 fixes
  607. - MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>)
  608. - ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>).
  609. - Windows porting of file converter
  610. - added MJPEG raw format (input/ouput)
  611. - added JPEG image format support (input/output)
  612. version 0.4.4:
  613. - fixed some std header definitions (Bjorn Lindgren
  614. <bjorn.e.lindgren at telia.com>).
  615. - added MPEG demuxer (MPEG-1 and 2 compatible).
  616. - added ASF demuxer
  617. - added prototype RM demuxer
  618. - added AC3 decoding (done with libac3 by Aaron Holtzman)
  619. - added decoding codec parameter guessing (.e.g. for MPEG, because the
  620. header does not include them)
  621. - fixed header generation in MPEG-1, AVI and ASF muxer: wmplayer can now
  622. play them (only tested video)
  623. - fixed H.263 white bug
  624. - fixed phase rounding in img resample filter
  625. - add MMX code for polyphase img resample filter
  626. - added CPU autodetection
  627. - added generic title/author/copyright/comment string handling (ASF and RM
  628. use them)
  629. - added SWF demux to extract MP3 track (not usable yet because no MP3
  630. decoder)
  631. - added fractional frame rate support
  632. - codecs are no longer searched by read_header() (should fix ffserver
  633. segfault)
  634. version 0.4.3:
  635. - BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
  636. - fixed raw yuv output
  637. - added motion rounding support in MPEG-4
  638. - fixed motion bug rounding in MSMPEG4
  639. - added B-frame handling in video core
  640. - added full MPEG-1 decoding support
  641. - added partial (frame only) MPEG-2 support
  642. - changed the FOURCC code for H.263 to "U263" to be able to see the
  643. +AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
  644. this +codec ;) (JuanJo).
  645. - Halfpel motion estimation after MB type selection (JuanJo)
  646. - added pgm and .Y.U.V output format
  647. - suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
  648. output.
  649. - added pgmpipe I/O format (original patch from Martin Aumueller
  650. <lists at reserv.at>, but changed completely since we use a format
  651. instead of a protocol)
  652. version 0.4.2:
  653. - added H.263/MPEG-4/MSMPEG4 decoding support. MPEG-4 decoding support
  654. (for OpenDivX) is almost complete: 8x8 MVs and rounding are
  655. missing. MSMPEG4 support is complete.
  656. - added prototype MPEG-1 decoder. Only I- and P-frames handled yet (it
  657. can decode ffmpeg MPEGs :-)).
  658. - added libavcodec API documentation (see apiexample.c).
  659. - fixed image polyphase bug (the bottom of some images could be
  660. greenish)
  661. - added support for non clipped motion vectors (decoding only)
  662. and image sizes non-multiple of 16
  663. - added support for AC prediction (decoding only)
  664. - added file overwrite confirmation (can be disabled with -y)
  665. - added custom size picture to H.263 using H.263+ (Juanjo)
  666. version 0.4.1:
  667. - added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
  668. of AVI and ASF to DIV3.
  669. - added -me option to set motion estimation method
  670. (default=log). suppressed redundant -hq option.
  671. - added options -acodec and -vcodec to force a given codec (useful for
  672. AVI for example)
  673. - fixed -an option
  674. - improved dct_quantize speed
  675. - factorized some motion estimation code
  676. version 0.4.0:
  677. - removing grab code from ffserver and moved it to ffmpeg. Added
  678. multistream support to ffmpeg.
  679. - added timeshifting support for live feeds (option ?date=xxx in the
  680. URL)
  681. - added high quality image resize code with polyphase filter (need
  682. mmx/see optimization). Enable multiple image size support in ffserver.
  683. - added multi live feed support in ffserver
  684. - suppressed master feature from ffserver (it should be done with an
  685. external program which opens the .ffm url and writes it to another
  686. ffserver)
  687. - added preliminary support for video stream parsing (WAV and AVI half
  688. done). Added proper support for audio/video file conversion in
  689. ffmpeg.
  690. - added preliminary support for video file sending from ffserver
  691. - redesigning I/O subsystem: now using URL based input and output
  692. (see avio.h)
  693. - added WAV format support
  694. - added "tty user interface" to ffmpeg to stop grabbing gracefully
  695. - added MMX/SSE optimizations to SAD (Sums of Absolutes Differences)
  696. (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
  697. - added MMX DCT from mpeg2_movie 1.5 (Juanjo)
  698. - added new motion estimation algorithms, log and phods (Juanjo)
  699. - changed directories: libav for format handling, libavcodec for
  700. codecs
  701. version 0.3.4:
  702. - added stereo in MPEG audio encoder
  703. version 0.3.3:
  704. - added 'high quality' mode which use motion vectors. It can be used in
  705. real time at low resolution.
  706. - fixed rounding problems which caused quality problems at high
  707. bitrates and large GOP size
  708. version 0.3.2: small fixes
  709. - ASF fixes
  710. - put_seek bug fix
  711. version 0.3.1: added avi/divx support
  712. - added AVI support
  713. - added MPEG-4 codec compatible with OpenDivX. It is based on the H.263 codec
  714. - added sound for flash format (not tested)
  715. version 0.3: initial public release