1. 03 9月, 2020 1 次提交
  2. 25 8月, 2020 1 次提交
    • V
      Merge pull request #18146 from VadimLevin:dev/vlevin/ffmpeg-remove-obsolte-versions-support · 458bd165
      Vadim Levin 提交于
      Remove obsolete FFMPEG versions support
      
      * refactor: removed obsolete FFMPEG version support
      
       - Oldest available version via official FFMPEG repository mirror has tag v.0.5
       LIBAVFORMAT version for this tag is 52.31.0
      
      * refactor: prefer std::min function to MIN macro
      
      * refactor: use appropriate macro instead of manual version calculation
      
      * refactor: remove macros for versions prior 0.5.15 release
      
      * refactor: remove libavcodec macros for versions < 54.35.1 (default to Ubuntu 14.04)
      
      * refactor: remove libavformat macro for versions < 54.20.4 (default ubuntu 14.04)
      
      * refactor: remove libavutil macro for versions < 52.3.0 (default ubuntu 14.04)
      
      * refactor: remove missed macros for libavcodec and libavformat
      
      * refactor: remove unused _opencv_ffmpeg_free function
      
      * build: add FFMPEG libraries versions checks
      
       - Add verbose message about what FFMPEG libraries are missing.
       - Add minimal versions check set to libav 9.20 release (default ubuntu 14.04) and FFMPEG 1.1.16 release.
         If the check is failed CMake produces user-friendly message instead of build error.
      
      * fix: libavcodec version guard for AVDISCARD_NONINTRA
      
      * fix: libav check of libavcodec version guard for AVDISCARD_NONINTRA
      
      * fix: version check for AV_CODEC_FLAG_GLOBAL_HEADER
      
      * fix: missing FFMPEG libraries output
      458bd165
  3. 24 8月, 2020 1 次提交
  4. 23 8月, 2020 1 次提交
  5. 22 8月, 2020 4 次提交
  6. 21 8月, 2020 4 次提交
  7. 20 8月, 2020 5 次提交
  8. 19 8月, 2020 1 次提交
  9. 18 8月, 2020 6 次提交
  10. 17 8月, 2020 5 次提交
  11. 16 8月, 2020 1 次提交
  12. 15 8月, 2020 5 次提交
  13. 14 8月, 2020 3 次提交
  14. 13 8月, 2020 2 次提交