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.

190 lines
7.4KB

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