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.

170 lines
6.5KB

  1. version 0.4.6:
  2. - completely new mpeg audio layer 1/2/3 decoder rewritten from
  3. scratch.
  4. - recoded dct and motion vector search with gcc (no longer depends on
  5. nasm).
  6. - fix quantization bug in AC3 encoder.
  7. - added GOB header parsing on H.263/H.263+ decoder. (Juanjo)
  8. - bug fix on MCBPC tables of H.263. (Juanjo)
  9. - bug fix on DC coefficients of H.263. (Juanjo)
  10. - added Advanced Prediction Mode on H.263/H.263+ decoder. (Juanjo)
  11. - now we can decode H.263 streams found on QuickTime files. (Juanjo)
  12. - now we can decode H.263 streams found on VIVO v1 files.(Juanjo)
  13. - preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
  14. - added GOB header for H.263/H.263+ coding on RTP mode. (Juanjo)
  15. - now H.263 picture size is returned on the first decoded frame. (Juanjo)
  16. version 0.4.5:
  17. - some header fixes (Zdenek Kabelac <kabi@informatics.muni.cz>).
  18. - many MMX optimizations (Nick Kurshev <nickols_k@mail.ru>).
  19. - added configure system (actually a small shell script).
  20. - added mpeg audio layer 1/2/3 decoding using LGPL'ed mpglib by
  21. Michael Hipp (temporary solution - waiting for integer only
  22. decoder).
  23. - fixed VIDIOCSYNC interrupt.
  24. - added Intel H263 decoding support ('I263' avi fourCC)
  25. - added Real Video 1.0 decoding (needs further testing).
  26. - simplified image formats again. Added PGM format (=grey
  27. pgm). Renamed old PGM to PGMYUV.
  28. - fixed msmpeg4 slice issues (tell me if you still find problems).
  29. - fixed opendivx bugs with newer versions (added VOL header decoding).
  30. - added support for mplayer interface.
  31. - added macroblock skip optimization.
  32. - added MJPEG decoder.
  33. - added mmx/mmxext idct from libmpeg2.
  34. - added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
  35. <celer@shell.scrypt.net>).
  36. - added pixel format convertion layer (e.g. for MJPEG or PPM).
  37. - added deinterlacing option.
  38. - mpeg1/2 fixes.
  39. - mpeg4 vol header fixes (Jonathan Marsden <snmjbm@pacbell.net>).
  40. - ARM optimizations (Lionel Ulmer <lionel.ulmer@free.fr>).
  41. - Windows porting of file converter.
  42. - added MJPEG raw format (input/ouput).
  43. - added JPEG image format support (input/output).
  44. version 0.4.4:
  45. - fixed some std header definitions (Bjorn Lindgren
  46. <bjorn.e.lindgren@telia.com>).
  47. - added mpeg demux (mpeg 1 and 2 compatible).
  48. - added ASF demux.
  49. - added prototype RM demux.
  50. - added AC3 decoding (done with libac3 by Aaron Holtzman).
  51. - added decoding codec parameter guessing (.e.g. for mpeg, because the
  52. header does not include them).
  53. - fixed header generation in mpeg1, AVI and ASF mux : wmplayer can now
  54. play them (only tested video).
  55. - fixed h263 white bug.
  56. - fixed phase rounding in img resample filter.
  57. - add mmx code for polyphase img resample filter.
  58. - added CPU autodetect.
  59. - added generic title/author/copyright/comment string handling (ASF and RM use them).
  60. - added SWF demux to extract MP3 track (not usable yet because no MP3
  61. decoder).
  62. - added fractional frame rate support.
  63. - codecs are no longer searched by read_header() (should fix ffserver
  64. segfault).
  65. version 0.4.3:
  66. - BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq@amsat.org>).
  67. - fixed raw yuv output.
  68. - added motion rounding support in MPEG4.
  69. - fixed motion bug rounding in MSMPEG4.
  70. - added B frame handling in video core.
  71. - added full MPEG1 decoding support.
  72. - added partial (frame only) MPEG2 support.
  73. - changed the FOURCC code for H.263 to "U263" to be able to see the
  74. +AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
  75. this +codec ;) (JuanJo).
  76. - Halfpel motion estimation after mb type selection (JuanJo).
  77. - added pgm and .Y.U.V output format.
  78. - suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
  79. output.
  80. - added pgmpipe I/O format (original patch from Martin Aumueller
  81. <lists@reserv.at>, but changed completely since we use a format
  82. instead of a protocol).
  83. version 0.4.2:
  84. - added H263/MPEG4/MSMPEG4 decoding support. MPEG4 decoding support
  85. (for openDIVX) is almost complete: 8x8 MVs and rounding are
  86. missing. MSMPEG4 support is complete.
  87. - added prototype MPEG1 decoder. Only I and P frames handled yet (it
  88. can decode ffmpeg mpegs :-)).
  89. - added libavcodec API documentation (see apiexample.c).
  90. - fixed image polyphase bug (the bottom of some images could be
  91. greenish).
  92. - added support for non clipped motion vectors (decoding only)
  93. and image sizes non multiple of 16.
  94. - added support for AC prediction (decoding only).
  95. - added file overwrite confirmation (can be disabled with -y).
  96. - Added custom size picture to H.263 using H.263+ (Juanjo).
  97. version 0.4.1:
  98. - added MSMPEG4 (aka DIVX) compatible encoder. Changed default codec
  99. of avi and asf to DIV3.
  100. - added -me option to set motion estimation method
  101. (default=log). suppressed redundant -hq option.
  102. - added options -acodec and -vcodec to force a given codec (useful for
  103. AVI for example).
  104. - fixed -an option.
  105. - improved dct_quantize speed.
  106. - factorized some motion estimation code.
  107. version 0.4.0:
  108. - removing grab code from ffserver and moved it to ffmpeg. Added multi
  109. stream support to ffmpeg.
  110. - added timeshifting support for live feeds (option ?date=xxx in the
  111. URL).
  112. - added high quality image resize code with polyphase filter (need
  113. mmx/see optimisation). Enable multiple image size support in ffserver.
  114. - added multi live feed support in ffserver.
  115. - suppressed master feature from ffserver (it should be done with an
  116. external program which opens the .ffm url and writes it to another
  117. ffserver).
  118. - added preliminary support for video stream parsing (wav and avi half
  119. done). Added proper support for audio/video file convertion in
  120. ffmpeg.
  121. - added preliminary support for video file sending from ffserver.
  122. - redesigning I/O subsystem : now using URL based input and output
  123. (see avio.h).
  124. - added wav format support.
  125. - added "tty user interface" to ffmpeg to stop grabbing gracefully.
  126. - added MMX/SSE optimizations to SAD (Sums of Absolutes Diferences)
  127. (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo@atmlab.utfsm.cl>).
  128. - added MMX DCT from mpeg2_movie 1.5 (Juanjo).
  129. - added new motion estimation algorithms, log and phods (Juanjo).
  130. - changed directories : libav for format handling, libavcodec for
  131. codecs.
  132. version 0.3.4:
  133. - added stereo in mpeg audio encoder.
  134. version 0.3.3:
  135. - added 'high quality' mode which use motion vectors. It can be used in
  136. real time at low resolution.
  137. - fixed rounding problems which caused quality problems at high
  138. bitrates and large gop size.
  139. version 0.3.2: small fixes
  140. - asf fixes
  141. - put_seek bug fix
  142. version 0.3.1: added avi/divx support
  143. - added avi support
  144. - added mpeg4 codec compatible with open divx. It is based on the h263
  145. codec.
  146. - added sound for flash format (not tested)
  147. version 0.3: initial public release