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.

335 lines
13KB

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