C++多媒体处理库,libCVD 20121025 发布

jopen 11年前

libCVD是一个非常便携和高性能的C ++库,用于计算机视觉,图像和视频处理。重点是提供简单而有效的图像和视频处理与高品质得实现常见低层图像处理功能。

这主要是一个维护版本。唯一的主要新功能是完全重写FFMPEG接口,以符合现代的API。此外,一些过时的文件和相关的配置代码已被删除(少)。具体如下:

新特性:

  • New interface to FFMPEG with proper support for seeking

重要的bug修复:

  • Fix for 3.x kernels
  • Fix for C++11 compilers
  • Fix for CLANG++
  • Fix for Visual Studio
  • Fix for Cygwin

内部:

  • Support newer autoconfs without heaps of warnings
  • Removed a umber of long obsolete files, with associated code and configurations
  • Shuffled source tree around to put files in single tree
  • Squash a number of C++ warnings.