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.

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