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.

334 lines
12KB

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