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.

436 lines
16KB

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