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.

328 lines
12KB

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