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.

240 lines
9.6KB

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