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.

599 lines
21KB

  1. Entries are sorted chronologically from oldest to youngest within each release,
  2. releases are sorted from youngest to oldest.
  3. version 0.5.9:
  4. - dpcm: ignore extra unpaired bytes in stereo streams (CVE-2011-3951)
  5. - h264: Add check for invalid chroma_format_idc (CVE-2012-0851)
  6. - adpcm: ADPCM Electronic Arts has always two channels (CVE-2012-0852)
  7. - kmvc: Check palsize (CVE-2011-3952)
  8. - qdm2: clip array indices returned by qdm2_get_vlc()
  9. - configure: properly check for mingw-w64 through installed headers
  10. - Replace every usage of -lvfw32 with what is particularly necessary for that case
  11. - mingw32: properly check if vfw capture is supported by the system headers
  12. - mingw32: merge checks for mingw-w64 and mingw32-runtime >= 3.15 into one
  13. - vfwcap: Include windows.h before vfw.h since the latter requires defines from the former
  14. - ea: check chunk_size for validity
  15. - eatqi: move "block" variable into context to ensure sufficient alignment for idct_put
  16. - tqi: Pass errors from the MB decoder
  17. - png: check bit depth for PAL8/Y400A pixel formats.
  18. version 0.5.8:
  19. - id3v2: fix skipping extended header in id3v2.4
  20. - nsvdec: Several bugfixes related to CVE-2011-3940
  21. - dv: check stype
  22. - dv: Fix null pointer dereference due to ach=0
  23. - dv: Fix small stack overread related to CVE-2011-3929 and CVE-2011-3936.
  24. - atrac3: Fix crash in tonal component decoding, fixes CVE-2012-0853
  25. - mjpegbdec: Fix overflow in SOS, fixes CVE-2011-3947
  26. - motionpixels: Clip YUV values after applying a gradient.
  27. - vqavideo: return error if image size is not a multiple of block size,
  28. fixes CVE-2012-0947.
  29. version 0.5.7:
  30. - vorbis: An additional defense in the Vorbis codec. (CVE-2011-3895)
  31. - vorbisdec: Fix decoding bug with channel handling.
  32. - matroskadec: Fix a bug where a pointer was cached to an array that might
  33. later move due to a realloc(). (CVE-2011-3893)
  34. - vorbis: Avoid some out-of-bounds reads. (CVE-2011-3893)
  35. - vp3: fix oob read for negative tokens and memleaks on error, (CVE-2011-3892)
  36. - vp3: fix streams with non-zero last coefficient.
  37. version 0.5.6:
  38. - svq1dec: call avcodec_set_dimensions() after dimensions changed. (NGS00148, CVE-2011-4579)
  39. - vmd: fix segfaults on corruped streams (CVE-2011-4364)
  40. - commits related to CVE-2011-4353:
  41. - vp6: partially propagate huffman tree building errors during coeff model parsing and fix misspelling
  42. - Plug some memory leaks in the VP6 decoder
  43. - vp6: Reset the internal state when aborting key frames header parsing
  44. - vp6: Fix illegal read.
  45. - vp6: Fix illegal read.
  46. - Fix out of bound reads in the QDM2 decoder.
  47. - commits related to CVE-2011-4351:
  48. - Check for out of bound writes in the QDM2 decoder.
  49. - qdm2: check output buffer size before decoding
  50. - Fix qdm2 decoder packet handling to match the api
  51. version 0.5.5:
  52. - Fix memory (re)allocation in matroskadec.c (MSVR11-011/CVE-2011-3504)
  53. - Fix some crashes with invalid bitstreams in the CAVS decoder
  54. (CVE-2011-3362, CVE-2011-3973, CVE-2011-3974)
  55. - Compilation fixes for gcc-4.6, testsuite now passes again
  56. - Detect and handle overreads in the MJPEG decoder.
  57. - multiple other security fixes.
  58. version 0.5.4:
  59. - Fix memory corruption in WMV parsing (addresses CVE-2010-3908)
  60. - Fix heap corruption crashes (addresses CVE-2011-0722)
  61. - Fix crashes in Vorbis decoding found by zzuf (addresses CVE-2010-4704)
  62. - Fix another crash in Vorbis decoding (addresses CVE-2011-0480, Chrome issue 68115)
  63. - Fix invalid reads in VC-1 decoding (related to CVE-2011-0723)
  64. - Do not attempt to decode APE file with no frames
  65. (adresses http://packetstorm.linuxsecurity.com/1103-exploits/vlc105-dos.txt)
  66. version 0.5.3:
  67. - build system improvements
  68. - performance fix for seekable HTTP
  69. - fix several potentially exploitable issues in the FLIC decoder
  70. (addresses CVE-2010-3429)
  71. version 0.5.2:
  72. - Hurd support
  73. - PowerPC without AltiVec compilation issues
  74. - validate channels and samplerate in the Vorbis decoder
  75. version 0.5.1:
  76. - build system updates
  77. - documentation updates
  78. - libswscale now is LGPL except for x86 optimizations
  79. - fix for GPL code in libswscale that was erroneously activated
  80. - AltiVec code in libswscale is now LGPL
  81. - remaining GPL parts in AC-3 decoder converted to LGPL
  82. - (L)GPL license upgrade support
  83. - AMR-NB decoding/encoding, AMR-WB decoding via OpenCORE libraries
  84. - enable symbol versioning by default for linkers that support it
  85. - backport av_lockmgr_register(), see doc/APIchanges for details
  86. - security fixes for:
  87. - ASF, Ogg and MOV demuxers
  88. - FFv1, H.264, HuffYUV, MLP, MPEG audio and Snow decoders
  89. version 0.5:
  90. - The "device" muxers and demuxers are now in a new libavdevice library
  91. - DV50 AKA DVCPRO50 encoder, decoder, muxer and demuxer
  92. - DV100 AKA DVCPRO HD decoder and demuxer
  93. - TechSmith Camtasia (TSCC) video decoder
  94. - IBM Ultimotion (ULTI) video decoder
  95. - Sierra Online audio file demuxer and decoder
  96. - Apple QuickDraw (qdrw) video decoder
  97. - Creative ADPCM audio decoder (16 bits as well as 8 bits schemes)
  98. - Electronic Arts Multimedia (WVE/UV2/etc.) file demuxer
  99. - Miro VideoXL (VIXL) video decoder
  100. - H.261 video encoder
  101. - QPEG video decoder
  102. - Nullsoft Video (NSV) file demuxer
  103. - Shorten audio decoder
  104. - LOCO video decoder
  105. - Apple Lossless Audio Codec (ALAC) decoder
  106. - Winnov WNV1 video decoder
  107. - Autodesk Animator Studio Codec (AASC) decoder
  108. - Indeo 2 video decoder
  109. - Fraps FPS1 video decoder
  110. - Snow video encoder/decoder
  111. - Sonic audio encoder/decoder
  112. - Vorbis audio encoder/decoder
  113. - Macromedia ADPCM decoder
  114. - Duck TrueMotion 2 video decoder
  115. - support for decoding FLX and DTA extensions in FLIC files
  116. - H.264 custom quantization matrices support
  117. - ffserver fixed, it should now be usable again
  118. - QDM2 audio decoder
  119. - Real Cooker audio decoder
  120. - TrueSpeech audio decoder
  121. - WMA2 audio decoder fixed, now all files should play correctly
  122. - RealAudio 14.4 and 28.8 decoders fixed
  123. - JPEG-LS encoder and decoder
  124. - CamStudio video decoder
  125. - build system improvements
  126. - tabs and trailing whitespace removed from the codebase
  127. - AIFF/AIFF-C audio format, encoding and decoding
  128. - ADTS AAC file reading and writing
  129. - Creative VOC file reading and writing
  130. - American Laser Games multimedia (*.mm) playback system
  131. - Zip Blocks Motion Video decoder and encoder
  132. - improved Theora/VP3 decoder
  133. - True Audio (TTA) decoder
  134. - AVS demuxer and video decoder
  135. - Smacker demuxer and decoder
  136. - NuppelVideo/MythTV demuxer and RTjpeg decoder
  137. - KMVC decoder
  138. - MPEG-2 intra VLC support
  139. - MPEG-2 4:2:2 encoder
  140. - Flash Screen Video decoder
  141. - GXF demuxer
  142. - Chinese AVS decoder
  143. - GXF muxer
  144. - MXF demuxer
  145. - VC-1/WMV3/WMV9 video decoder
  146. - MacIntel support
  147. - AVISynth support
  148. - VMware video decoder
  149. - VP5 video decoder
  150. - VP6 video decoder
  151. - WavPack lossless audio decoder
  152. - Targa (.TGA) picture decoder
  153. - Delphine Software .cin demuxer/audio and video decoder
  154. - Tiertex .seq demuxer/video decoder
  155. - MTV demuxer
  156. - TIFF picture encoder and decoder
  157. - GIF picture decoder
  158. - Intel Music Coder decoder
  159. - Musepack decoder
  160. - Flash Screen Video encoder
  161. - Theora encoding via libtheora
  162. - BMP encoder
  163. - WMA encoder
  164. - GSM-MS encoder and decoder
  165. - DCA decoder
  166. - DXA demuxer and decoder
  167. - DNxHD decoder
  168. - Gamecube movie (.THP) playback system
  169. - Blackfin optimizations
  170. - Interplay C93 demuxer and video decoder
  171. - Bethsoft VID demuxer and video decoder
  172. - CRYO APC demuxer
  173. - Atrac3 decoder
  174. - V.Flash PTX decoder
  175. - RoQ muxer, RoQ audio encoder
  176. - Renderware TXD demuxer and decoder
  177. - extern C declarations for C++ removed from headers
  178. - sws_flags command line option
  179. - codebook generator
  180. - RoQ video encoder
  181. - QTRLE encoder
  182. - OS/2 support removed and restored again
  183. - AC-3 decoder
  184. - NUT muxer
  185. - Matroska muxer
  186. - slice-based parallel H.264 decoding
  187. - Monkey's Audio demuxer and decoder
  188. - additional SPARC (VIS) optimizations
  189. - AMV audio and video decoder
  190. - DNxHD encoder
  191. - H.264 PAFF decoding
  192. - Nellymoser ASAO decoder
  193. - Beam Software SIFF demuxer and decoder
  194. - libvorbis Vorbis decoding removed in favor of native decoder
  195. - IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
  196. - Ogg (Theora, Vorbis and FLAC) muxer
  197. - PC Paintbrush PCX decoder
  198. - Sun Rasterfile decoder
  199. - TechnoTrend PVA demuxer
  200. - Linux Media Labs MPEG-4 (LMLM4) demuxer
  201. - AVM2 (Flash 9) SWF muxer
  202. - QT variant of IMA ADPCM encoder
  203. - VFW grabber
  204. - iPod/iPhone compatible mp4 muxer
  205. - Mimic decoder
  206. - MSN TCP Webcam stream demuxer
  207. - RL2 demuxer / decoder
  208. - IFF demuxer
  209. - 8SVX audio decoder
  210. - non-recursive Makefiles
  211. - BFI demuxer
  212. - MAXIS EA XA (.xa) demuxer / decoder
  213. - BFI video decoder
  214. - OMA demuxer
  215. - MLP/TrueHD decoder
  216. - Electronic Arts CMV decoder
  217. - Motion Pixels Video decoder
  218. - Motion Pixels MVI demuxer
  219. - removed animated GIF decoder/demuxer
  220. - D-Cinema audio muxer
  221. - Electronic Arts TGV decoder
  222. - Apple Lossless Audio Codec (ALAC) encoder
  223. - AAC decoder
  224. - floating point PCM encoder/decoder
  225. - MXF muxer
  226. - E-AC-3 support added to AC-3 decoder
  227. - Nellymoser ASAO encoder
  228. - ASS and SSA demuxer and muxer
  229. - liba52 wrapper removed
  230. - SVQ3 watermark decoding support
  231. - Speex decoding via libspeex
  232. - Electronic Arts TGQ decoder
  233. - RV30 and RV40 decoder
  234. - QCELP / PureVoice decoder
  235. - hybrid WavPack support
  236. - R3D REDCODE demuxer
  237. - ALSA support for playback and record
  238. - Electronic Arts TQI decoder
  239. - OpenJPEG based JPEG 2000 decoder
  240. - NC (NC4600) camera file demuxer
  241. - Gopher client support
  242. - MXF D-10 muxer
  243. - generic metadata API
  244. version 0.4.9-pre1:
  245. - DV encoder, DV muxer
  246. - Microsoft RLE video decoder
  247. - Microsoft Video-1 decoder
  248. - Apple Animation (RLE) decoder
  249. - Apple Graphics (SMC) decoder
  250. - Apple Video (RPZA) decoder
  251. - Cinepak decoder
  252. - Sega FILM (CPK) file demuxer
  253. - Westwood multimedia support (VQA & AUD files)
  254. - Id Quake II CIN playback support
  255. - 8BPS video decoder
  256. - FLIC playback support
  257. - RealVideo 2.0 (RV20) decoder
  258. - Duck TrueMotion v1 (DUCK) video decoder
  259. - Sierra VMD demuxer and video decoder
  260. - MSZH and ZLIB decoder support
  261. - SVQ1 video encoder
  262. - AMR-WB support
  263. - PPC optimizations
  264. - rate distortion optimal cbp support
  265. - rate distorted optimal ac prediction for MPEG-4
  266. - rate distorted optimal lambda->qp support
  267. - AAC encoding with libfaac
  268. - Sunplus JPEG codec (SP5X) support
  269. - use Lagrange multipler instead of QP for ratecontrol
  270. - Theora/VP3 decoding support
  271. - XA and ADX ADPCM codecs
  272. - export MPEG-2 active display area / pan scan
  273. - Add support for configuring with IBM XLC
  274. - floating point AAN DCT
  275. - initial support for zygo video (not complete)
  276. - RGB ffv1 support
  277. - new audio/video parser API
  278. - av_log() system
  279. - av_read_frame() and av_seek_frame() support
  280. - missing last frame fixes
  281. - seek by mouse in ffplay
  282. - noise reduction of DCT coefficients
  283. - H.263 OBMC & 4MV support
  284. - H.263 alternative inter vlc support
  285. - H.263 loop filter
  286. - H.263 slice structured mode
  287. - interlaced DCT support for MPEG-2 encoding
  288. - stuffing to stay above min_bitrate
  289. - MB type & QP visualization
  290. - frame stepping for ffplay
  291. - interlaced motion estimation
  292. - alternate scantable support
  293. - SVCD scan offset support
  294. - closed GOP support
  295. - SSE2 FDCT
  296. - quantizer noise shaping
  297. - G.726 ADPCM audio codec
  298. - MS ADPCM encoding
  299. - multithreaded/SMP motion estimation
  300. - multithreaded/SMP encoding for MPEG-1/MPEG-2/MPEG-4/H.263
  301. - multithreaded/SMP decoding for MPEG-2
  302. - FLAC decoder
  303. - Metrowerks CodeWarrior suppport
  304. - H.263+ custom pcf support
  305. - nicer output for 'ffmpeg -formats'
  306. - Matroska demuxer
  307. - SGI image format, encoding and decoding
  308. - H.264 loop filter support
  309. - H.264 CABAC support
  310. - nicer looking arrows for the motion vector visualization
  311. - improved VCD support
  312. - audio timestamp drift compensation
  313. - MPEG-2 YUV 422/444 support
  314. - polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
  315. - better image scaling
  316. - H.261 support
  317. - correctly interleave packets during encoding
  318. - VIS optimized motion compensation
  319. - intra_dc_precision>0 encoding support
  320. - support reuse of motion vectors/MB types/field select values of the source video
  321. - more accurate deblock filter
  322. - padding support
  323. - many optimizations and bugfixes
  324. - FunCom ISS audio file demuxer and according ADPCM decoding
  325. version 0.4.8:
  326. - MPEG-2 video encoding (Michael)
  327. - Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
  328. - Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
  329. and Mario Brito)
  330. - Xan DPCM audio decoder (Mario Brito)
  331. - Interplay MVE playback subsystem (Mike Melanson)
  332. - Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)
  333. version 0.4.7:
  334. - RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from mplayerhq
  335. (originally from public domain player for Amiga at http://www.honeypot.net/audio)
  336. - current version now also compiles with older GCC (Fabrice)
  337. - 4X multimedia playback system including 4xm file demuxer (Mike
  338. Melanson), and 4X video and audio codecs (Michael)
  339. - Creative YUV (CYUV) decoder (Mike Melanson)
  340. - FFV1 codec (our very simple lossless intra only codec, compresses much better
  341. than HuffYUV) (Michael)
  342. - ASV1 (Asus), H.264, Intel indeo3 codecs have been added (various)
  343. - tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
  344. alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
  345. - ffplay has been replaced with a newer version which uses SDL (optionally)
  346. for multiplatform support (Fabrice)
  347. - Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
  348. by anonymous
  349. - AMR format has been added (Johannes Carlsson)
  350. - 3GP support has been added (Johannes Carlsson)
  351. - VP3 codec has been added (Mike Melanson)
  352. - more MPEG-1/2 fixes
  353. - better multiplatform support, MS Visual Studio fixes (various)
  354. - AltiVec optimizations (Magnus Damn and others)
  355. - SH4 processor support has been added (BERO)
  356. - new public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
  357. - VOB streaming support (Brian Foley)
  358. - better MP3 autodetection (Andriy Rysin)
  359. - qpel encoding (Michael)
  360. - 4mv+b frames encoding finally fixed (Michael)
  361. - chroma ME (Michael)
  362. - 5 comparison functions for ME (Michael)
  363. - B-frame encoding speedup (Michael)
  364. - WMV2 codec (unfinished - Michael)
  365. - user specified diamond size for EPZS (Michael)
  366. - Playstation STR playback subsystem, still experimental (Mike and Michael)
  367. - ASV2 codec (Michael)
  368. - CLJR decoder (Alex)
  369. .. And lots more new enhancements and fixes.
  370. version 0.4.6:
  371. - completely new integer only MPEG audio layer 1/2/3 decoder rewritten
  372. from scratch
  373. - Recoded DCT and motion vector search with gcc (no longer depends on nasm)
  374. - fix quantization bug in AC3 encoder
  375. - added PCM codecs and format. Corrected WAV/AVI/ASF PCM issues
  376. - added prototype ffplay program
  377. - added GOB header parsing on H.263/H.263+ decoder (Juanjo)
  378. - bug fix on MCBPC tables of H.263 (Juanjo)
  379. - bug fix on DC coefficients of H.263 (Juanjo)
  380. - added Advanced Prediction Mode on H.263/H.263+ decoder (Juanjo)
  381. - now we can decode H.263 streams found in QuickTime files (Juanjo)
  382. - now we can decode H.263 streams found in VIVO v1 files(Juanjo)
  383. - preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
  384. - added GOB header for H.263/H.263+ coding on RTP mode (Juanjo)
  385. - now H.263 picture size is returned on the first decoded frame (Juanjo)
  386. - added first regression tests
  387. - added MPEG-2 TS demuxer
  388. - new demux API for libav
  389. - more accurate and faster IDCT (Michael)
  390. - faster and entropy-controlled motion search (Michael)
  391. - two pass video encoding (Michael)
  392. - new video rate control (Michael)
  393. - added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
  394. - great performance improvement of video encoders and decoders (Michael)
  395. - new and faster bit readers and vlc parsers (Michael)
  396. - high quality encoding mode: tries all macroblock/VLC types (Michael)
  397. - added DV video decoder
  398. - preliminary RTP/RTSP support in ffserver and libavformat
  399. - H.263+ AIC decoding/encoding support (Juanjo)
  400. - VCD MPEG-PS mode (Juanjo)
  401. - PSNR stuff (Juanjo)
  402. - simple stats output (Juanjo)
  403. - 16-bit and 15-bit RGB/BGR/GBR support (Bisqwit)
  404. version 0.4.5:
  405. - some header fixes (Zdenek Kabelac <kabi at informatics.muni.cz>)
  406. - many MMX optimizations (Nick Kurshev <nickols_k at mail.ru>)
  407. - added configure system (actually a small shell script)
  408. - added MPEG audio layer 1/2/3 decoding using LGPL'ed mpglib by
  409. Michael Hipp (temporary solution - waiting for integer only
  410. decoder)
  411. - fixed VIDIOCSYNC interrupt
  412. - added Intel H.263 decoding support ('I263' AVI fourCC)
  413. - added Real Video 1.0 decoding (needs further testing)
  414. - simplified image formats again. Added PGM format (=grey
  415. pgm). Renamed old PGM to PGMYUV.
  416. - fixed msmpeg4 slice issues (tell me if you still find problems)
  417. - fixed OpenDivX bugs with newer versions (added VOL header decoding)
  418. - added support for MPlayer interface
  419. - added macroblock skip optimization
  420. - added MJPEG decoder
  421. - added mmx/mmxext IDCT from libmpeg2
  422. - added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
  423. <celer at shell.scrypt.net>)
  424. - added pixel format conversion layer (e.g. for MJPEG or PPM)
  425. - added deinterlacing option
  426. - MPEG-1/2 fixes
  427. - MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>)
  428. - ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>).
  429. - Windows porting of file converter
  430. - added MJPEG raw format (input/ouput)
  431. - added JPEG image format support (input/output)
  432. version 0.4.4:
  433. - fixed some std header definitions (Bjorn Lindgren
  434. <bjorn.e.lindgren at telia.com>).
  435. - added MPEG demuxer (MPEG-1 and 2 compatible).
  436. - added ASF demuxer
  437. - added prototype RM demuxer
  438. - added AC3 decoding (done with libac3 by Aaron Holtzman)
  439. - added decoding codec parameter guessing (.e.g. for MPEG, because the
  440. header does not include them)
  441. - fixed header generation in MPEG-1, AVI and ASF muxer: wmplayer can now
  442. play them (only tested video)
  443. - fixed H.263 white bug
  444. - fixed phase rounding in img resample filter
  445. - add MMX code for polyphase img resample filter
  446. - added CPU autodetection
  447. - added generic title/author/copyright/comment string handling (ASF and RM
  448. use them)
  449. - added SWF demux to extract MP3 track (not usable yet because no MP3
  450. decoder)
  451. - added fractional frame rate support
  452. - codecs are no longer searched by read_header() (should fix ffserver
  453. segfault)
  454. version 0.4.3:
  455. - BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
  456. - fixed raw yuv output
  457. - added motion rounding support in MPEG-4
  458. - fixed motion bug rounding in MSMPEG4
  459. - added B-frame handling in video core
  460. - added full MPEG-1 decoding support
  461. - added partial (frame only) MPEG-2 support
  462. - changed the FOURCC code for H.263 to "U263" to be able to see the
  463. +AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
  464. this +codec ;) (JuanJo).
  465. - Halfpel motion estimation after MB type selection (JuanJo)
  466. - added pgm and .Y.U.V output format
  467. - suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
  468. output.
  469. - added pgmpipe I/O format (original patch from Martin Aumueller
  470. <lists at reserv.at>, but changed completely since we use a format
  471. instead of a protocol)
  472. version 0.4.2:
  473. - added H.263/MPEG-4/MSMPEG4 decoding support. MPEG-4 decoding support
  474. (for OpenDivX) is almost complete: 8x8 MVs and rounding are
  475. missing. MSMPEG4 support is complete.
  476. - added prototype MPEG-1 decoder. Only I- and P-frames handled yet (it
  477. can decode ffmpeg MPEGs :-)).
  478. - added libavcodec API documentation (see apiexample.c).
  479. - fixed image polyphase bug (the bottom of some images could be
  480. greenish)
  481. - added support for non clipped motion vectors (decoding only)
  482. and image sizes non-multiple of 16
  483. - added support for AC prediction (decoding only)
  484. - added file overwrite confirmation (can be disabled with -y)
  485. - added custom size picture to H.263 using H.263+ (Juanjo)
  486. version 0.4.1:
  487. - added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
  488. of AVI and ASF to DIV3.
  489. - added -me option to set motion estimation method
  490. (default=log). suppressed redundant -hq option.
  491. - added options -acodec and -vcodec to force a given codec (useful for
  492. AVI for example)
  493. - fixed -an option
  494. - improved dct_quantize speed
  495. - factorized some motion estimation code
  496. version 0.4.0:
  497. - removing grab code from ffserver and moved it to ffmpeg. Added
  498. multistream support to ffmpeg.
  499. - added timeshifting support for live feeds (option ?date=xxx in the
  500. URL)
  501. - added high quality image resize code with polyphase filter (need
  502. mmx/see optimization). Enable multiple image size support in ffserver.
  503. - added multi live feed support in ffserver
  504. - suppressed master feature from ffserver (it should be done with an
  505. external program which opens the .ffm url and writes it to another
  506. ffserver)
  507. - added preliminary support for video stream parsing (WAV and AVI half
  508. done). Added proper support for audio/video file conversion in
  509. ffmpeg.
  510. - added preliminary support for video file sending from ffserver
  511. - redesigning I/O subsystem: now using URL based input and output
  512. (see avio.h)
  513. - added WAV format support
  514. - added "tty user interface" to ffmpeg to stop grabbing gracefully
  515. - added MMX/SSE optimizations to SAD (Sums of Absolutes Differences)
  516. (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
  517. - added MMX DCT from mpeg2_movie 1.5 (Juanjo)
  518. - added new motion estimation algorithms, log and phods (Juanjo)
  519. - changed directories: libav for format handling, libavcodec for
  520. codecs
  521. version 0.3.4:
  522. - added stereo in MPEG audio encoder
  523. version 0.3.3:
  524. - added 'high quality' mode which use motion vectors. It can be used in
  525. real time at low resolution.
  526. - fixed rounding problems which caused quality problems at high
  527. bitrates and large GOP size
  528. version 0.3.2: small fixes
  529. - ASF fixes
  530. - put_seek bug fix
  531. version 0.3.1: added avi/divx support
  532. - added AVI support
  533. - added MPEG-4 codec compatible with OpenDivX. It is based on the H.263 codec
  534. - added sound for flash format (not tested)
  535. version 0.3: initial public release