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.

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