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.

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