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.

255 lines
10.0KB

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