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.

257 lines
10KB

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