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.

238 lines
9.6KB

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