Changelog 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  1. version <next>
  2. - The "device" muxers and demuxers are now in a new libavdevice library
  3. - DV50 AKA DVCPRO50 encoder, decoder, muxer and demuxer
  4. - DV100 AKA DVCPRO HD decoder and demuxer
  5. - TechSmith Camtasia (TSCC) video decoder
  6. - IBM Ultimotion (ULTI) video decoder
  7. - Sierra Online audio file demuxer and decoder
  8. - Apple QuickDraw (qdrw) video decoder
  9. - Creative ADPCM audio decoder (16 bits as well as 8 bits schemes)
  10. - Electronic Arts Multimedia (WVE/UV2/etc.) file demuxer
  11. - Miro VideoXL (VIXL) video decoder
  12. - H.261 video encoder
  13. - QPEG video decoder
  14. - Nullsoft Video (NSV) file demuxer
  15. - Shorten audio decoder
  16. - LOCO video decoder
  17. - Apple Lossless Audio Codec (ALAC) decoder
  18. - Winnov WNV1 video decoder
  19. - Autodesk Animator Studio Codec (AASC) decoder
  20. - Indeo 2 video decoder
  21. - Fraps FPS1 video decoder
  22. - Snow video encoder/decoder
  23. - Sonic audio encoder/decoder
  24. - Vorbis audio encoder/decoder
  25. - Macromedia ADPCM decoder
  26. - Duck TrueMotion 2 video decoder
  27. - support for decoding FLX and DTA extensions in FLIC files
  28. - H.264 custom quantization matrices support
  29. - ffserver fixed, it should now be usable again
  30. - QDM2 audio decoder
  31. - Real Cooker audio decoder
  32. - TrueSpeech audio decoder
  33. - WMA2 audio decoder fixed, now all files should play correctly
  34. - RealAudio 14.4 and 28.8 decoders fixed
  35. - JPEG-LS encoder and decoder
  36. - CamStudio video decoder
  37. - build system improvements
  38. - tabs and trailing whitespace removed from the codebase
  39. - AIFF/AIFF-C audio format, encoding and decoding
  40. - ADTS AAC file reading and writing
  41. - Creative VOC file reading and writing
  42. - American Laser Games multimedia (*.mm) playback system
  43. - Zip Blocks Motion Video decoder and encoder
  44. - Improved Theora/VP3 decoder
  45. - True Audio (TTA) decoder
  46. - AVS demuxer and video decoder
  47. - Smacker demuxer and decoder
  48. - NuppelVideo/MythTV demuxer and RTjpeg decoder
  49. - KMVC decoder
  50. - MPEG-2 intra vlc support
  51. - MPEG-2 4:2:2 encoder
  52. - Flash Screen Video decoder
  53. - GXF demuxer
  54. - Chinese AVS decoder
  55. - GXF muxer
  56. - MXF demuxer
  57. - VC-1/WMV3/WMV9 video decoder
  58. - MacIntel support
  59. - AVISynth support
  60. - VMware video decoder
  61. - VP5 video decoder
  62. - VP6 video decoder
  63. - WavPack lossless audio decoder
  64. - Targa (.TGA) picture decoder
  65. - Delphine Software .cin demuxer/audio and video decoder
  66. - Tiertex .seq demuxer/video decoder
  67. - MTV demuxer
  68. - TIFF picture encoder and decoder
  69. - GIF picture decoder
  70. - Intel Music decoder
  71. - Musepack decoder
  72. - Flash Screen Video encoder
  73. - Theora encoding via libtheora
  74. - BMP encoder
  75. - WMA encoder
  76. - GSM-MS encoder and decoder
  77. - DCA decoder
  78. - DXA demuxer and decoder
  79. - DNxHD decoder
  80. - Gamecube movie (.THP) playback system
  81. - Blackfin optimizations
  82. - Interplay C93 demuxer and video decoder
  83. - Bethsoft VID demuxer and video decoder
  84. - CRYO APC demuxer
  85. - Atrac3 decoder
  86. - V.Flash PTX decoder
  87. - RoQ muxer, audio encoder
  88. - Renderware TXD demuxer and decoder
  89. - extern C declarations for C++ removed from headers
  90. - sws_flags command line option
  91. - codebook generator
  92. - RoQ video encoder
  93. - QTRLE encoder
  94. - OS/2 support removed and restored again
  95. - AC-3 decoder
  96. - NUT muxer (since r10052)
  97. - Matroska muxer
  98. - Slice-based parallel H.264 decoding
  99. - Monkey's Audio demuxer and decoder
  100. - additional SPARC (VIS) optimizations
  101. - AMV audio and video decoder
  102. - DNxHD encoder
  103. - H.264 PAFF decoding
  104. - Nellymoser ASAO decoder
  105. - Beam Software SIFF demuxer and decoder
  106. - libvorbis Vorbis decoding removed in favor of native decoder
  107. - IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
  108. - Ogg muxer
  109. - PC Paintbrush PCX decoder
  110. - Sun Rasterfile decoder
  111. - TechnoTrend PVA demuxer
  112. - Linux Media Labs MPEG-4 (LMLM4) demuxer
  113. - AVM2 (Flash 9) SWF muxer
  114. - QT variant of IMA ADPCM encoder
  115. - VFW grabber
  116. - Ipod/Iphone compatible mp4 muxer
  117. - Mimic decoder
  118. - MSN TCP Webcam stream demuxer
  119. - RL2 demuxer / decoder
  120. - IFF demuxer
  121. - 8SVX audio decoder
  122. - BFI demuxer
  123. - MAXIS EA XA (.xa) demuxer / decoder
  124. - BFI video decoder
  125. - OMA demuxer
  126. - MLP/TrueHD decoder
  127. - Electronic Arts CMV decoder
  128. - Motion Pixels Video decoder
  129. - Motion Pixels MVI demuxer
  130. - removed animated GIF decoder/demuxer
  131. - D-Cinema audio muxer
  132. - Electronic Arts TGV decoder
  133. - Apple Lossless Audio Codec (ALAC) encoder
  134. - AAC decoder
  135. - floating point PCM encoder/decoder
  136. - MXF muxer
  137. - E-AC-3 support added to AC-3 decoder
  138. - Nellymoser ASAO encoder
  139. - ASS and SSA demuxer and muxer
  140. - liba52 wrapper removed
  141. - SVQ3 watermark decoding support
  142. - Speex decoding via libspeex
  143. - Electronic Arts TGQ decoder
  144. - RV30 and RV40 decoder
  145. - QCELP / PureVoice decoder
  146. - hybrid WavPack support
  147. - R3D REDCODE demuxer
  148. - ALSA support for playback and record
  149. - Electronic Arts TQI decoder
  150. - OpenJPEG based JPEG 2000 decoder
  151. - NC (NC4600) cameras file demuxer
  152. - Gopher client support
  153. version 0.4.9-pre1:
  154. - DV encoder, DV muxer
  155. - Microsoft RLE video decoder
  156. - Microsoft Video-1 decoder
  157. - Apple Animation (RLE) decoder
  158. - Apple Graphics (SMC) decoder
  159. - Apple Video (RPZA) decoder
  160. - Cinepak decoder
  161. - Sega FILM (CPK) file demuxer
  162. - Westwood multimedia support (VQA & AUD files)
  163. - Id Quake II CIN playback support
  164. - 8BPS video decoder
  165. - FLIC playback support
  166. - RealVideo 2.0 (RV20) decoder
  167. - Duck TrueMotion v1 (DUCK) video decoder
  168. - Sierra VMD demuxer and video decoder
  169. - MSZH and ZLIB decoder support
  170. - SVQ1 video encoder
  171. - AMR-WB support
  172. - PPC optimizations
  173. - rate distortion optimal cbp support
  174. - rate distorted optimal ac prediction for MPEG-4
  175. - rate distorted optimal lambda->qp support
  176. - AAC encoding with libfaac
  177. - Sunplus JPEG codec (SP5X) support
  178. - use Lagrange multipler instead of QP for ratecontrol
  179. - Theora/VP3 decoding support
  180. - XA and ADX ADPCM codecs
  181. - export MPEG-2 active display area / pan scan
  182. - Add support for configuring with IBM XLC
  183. - floating point AAN DCT
  184. - initial support for zygo video (not complete)
  185. - RGB ffv1 support
  186. - new audio/video parser API
  187. - av_log() system
  188. - av_read_frame() and av_seek_frame() support
  189. - missing last frame fixes
  190. - seek by mouse in ffplay
  191. - noise reduction of DCT coefficients
  192. - H.263 OBMC & 4MV support
  193. - H.263 alternative inter vlc support
  194. - H.263 loop filter
  195. - H.263 slice structured mode
  196. - interlaced DCT support for MPEG-2 encoding
  197. - stuffing to stay above min_bitrate
  198. - MB type & QP visualization
  199. - frame stepping for ffplay
  200. - interlaced motion estimation
  201. - alternate scantable support
  202. - SVCD scan offset support
  203. - closed GOP support
  204. - SSE2 FDCT
  205. - quantizer noise shaping
  206. - G.726 ADPCM audio codec
  207. - MS ADPCM encoding
  208. - multithreaded/SMP motion estimation
  209. - multithreaded/SMP encoding for MPEG-1/MPEG-2/MPEG-4/H.263
  210. - multithreaded/SMP decoding for MPEG-2
  211. - FLAC decoder
  212. - Metrowerks CodeWarrior suppport
  213. - H.263+ custom pcf support
  214. - nicer output for 'ffmpeg -formats'
  215. - Matroska demuxer
  216. - SGI image format, encoding and decoding
  217. - H.264 loop filter support
  218. - H.264 CABAC support
  219. - nicer looking arrows for the motion vector visualization
  220. - improved VCD support
  221. - audio timestamp drift compensation
  222. - MPEG-2 YUV 422/444 support
  223. - polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
  224. - better image scaling
  225. - H.261 support
  226. - correctly interleave packets during encoding
  227. - VIS optimized motion compensation
  228. - intra_dc_precision>0 encoding support
  229. - support reuse of motion vectors/MB types/field select values of the source video
  230. - more accurate deblock filter
  231. - padding support
  232. - many optimizations and bugfixes
  233. - FunCom ISS audio file demuxer and according ADPCM decoding
  234. version 0.4.8:
  235. - MPEG-2 video encoding (Michael)
  236. - Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
  237. - Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
  238. and Mario Brito)
  239. - Xan DPCM audio decoder (Mario Brito)
  240. - Interplay MVE playback subsystem (Mike Melanson)
  241. - Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)
  242. version 0.4.7:
  243. - RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from mplayerhq
  244. (originally from public domain player for Amiga at http://www.honeypot.net/audio)
  245. - current version now also compiles with older GCC (Fabrice)
  246. - 4X multimedia playback system including 4xm file demuxer (Mike
  247. Melanson), and 4X video and audio codecs (Michael)
  248. - Creative YUV (CYUV) decoder (Mike Melanson)
  249. - FFV1 codec (our very simple lossless intra only codec, compresses much better
  250. than HuffYUV) (Michael)
  251. - ASV1 (Asus), H.264, Intel indeo3 codecs have been added (various)
  252. - tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
  253. alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
  254. - ffplay has been replaced with a newer version which uses SDL (optionally)
  255. for multiplatform support (Fabrice)
  256. - Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
  257. by anonymous
  258. - AMR format has been added (Johannes Carlsson)
  259. - 3GP support has been added (Johannes Carlsson)
  260. - VP3 codec has been added (Mike Melanson)
  261. - more MPEG-1/2 fixes
  262. - better multiplatform support, MS Visual Studio fixes (various)
  263. - AltiVec optimizations (Magnus Damn and others)
  264. - SH4 processor support has been added (BERO)
  265. - new public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
  266. - VOB streaming support (Brian Foley)
  267. - better MP3 autodetection (Andriy Rysin)
  268. - qpel encoding (Michael)
  269. - 4mv+b frames encoding finally fixed (Michael)
  270. - chroma ME (Michael)
  271. - 5 comparison functions for ME (Michael)
  272. - B-frame encoding speedup (Michael)
  273. - WMV2 codec (unfinished - Michael)
  274. - user specified diamond size for EPZS (Michael)
  275. - Playstation STR playback subsystem, still experimental (Mike and Michael)
  276. - ASV2 codec (Michael)
  277. - CLJR decoder (Alex)
  278. .. And lots more new enhancements and fixes.
  279. version 0.4.6:
  280. - completely new integer only MPEG audio layer 1/2/3 decoder rewritten
  281. from scratch
  282. - Recoded DCT and motion vector search with gcc (no longer depends on nasm)
  283. - fix quantization bug in AC3 encoder
  284. - added PCM codecs and format. Corrected WAV/AVI/ASF PCM issues
  285. - added prototype ffplay program
  286. - added GOB header parsing on H.263/H.263+ decoder (Juanjo)
  287. - bug fix on MCBPC tables of H.263 (Juanjo)
  288. - bug fix on DC coefficients of H.263 (Juanjo)
  289. - added Advanced Prediction Mode on H.263/H.263+ decoder (Juanjo)
  290. - now we can decode H.263 streams found in QuickTime files (Juanjo)
  291. - now we can decode H.263 streams found in VIVO v1 files(Juanjo)
  292. - preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
  293. - added GOB header for H.263/H.263+ coding on RTP mode (Juanjo)
  294. - now H.263 picture size is returned on the first decoded frame (Juanjo)
  295. - added first regression tests
  296. - added MPEG-2 TS demuxer
  297. - new demux API for libav
  298. - more accurate and faster IDCT (Michael)
  299. - faster and entropy-controlled motion search (Michael)
  300. - two pass video encoding (Michael)
  301. - new video rate control (Michael)
  302. - added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
  303. - great performance improvement of video encoders and decoders (Michael)
  304. - new and faster bit readers and vlc parsers (Michael)
  305. - high quality encoding mode: tries all macroblock/VLC types (Michael)
  306. - added DV video decoder
  307. - preliminary RTP/RTSP support in ffserver and libavformat
  308. - H.263+ AIC decoding/encoding support (Juanjo)
  309. - VCD MPEG-PS mode (Juanjo)
  310. - PSNR stuff (Juanjo)
  311. - simple stats output (Juanjo)
  312. - 16-bit and 15-bit RGB/BGR/GBR support (Bisqwit)
  313. version 0.4.5:
  314. - some header fixes (Zdenek Kabelac <kabi at informatics.muni.cz>)
  315. - many MMX optimizations (Nick Kurshev <nickols_k at mail.ru>)
  316. - added configure system (actually a small shell script)
  317. - added MPEG audio layer 1/2/3 decoding using LGPL'ed mpglib by
  318. Michael Hipp (temporary solution - waiting for integer only
  319. decoder)
  320. - fixed VIDIOCSYNC interrupt
  321. - added Intel H.263 decoding support ('I263' AVI fourCC)
  322. - added Real Video 1.0 decoding (needs further testing)
  323. - simplified image formats again. Added PGM format (=grey
  324. pgm). Renamed old PGM to PGMYUV.
  325. - fixed msmpeg4 slice issues (tell me if you still find problems)
  326. - fixed OpenDivX bugs with newer versions (added VOL header decoding)
  327. - added support for MPlayer interface
  328. - added macroblock skip optimization
  329. - added MJPEG decoder
  330. - added mmx/mmxext IDCT from libmpeg2
  331. - added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
  332. <celer at shell.scrypt.net>)
  333. - added pixel format conversion layer (e.g. for MJPEG or PPM)
  334. - added deinterlacing option
  335. - MPEG-1/2 fixes
  336. - MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>)
  337. - ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>).
  338. - Windows porting of file converter
  339. - added MJPEG raw format (input/ouput)
  340. - added JPEG image format support (input/output)
  341. version 0.4.4:
  342. - fixed some std header definitions (Bjorn Lindgren
  343. <bjorn.e.lindgren at telia.com>).
  344. - added MPEG demuxer (MPEG-1 and 2 compatible).
  345. - added ASF demuxer
  346. - added prototype RM demuxer
  347. - added AC3 decoding (done with libac3 by Aaron Holtzman)
  348. - added decoding codec parameter guessing (.e.g. for MPEG, because the
  349. header does not include them)
  350. - fixed header generation in MPEG-1, AVI and ASF muxer: wmplayer can now
  351. play them (only tested video)
  352. - fixed H.263 white bug
  353. - fixed phase rounding in img resample filter
  354. - add MMX code for polyphase img resample filter
  355. - added CPU autodetection
  356. - added generic title/author/copyright/comment string handling (ASF and RM
  357. use them)
  358. - added SWF demux to extract MP3 track (not usable yet because no MP3
  359. decoder)
  360. - added fractional frame rate support
  361. - codecs are no longer searched by read_header() (should fix ffserver
  362. segfault)
  363. version 0.4.3:
  364. - BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
  365. - fixed raw yuv output
  366. - added motion rounding support in MPEG-4
  367. - fixed motion bug rounding in MSMPEG4
  368. - added B-frame handling in video core
  369. - added full MPEG-1 decoding support
  370. - added partial (frame only) MPEG-2 support
  371. - changed the FOURCC code for H.263 to "U263" to be able to see the
  372. +AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
  373. this +codec ;) (JuanJo).
  374. - Halfpel motion estimation after MB type selection (JuanJo)
  375. - added pgm and .Y.U.V output format
  376. - suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
  377. output.
  378. - added pgmpipe I/O format (original patch from Martin Aumueller
  379. <lists at reserv.at>, but changed completely since we use a format
  380. instead of a protocol)
  381. version 0.4.2:
  382. - added H.263/MPEG-4/MSMPEG4 decoding support. MPEG-4 decoding support
  383. (for OpenDivX) is almost complete: 8x8 MVs and rounding are
  384. missing. MSMPEG4 support is complete.
  385. - added prototype MPEG-1 decoder. Only I- and P-frames handled yet (it
  386. can decode ffmpeg MPEGs :-)).
  387. - added libavcodec API documentation (see apiexample.c).
  388. - fixed image polyphase bug (the bottom of some images could be
  389. greenish)
  390. - added support for non clipped motion vectors (decoding only)
  391. and image sizes non-multiple of 16
  392. - added support for AC prediction (decoding only)
  393. - added file overwrite confirmation (can be disabled with -y)
  394. - added custom size picture to H.263 using H.263+ (Juanjo)
  395. version 0.4.1:
  396. - added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
  397. of AVI and ASF to DIV3.
  398. - added -me option to set motion estimation method
  399. (default=log). suppressed redundant -hq option.
  400. - added options -acodec and -vcodec to force a given codec (useful for
  401. AVI for example)
  402. - fixed -an option
  403. - improved dct_quantize speed
  404. - factorized some motion estimation code
  405. version 0.4.0:
  406. - removing grab code from ffserver and moved it to ffmpeg. Added
  407. multistream support to ffmpeg.
  408. - added timeshifting support for live feeds (option ?date=xxx in the
  409. URL)
  410. - added high quality image resize code with polyphase filter (need
  411. mmx/see optimization). Enable multiple image size support in ffserver.
  412. - added multi live feed support in ffserver
  413. - suppressed master feature from ffserver (it should be done with an
  414. external program which opens the .ffm url and writes it to another
  415. ffserver)
  416. - added preliminary support for video stream parsing (WAV and AVI half
  417. done). Added proper support for audio/video file conversion in
  418. ffmpeg.
  419. - added preliminary support for video file sending from ffserver
  420. - redesigning I/O subsystem: now using URL based input and output
  421. (see avio.h)
  422. - added WAV format support
  423. - added "tty user interface" to ffmpeg to stop grabbing gracefully
  424. - added MMX/SSE optimizations to SAD (Sums of Absolutes Differences)
  425. (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
  426. - added MMX DCT from mpeg2_movie 1.5 (Juanjo)
  427. - added new motion estimation algorithms, log and phods (Juanjo)
  428. - changed directories: libav for format handling, libavcodec for
  429. codecs
  430. version 0.3.4:
  431. - added stereo in MPEG audio encoder
  432. version 0.3.3:
  433. - added 'high quality' mode which use motion vectors. It can be used in
  434. real time at low resolution.
  435. - fixed rounding problems which caused quality problems at high
  436. bitrates and large GOP size
  437. version 0.3.2: small fixes
  438. - ASF fixes
  439. - put_seek bug fix
  440. version 0.3.1: added avi/divx support
  441. - added AVI support
  442. - added MPEG-4 codec compatible with OpenDivX. It is based on the H.263 codec
  443. - added sound for flash format (not tested)
  444. version 0.3: initial public release