You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

480 lines
17KB

  1. version 0.5:
  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 Coder 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, RoQ 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
  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 (Theora, Vorbis and FLAC) 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. - non-recursive Makefiles
  123. - BFI demuxer
  124. - MAXIS EA XA (.xa) demuxer / decoder
  125. - BFI video decoder
  126. - OMA demuxer
  127. - MLP/TrueHD decoder
  128. - Electronic Arts CMV decoder
  129. - Motion Pixels Video decoder
  130. - Motion Pixels MVI demuxer
  131. - removed animated GIF decoder/demuxer
  132. - D-Cinema audio muxer
  133. - Electronic Arts TGV decoder
  134. - Apple Lossless Audio Codec (ALAC) encoder
  135. - AAC decoder
  136. - floating point PCM encoder/decoder
  137. - MXF muxer
  138. - E-AC-3 support added to AC-3 decoder
  139. - Nellymoser ASAO encoder
  140. - ASS and SSA demuxer and muxer
  141. - liba52 wrapper removed
  142. - SVQ3 watermark decoding support
  143. - Speex decoding via libspeex
  144. - Electronic Arts TGQ decoder
  145. - RV30 and RV40 decoder
  146. - QCELP / PureVoice decoder
  147. - hybrid WavPack support
  148. - R3D REDCODE demuxer
  149. - ALSA support for playback and record
  150. - Electronic Arts TQI decoder
  151. - OpenJPEG based JPEG 2000 decoder
  152. - NC (NC4600) camera file demuxer
  153. - Gopher client support
  154. - MXF D-10 muxer
  155. - generic metadata API
  156. version 0.4.9-pre1:
  157. - DV encoder, DV muxer
  158. - Microsoft RLE video decoder
  159. - Microsoft Video-1 decoder
  160. - Apple Animation (RLE) decoder
  161. - Apple Graphics (SMC) decoder
  162. - Apple Video (RPZA) decoder
  163. - Cinepak decoder
  164. - Sega FILM (CPK) file demuxer
  165. - Westwood multimedia support (VQA & AUD files)
  166. - Id Quake II CIN playback support
  167. - 8BPS video decoder
  168. - FLIC playback support
  169. - RealVideo 2.0 (RV20) decoder
  170. - Duck TrueMotion v1 (DUCK) video decoder
  171. - Sierra VMD demuxer and video decoder
  172. - MSZH and ZLIB decoder support
  173. - SVQ1 video encoder
  174. - AMR-WB support
  175. - PPC optimizations
  176. - rate distortion optimal cbp support
  177. - rate distorted optimal ac prediction for MPEG-4
  178. - rate distorted optimal lambda->qp support
  179. - AAC encoding with libfaac
  180. - Sunplus JPEG codec (SP5X) support
  181. - use Lagrange multipler instead of QP for ratecontrol
  182. - Theora/VP3 decoding support
  183. - XA and ADX ADPCM codecs
  184. - export MPEG-2 active display area / pan scan
  185. - Add support for configuring with IBM XLC
  186. - floating point AAN DCT
  187. - initial support for zygo video (not complete)
  188. - RGB ffv1 support
  189. - new audio/video parser API
  190. - av_log() system
  191. - av_read_frame() and av_seek_frame() support
  192. - missing last frame fixes
  193. - seek by mouse in ffplay
  194. - noise reduction of DCT coefficients
  195. - H.263 OBMC & 4MV support
  196. - H.263 alternative inter vlc support
  197. - H.263 loop filter
  198. - H.263 slice structured mode
  199. - interlaced DCT support for MPEG-2 encoding
  200. - stuffing to stay above min_bitrate
  201. - MB type & QP visualization
  202. - frame stepping for ffplay
  203. - interlaced motion estimation
  204. - alternate scantable support
  205. - SVCD scan offset support
  206. - closed GOP support
  207. - SSE2 FDCT
  208. - quantizer noise shaping
  209. - G.726 ADPCM audio codec
  210. - MS ADPCM encoding
  211. - multithreaded/SMP motion estimation
  212. - multithreaded/SMP encoding for MPEG-1/MPEG-2/MPEG-4/H.263
  213. - multithreaded/SMP decoding for MPEG-2
  214. - FLAC decoder
  215. - Metrowerks CodeWarrior suppport
  216. - H.263+ custom pcf support
  217. - nicer output for 'ffmpeg -formats'
  218. - Matroska demuxer
  219. - SGI image format, encoding and decoding
  220. - H.264 loop filter support
  221. - H.264 CABAC support
  222. - nicer looking arrows for the motion vector visualization
  223. - improved VCD support
  224. - audio timestamp drift compensation
  225. - MPEG-2 YUV 422/444 support
  226. - polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
  227. - better image scaling
  228. - H.261 support
  229. - correctly interleave packets during encoding
  230. - VIS optimized motion compensation
  231. - intra_dc_precision>0 encoding support
  232. - support reuse of motion vectors/MB types/field select values of the source video
  233. - more accurate deblock filter
  234. - padding support
  235. - many optimizations and bugfixes
  236. - FunCom ISS audio file demuxer and according ADPCM decoding
  237. version 0.4.8:
  238. - MPEG-2 video encoding (Michael)
  239. - Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
  240. - Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
  241. and Mario Brito)
  242. - Xan DPCM audio decoder (Mario Brito)
  243. - Interplay MVE playback subsystem (Mike Melanson)
  244. - Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)
  245. version 0.4.7:
  246. - RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from mplayerhq
  247. (originally from public domain player for Amiga at http://www.honeypot.net/audio)
  248. - current version now also compiles with older GCC (Fabrice)
  249. - 4X multimedia playback system including 4xm file demuxer (Mike
  250. Melanson), and 4X video and audio codecs (Michael)
  251. - Creative YUV (CYUV) decoder (Mike Melanson)
  252. - FFV1 codec (our very simple lossless intra only codec, compresses much better
  253. than HuffYUV) (Michael)
  254. - ASV1 (Asus), H.264, Intel indeo3 codecs have been added (various)
  255. - tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
  256. alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
  257. - ffplay has been replaced with a newer version which uses SDL (optionally)
  258. for multiplatform support (Fabrice)
  259. - Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
  260. by anonymous
  261. - AMR format has been added (Johannes Carlsson)
  262. - 3GP support has been added (Johannes Carlsson)
  263. - VP3 codec has been added (Mike Melanson)
  264. - more MPEG-1/2 fixes
  265. - better multiplatform support, MS Visual Studio fixes (various)
  266. - AltiVec optimizations (Magnus Damn and others)
  267. - SH4 processor support has been added (BERO)
  268. - new public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
  269. - VOB streaming support (Brian Foley)
  270. - better MP3 autodetection (Andriy Rysin)
  271. - qpel encoding (Michael)
  272. - 4mv+b frames encoding finally fixed (Michael)
  273. - chroma ME (Michael)
  274. - 5 comparison functions for ME (Michael)
  275. - B-frame encoding speedup (Michael)
  276. - WMV2 codec (unfinished - Michael)
  277. - user specified diamond size for EPZS (Michael)
  278. - Playstation STR playback subsystem, still experimental (Mike and Michael)
  279. - ASV2 codec (Michael)
  280. - CLJR decoder (Alex)
  281. .. And lots more new enhancements and fixes.
  282. version 0.4.6:
  283. - completely new integer only MPEG audio layer 1/2/3 decoder rewritten
  284. from scratch
  285. - Recoded DCT and motion vector search with gcc (no longer depends on nasm)
  286. - fix quantization bug in AC3 encoder
  287. - added PCM codecs and format. Corrected WAV/AVI/ASF PCM issues
  288. - added prototype ffplay program
  289. - added GOB header parsing on H.263/H.263+ decoder (Juanjo)
  290. - bug fix on MCBPC tables of H.263 (Juanjo)
  291. - bug fix on DC coefficients of H.263 (Juanjo)
  292. - added Advanced Prediction Mode on H.263/H.263+ decoder (Juanjo)
  293. - now we can decode H.263 streams found in QuickTime files (Juanjo)
  294. - now we can decode H.263 streams found in VIVO v1 files(Juanjo)
  295. - preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
  296. - added GOB header for H.263/H.263+ coding on RTP mode (Juanjo)
  297. - now H.263 picture size is returned on the first decoded frame (Juanjo)
  298. - added first regression tests
  299. - added MPEG-2 TS demuxer
  300. - new demux API for libav
  301. - more accurate and faster IDCT (Michael)
  302. - faster and entropy-controlled motion search (Michael)
  303. - two pass video encoding (Michael)
  304. - new video rate control (Michael)
  305. - added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
  306. - great performance improvement of video encoders and decoders (Michael)
  307. - new and faster bit readers and vlc parsers (Michael)
  308. - high quality encoding mode: tries all macroblock/VLC types (Michael)
  309. - added DV video decoder
  310. - preliminary RTP/RTSP support in ffserver and libavformat
  311. - H.263+ AIC decoding/encoding support (Juanjo)
  312. - VCD MPEG-PS mode (Juanjo)
  313. - PSNR stuff (Juanjo)
  314. - simple stats output (Juanjo)
  315. - 16-bit and 15-bit RGB/BGR/GBR support (Bisqwit)
  316. version 0.4.5:
  317. - some header fixes (Zdenek Kabelac <kabi at informatics.muni.cz>)
  318. - many MMX optimizations (Nick Kurshev <nickols_k at mail.ru>)
  319. - added configure system (actually a small shell script)
  320. - added MPEG audio layer 1/2/3 decoding using LGPL'ed mpglib by
  321. Michael Hipp (temporary solution - waiting for integer only
  322. decoder)
  323. - fixed VIDIOCSYNC interrupt
  324. - added Intel H.263 decoding support ('I263' AVI fourCC)
  325. - added Real Video 1.0 decoding (needs further testing)
  326. - simplified image formats again. Added PGM format (=grey
  327. pgm). Renamed old PGM to PGMYUV.
  328. - fixed msmpeg4 slice issues (tell me if you still find problems)
  329. - fixed OpenDivX bugs with newer versions (added VOL header decoding)
  330. - added support for MPlayer interface
  331. - added macroblock skip optimization
  332. - added MJPEG decoder
  333. - added mmx/mmxext IDCT from libmpeg2
  334. - added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
  335. <celer at shell.scrypt.net>)
  336. - added pixel format conversion layer (e.g. for MJPEG or PPM)
  337. - added deinterlacing option
  338. - MPEG-1/2 fixes
  339. - MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>)
  340. - ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>).
  341. - Windows porting of file converter
  342. - added MJPEG raw format (input/ouput)
  343. - added JPEG image format support (input/output)
  344. version 0.4.4:
  345. - fixed some std header definitions (Bjorn Lindgren
  346. <bjorn.e.lindgren at telia.com>).
  347. - added MPEG demuxer (MPEG-1 and 2 compatible).
  348. - added ASF demuxer
  349. - added prototype RM demuxer
  350. - added AC3 decoding (done with libac3 by Aaron Holtzman)
  351. - added decoding codec parameter guessing (.e.g. for MPEG, because the
  352. header does not include them)
  353. - fixed header generation in MPEG-1, AVI and ASF muxer: wmplayer can now
  354. play them (only tested video)
  355. - fixed H.263 white bug
  356. - fixed phase rounding in img resample filter
  357. - add MMX code for polyphase img resample filter
  358. - added CPU autodetection
  359. - added generic title/author/copyright/comment string handling (ASF and RM
  360. use them)
  361. - added SWF demux to extract MP3 track (not usable yet because no MP3
  362. decoder)
  363. - added fractional frame rate support
  364. - codecs are no longer searched by read_header() (should fix ffserver
  365. segfault)
  366. version 0.4.3:
  367. - BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
  368. - fixed raw yuv output
  369. - added motion rounding support in MPEG-4
  370. - fixed motion bug rounding in MSMPEG4
  371. - added B-frame handling in video core
  372. - added full MPEG-1 decoding support
  373. - added partial (frame only) MPEG-2 support
  374. - changed the FOURCC code for H.263 to "U263" to be able to see the
  375. +AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
  376. this +codec ;) (JuanJo).
  377. - Halfpel motion estimation after MB type selection (JuanJo)
  378. - added pgm and .Y.U.V output format
  379. - suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
  380. output.
  381. - added pgmpipe I/O format (original patch from Martin Aumueller
  382. <lists at reserv.at>, but changed completely since we use a format
  383. instead of a protocol)
  384. version 0.4.2:
  385. - added H.263/MPEG-4/MSMPEG4 decoding support. MPEG-4 decoding support
  386. (for OpenDivX) is almost complete: 8x8 MVs and rounding are
  387. missing. MSMPEG4 support is complete.
  388. - added prototype MPEG-1 decoder. Only I- and P-frames handled yet (it
  389. can decode ffmpeg MPEGs :-)).
  390. - added libavcodec API documentation (see apiexample.c).
  391. - fixed image polyphase bug (the bottom of some images could be
  392. greenish)
  393. - added support for non clipped motion vectors (decoding only)
  394. and image sizes non-multiple of 16
  395. - added support for AC prediction (decoding only)
  396. - added file overwrite confirmation (can be disabled with -y)
  397. - added custom size picture to H.263 using H.263+ (Juanjo)
  398. version 0.4.1:
  399. - added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
  400. of AVI and ASF to DIV3.
  401. - added -me option to set motion estimation method
  402. (default=log). suppressed redundant -hq option.
  403. - added options -acodec and -vcodec to force a given codec (useful for
  404. AVI for example)
  405. - fixed -an option
  406. - improved dct_quantize speed
  407. - factorized some motion estimation code
  408. version 0.4.0:
  409. - removing grab code from ffserver and moved it to ffmpeg. Added
  410. multistream support to ffmpeg.
  411. - added timeshifting support for live feeds (option ?date=xxx in the
  412. URL)
  413. - added high quality image resize code with polyphase filter (need
  414. mmx/see optimization). Enable multiple image size support in ffserver.
  415. - added multi live feed support in ffserver
  416. - suppressed master feature from ffserver (it should be done with an
  417. external program which opens the .ffm url and writes it to another
  418. ffserver)
  419. - added preliminary support for video stream parsing (WAV and AVI half
  420. done). Added proper support for audio/video file conversion in
  421. ffmpeg.
  422. - added preliminary support for video file sending from ffserver
  423. - redesigning I/O subsystem: now using URL based input and output
  424. (see avio.h)
  425. - added WAV format support
  426. - added "tty user interface" to ffmpeg to stop grabbing gracefully
  427. - added MMX/SSE optimizations to SAD (Sums of Absolutes Differences)
  428. (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
  429. - added MMX DCT from mpeg2_movie 1.5 (Juanjo)
  430. - added new motion estimation algorithms, log and phods (Juanjo)
  431. - changed directories: libav for format handling, libavcodec for
  432. codecs
  433. version 0.3.4:
  434. - added stereo in MPEG audio encoder
  435. version 0.3.3:
  436. - added 'high quality' mode which use motion vectors. It can be used in
  437. real time at low resolution.
  438. - fixed rounding problems which caused quality problems at high
  439. bitrates and large GOP size
  440. version 0.3.2: small fixes
  441. - ASF fixes
  442. - put_seek bug fix
  443. version 0.3.1: added avi/divx support
  444. - added AVI support
  445. - added MPEG-4 codec compatible with OpenDivX. It is based on the H.263 codec
  446. - added sound for flash format (not tested)
  447. version 0.3: initial public release