Changelog 27 KB

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