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.

227 lines
9.1KB

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