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.

322 lines
12KB

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