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.

348 lines
13KB

  1. version <next>
  2. - TechSmith Camtasia (TSCC) video decoder
  3. - IBM Ultimotion (ULTI) video decoder
  4. - Sierra Online audio file demuxer and decoder
  5. - Apple QuickDraw (qdrw) video decoder
  6. - Creative ADPCM audio decoder
  7. - Electronic Arts Multimedia (WVE/UV2/etc.) file demuxer
  8. - Miro VideoXL (VIXL) video decoder
  9. - H.261 video encoder
  10. - QPEG video decoder
  11. - Nullsoft Video (NSV) file demuxer
  12. - Shorten audio decoder
  13. - LOCO video decoder
  14. - Apple Lossless Audio Codec (ALAC) decoder
  15. - Winnov WNV1 video decoder
  16. - Autodesk Animator Studio Codec (AASC) decoder
  17. - Indeo 2 video decoder
  18. - Fraps FPS1 video decoder
  19. - SNOW video encoder/decoder
  20. - Sonic audio encoder/decoder
  21. - Vorbis decoder
  22. - Macromedia ADPCM decoder
  23. - Duck TrueMotion 2 decoder
  24. - Support for decoding FLX and DTA extensions in FLIC files
  25. - H.264 custom quantization matrices support
  26. version 0.4.9-pre1:
  27. - DV encoder, DV muxer
  28. - Microsoft RLE video decoder
  29. - Microsoft Video-1 decoder
  30. - Apple Animation (RLE) decoder
  31. - Apple Graphics (SMC) decoder
  32. - Apple Video (RPZA) decoder
  33. - Cinepak decoder
  34. - Sega FILM (CPK) file demuxer
  35. - Westwood multimedia support (VQA & AUD files)
  36. - Id Quake II CIN playback support
  37. - 8BPS video decoder
  38. - FLIC playback support
  39. - RealVideo 2.0 (RV20) decoder
  40. - Duck TrueMotion v1 (DUCK) video decoder
  41. - Sierra VMD demuxer and video decoder
  42. - MSZH and ZLIB decoder support
  43. - SVQ1 video encoder
  44. - AMR-WB support
  45. - PPC optimisations
  46. - rate distortion optimal cbp support
  47. - rate distorted optimal ac prediction for mpeg4
  48. - rate distorted optimal lambda->qp support
  49. - AAC encoding with libfaac
  50. - Sunplus JPEG codec (SP5X) support
  51. - use lagrange multipler instead of qp for ratecontrol
  52. - theora/VP3 decoding support
  53. - XA and ADX ADPCM codecs
  54. - export mpeg2 active display area / pan scan
  55. - Add support for configuring with IBM XLC
  56. - floating point AAN DCT
  57. - initial support for zygovideo (not complete)
  58. - rgb ffv1 support
  59. - new audio/video parser API
  60. - av_log() system
  61. - av_read_frame() and av_seek_frame() support
  62. - missing last frame fixes
  63. - seek by mouse in ffplay
  64. - noise reduction of dct coefficients
  65. - h263 OBMC & 4MV support
  66. - h263 alternative inter vlc support
  67. - h263 loop filter
  68. - h263 slice structured mode
  69. - interlaced DCT support for MPEG2 encoding
  70. - stuffing to stay above min_bitrate
  71. - mb type & qp vissualization
  72. - frame stepping for ffplay
  73. - interlaced motion estimation
  74. - alternate scantable support
  75. - SVCD scan offset support
  76. - closed gop support
  77. - SSE2 fdct
  78. - quantizer noise shaping
  79. - G.726 ADPCM audio codec
  80. - MS ADPCM encoding
  81. - multithreaded/SMP motion estimation
  82. - multithreaded/SMP encoding for MPEG1/MPEG2/MPEG4/H263
  83. - multithreaded/SMP decoding for MPEG2
  84. - FLAC decoder
  85. - Metrowerks CodeWarrior suppport
  86. - h263+ custom pcf support
  87. - nicer output for 'ffmpeg -formats'
  88. - matroska demuxer
  89. - SGI image format, encoding and decoding
  90. - h264 loop filter support
  91. - h264 CABAC support
  92. - nicer looking arrows for the motion vector vissualization
  93. - improved VCD support
  94. - audio timestamp drift compensation
  95. - mpeg2 YUV 422/444 support
  96. - polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
  97. - better image scaling
  98. - h261 support
  99. - correctly interleave packets during encoding
  100. - VIS optimized motion compensation
  101. - intra_dc_precission>0 encoding support
  102. - support reuse of motion vectors/mb types/field select values of the source video
  103. - more accurate deblock filter
  104. - padding support
  105. - many optimizations and bugfixes
  106. version 0.4.8:
  107. - MPEG2 video encoding (Michael)
  108. - Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
  109. - Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
  110. and Mario Brito)
  111. - Xan DPCM audio decoder (Mario Brito)
  112. - Interplay MVE playback subsystem (Mike Melanson)
  113. - Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)
  114. version 0.4.7:
  115. - RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq
  116. (originally from public domain player for Amiga at http://www.honeypot.net/audio)
  117. - Current version now also compiles with older GCC (Fabrice)
  118. - 4X multimedia playback system including 4xm file demuxer (Mike
  119. Melanson), and 4X video and audio codecs (Michael)
  120. - Creative YUV (CYUV) decoder (Mike Melanson)
  121. - FFV1 codec (our very simple lossless intra only codec, compresses much better
  122. then huffyuv) (Michael)
  123. - ASV1 (Asus), H.264, Intel indeo3 codecs has been added (Various)
  124. - Tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
  125. alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
  126. - ffplay has been replaced with a newer version which uses SDL (optionally)
  127. for multi platform support (fabrice)
  128. - Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
  129. by anonymous
  130. - AMR format has been added (Johannes Carlsson)
  131. - 3gp support has been added (Johannes Carlsson)
  132. - VP3 codec has been added (Mike Melanson)
  133. - more MPEG-1/2 fixes
  134. - Better Multi platform support, MS Visual Studio fixes (various)
  135. - Altivec optimizations (Magnus Damn and others)
  136. - SH4 processor support has been added (BERO)
  137. - New public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
  138. - VOB Streaming support (Brian Foley)
  139. - Better MP3 Autodetection (Andriy Rysin)
  140. - qpel encoding (Michael)
  141. - 4mv+b frames encoding finally fixed (Michael)
  142. - chroma ME (Michael)
  143. - 5 comparission functions for ME (Michael)
  144. - b frame encoding speedup (Michael)
  145. - wmv2 codec (unfinished - Michael)
  146. - user specified diamond size for EPZS (Michael)
  147. - Playstation STR playback subsystem, still experimental (Mike and Michael)
  148. - ASV2 codec (Michael)
  149. - CLJR decoder (Alex)
  150. .. And lots more new enhances and fixes.
  151. version 0.4.6:
  152. - completely new integer only mpeg audio layer 1/2/3 decoder rewritten
  153. from scratch.
  154. - recoded dct and motion vector search with gcc (no longer depends on
  155. nasm).
  156. - fix quantization bug in AC3 encoder.
  157. - added PCM codecs and format. Corrected wav/avi/asf pcm issues.
  158. - added prototype ffplay program.
  159. - added GOB header parsing on H.263/H.263+ decoder. (Juanjo)
  160. - bug fix on MCBPC tables of H.263. (Juanjo)
  161. - bug fix on DC coefficients of H.263. (Juanjo)
  162. - added Advanced Prediction Mode on H.263/H.263+ decoder. (Juanjo)
  163. - now we can decode H.263 streams found on QuickTime files. (Juanjo)
  164. - now we can decode H.263 streams found on VIVO v1 files.(Juanjo)
  165. - preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
  166. - added GOB header for H.263/H.263+ coding on RTP mode. (Juanjo)
  167. - now H.263 picture size is returned on the first decoded frame. (Juanjo)
  168. - added first regression tests
  169. - added MPEG2 TS demux
  170. - new demux API for libav
  171. - more accurate and faster IDCT (Michael)
  172. - faster and entropy controlled motion search (Michael)
  173. - two pass video encoding (Michael)
  174. - new video rate control (Michael)
  175. - added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
  176. - great performance improvement of video encoders and decoders (Michael)
  177. - new and faster bit readers and vlc parsers (Michael)
  178. - high quality encoding mode : tries all macroblock/VLC types (Michael)
  179. - added DV video decoder
  180. - preliminary RTP/RTSP support in ffserver and libavformat
  181. - H.263+ AIC decoding/encoding support. (Juanjo)
  182. - VCD MPEG-PS mode. (Juanjo)
  183. - PSNR stuff. (Juanjo)
  184. - Simple stats output. (Juanjo)
  185. - 16-bit and 15-bit rgb/bgr/gbr support (Bisqwit)
  186. version 0.4.5:
  187. - some header fixes (Zdenek Kabelac &lt;kabi@informatics.muni.cz&gt;).
  188. - many MMX optimizations (Nick Kurshev &lt;nickols_k@mail.ru&gt;).
  189. - added configure system (actually a small shell script).
  190. - added mpeg audio layer 1/2/3 decoding using LGPL'ed mpglib by
  191. Michael Hipp (temporary solution - waiting for integer only
  192. decoder).
  193. - fixed VIDIOCSYNC interrupt.
  194. - added Intel H263 decoding support ('I263' avi fourCC)
  195. - added Real Video 1.0 decoding (needs further testing).
  196. - simplified image formats again. Added PGM format (=grey
  197. pgm). Renamed old PGM to PGMYUV.
  198. - fixed msmpeg4 slice issues (tell me if you still find problems).
  199. - fixed opendivx bugs with newer versions (added VOL header decoding).
  200. - added support for mplayer interface.
  201. - added macroblock skip optimization.
  202. - added MJPEG decoder.
  203. - added mmx/mmxext idct from libmpeg2.
  204. - added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
  205. &lt;celer@shell.scrypt.net&gt;).
  206. - added pixel format convertion layer (e.g. for MJPEG or PPM).
  207. - added deinterlacing option.
  208. - mpeg1/2 fixes.
  209. - mpeg4 vol header fixes (Jonathan Marsden &lt;snmjbm@pacbell.net&gt;).
  210. - ARM optimizations (Lionel Ulmer &lt;lionel.ulmer@free.fr&gt;).
  211. - Windows porting of file converter.
  212. - added MJPEG raw format (input/ouput).
  213. - added JPEG image format support (input/output).
  214. version 0.4.4:
  215. - fixed some std header definitions (Bjorn Lindgren
  216. &lt;bjorn.e.lindgren@telia.com&gt;).
  217. - added mpeg demux (mpeg 1 and 2 compatible).
  218. - added ASF demux.
  219. - added prototype RM demux.
  220. - added AC3 decoding (done with libac3 by Aaron Holtzman).
  221. - added decoding codec parameter guessing (.e.g. for mpeg, because the
  222. header does not include them).
  223. - fixed header generation in mpeg1, AVI and ASF mux : wmplayer can now
  224. play them (only tested video).
  225. - fixed h263 white bug.
  226. - fixed phase rounding in img resample filter.
  227. - add mmx code for polyphase img resample filter.
  228. - added CPU autodetect.
  229. - added generic title/author/copyright/comment string handling (ASF and RM use them).
  230. - added SWF demux to extract MP3 track (not usable yet because no MP3
  231. decoder).
  232. - added fractional frame rate support.
  233. - codecs are no longer searched by read_header() (should fix ffserver
  234. segfault).
  235. version 0.4.3:
  236. - BGR24 patch (initial patch by Jeroen Vreeken &lt;pe1rxq@amsat.org&gt;).
  237. - fixed raw yuv output.
  238. - added motion rounding support in MPEG4.
  239. - fixed motion bug rounding in MSMPEG4.
  240. - added B frame handling in video core.
  241. - added full MPEG1 decoding support.
  242. - added partial (frame only) MPEG2 support.
  243. - changed the FOURCC code for H.263 to "U263" to be able to see the
  244. +AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
  245. this +codec ;) (JuanJo).
  246. - Halfpel motion estimation after mb type selection (JuanJo).
  247. - added pgm and .Y.U.V output format.
  248. - suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
  249. output.
  250. - added pgmpipe I/O format (original patch from Martin Aumueller
  251. &lt;lists@reserv.at&gt;, but changed completely since we use a format
  252. instead of a protocol).
  253. version 0.4.2:
  254. - added H263/MPEG4/MSMPEG4 decoding support. MPEG4 decoding support
  255. (for openDIVX) is almost complete: 8x8 MVs and rounding are
  256. missing. MSMPEG4 support is complete.
  257. - added prototype MPEG1 decoder. Only I and P frames handled yet (it
  258. can decode ffmpeg mpegs :-)).
  259. - added libavcodec API documentation (see apiexample.c).
  260. - fixed image polyphase bug (the bottom of some images could be
  261. greenish).
  262. - added support for non clipped motion vectors (decoding only)
  263. and image sizes non multiple of 16.
  264. - added support for AC prediction (decoding only).
  265. - added file overwrite confirmation (can be disabled with -y).
  266. - Added custom size picture to H.263 using H.263+ (Juanjo).
  267. version 0.4.1:
  268. - added MSMPEG4 (aka DIVX) compatible encoder. Changed default codec
  269. of avi and asf to DIV3.
  270. - added -me option to set motion estimation method
  271. (default=log). suppressed redundant -hq option.
  272. - added options -acodec and -vcodec to force a given codec (useful for
  273. AVI for example).
  274. - fixed -an option.
  275. - improved dct_quantize speed.
  276. - factorized some motion estimation code.
  277. version 0.4.0:
  278. - removing grab code from ffserver and moved it to ffmpeg. Added multi
  279. stream support to ffmpeg.
  280. - added timeshifting support for live feeds (option ?date=xxx in the
  281. URL).
  282. - added high quality image resize code with polyphase filter (need
  283. mmx/see optimisation). Enable multiple image size support in ffserver.
  284. - added multi live feed support in ffserver.
  285. - suppressed master feature from ffserver (it should be done with an
  286. external program which opens the .ffm url and writes it to another
  287. ffserver).
  288. - added preliminary support for video stream parsing (wav and avi half
  289. done). Added proper support for audio/video file convertion in
  290. ffmpeg.
  291. - added preliminary support for video file sending from ffserver.
  292. - redesigning I/O subsystem : now using URL based input and output
  293. (see avio.h).
  294. - added wav format support.
  295. - added "tty user interface" to ffmpeg to stop grabbing gracefully.
  296. - added MMX/SSE optimizations to SAD (Sums of Absolutes Diferences)
  297. (Juan J. Sierralta P. a.k.a. "Juanjo" &lt;juanjo@atmlab.utfsm.cl&gt;).
  298. - added MMX DCT from mpeg2_movie 1.5 (Juanjo).
  299. - added new motion estimation algorithms, log and phods (Juanjo).
  300. - changed directories : libav for format handling, libavcodec for
  301. codecs.
  302. version 0.3.4:
  303. - added stereo in mpeg audio encoder.
  304. version 0.3.3:
  305. - added 'high quality' mode which use motion vectors. It can be used in
  306. real time at low resolution.
  307. - fixed rounding problems which caused quality problems at high
  308. bitrates and large gop size.
  309. version 0.3.2: small fixes
  310. - asf fixes
  311. - put_seek bug fix
  312. version 0.3.1: added avi/divx support
  313. - added avi support
  314. - added mpeg4 codec compatible with open divx. It is based on the h263
  315. codec.
  316. - added sound for flash format (not tested)
  317. version 0.3: initial public release