Changelog 9.8 KB

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