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.

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