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.

249 lines
9.8KB

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