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.

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