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.

326 lines
12KB

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