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.

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