1. 05 3月, 2021 3 次提交
  2. 04 3月, 2021 3 次提交
  3. 03 3月, 2021 6 次提交
    • A
      0689c70d
    • A
      ffmpeg/3.4: update FFmpeg wrapper 2021.03 · 75ad74c8
      Alexander Alekhin 提交于
      - FFmpeg 3.4.8
      75ad74c8
    • A
      core: rework code locality · cbfd38bd
      Alexander Alekhin 提交于
      - to reduce binaries size of FFmpeg Windows wrapper
      - MinGW linker doesn't support -ffunction-sections (used for FFmpeg Windows wrapper)
      - move code to improve locality with its used dependencies
      - move UMat::dot() to matmul.dispatch.cpp (Mat::dot() is already there)
      - move UMat::inv() to lapack.cpp
      - move UMat::mul() to arithm.cpp
      - move UMat:eye() to matrix_operations.cpp (near setIdentity() implementation)
      - move normalize(): convert_scale.cpp => norm.cpp
      - move convertAndUnrollScalar(): arithm.cpp => copy.cpp
      - move scalarToRawData(): array.cpp => copy.cpp
      - move transpose(): matrix_operations.cpp => matrix_transform.cpp
      - move flip(), rotate(): copy.cpp => matrix_transform.cpp (rotate90 uses flip and transpose)
      - add 'OPENCV_CORE_EXCLUDE_C_API' CMake variable to exclude compilation of C-API functions from the core module
      - matrix_wrap.cpp: add compile-time checks for CUDA/OpenGL calls
      - the steps above allow to reduce FFmpeg wrapper size for ~1.5Mb (initial size of OpenCV part is about 3Mb)
      
      backport is done to improve merge experience (less conflicts)
      backport of commit: 65eb9467
      cbfd38bd
    • A
    • A
      pre: OpenCV 3.4.14 (version++) · a123c48d
      Alexander Alekhin 提交于
      a123c48d
    • A
      Merge pull request #19661 from alalek:ffmpeg_fixes_3.4 · 1c88e1fd
      Alexander Alekhin 提交于
      * videoio(ffmpeg): eliminate MSVC build warnings
      
      * videoio(ffmpeg): update initialization code
      
      - repair FFmpeg logger settings on each .open() call
      1c88e1fd
  4. 02 3月, 2021 3 次提交
  5. 01 3月, 2021 2 次提交
  6. 28 2月, 2021 4 次提交
  7. 27 2月, 2021 2 次提交
  8. 26 2月, 2021 2 次提交
  9. 25 2月, 2021 2 次提交
  10. 24 2月, 2021 2 次提交
  11. 23 2月, 2021 5 次提交
  12. 22 2月, 2021 3 次提交
  13. 21 2月, 2021 3 次提交