1. 14 7月, 2016 1 次提交
  2. 02 6月, 2016 1 次提交
  3. 04 4月, 2016 1 次提交
  4. 23 3月, 2016 1 次提交
  5. 06 2月, 2016 1 次提交
  6. 05 2月, 2016 1 次提交
  7. 12 1月, 2016 1 次提交
  8. 31 10月, 2015 1 次提交
  9. 24 10月, 2015 1 次提交
  10. 13 10月, 2015 1 次提交
  11. 06 10月, 2015 2 次提交
  12. 02 10月, 2015 1 次提交
  13. 18 9月, 2015 1 次提交
    • J
      update ffmpeg support · f88e9a74
      jisli 提交于
      Migration have been done for these ffmpeg/libav changes:
      
      2013-12-11 - 29c83d2 / b9fb59d,409a143 / 9431356,44967ab / d7b3ee9 - lavc 55.45.101 / 55.28.1 - avcodec.h
        av_frame_alloc(), av_frame_unref() and av_frame_free() now can and should be
        used instead of avcodec_alloc_frame(), avcodec_get_frame_defaults() and
        avcodec_free_frame() respectively. The latter three functions are deprecated.
      
      2012-10-08 - ae77266 / 78071a1 - lavu 51.74.100 / 51.42.0 - pixfmt.h
        Rename PixelFormat to AVPixelFormat and all PIX_FMT_* to AV_PIX_FMT_*.
        To provide backwards compatibility, PixelFormat is now #defined as
        AVPixelFormat.
        Note that this can break user code that includes pixfmt.h and uses the
        'PixelFormat' identifier. Such code should either #undef PixelFormat
        or stop using the PixelFormat name.
      f88e9a74
  14. 20 6月, 2015 1 次提交
  15. 09 6月, 2015 2 次提交
  16. 03 6月, 2015 1 次提交
  17. 24 5月, 2015 2 次提交
    • I
      TCP instead of UDP · efa2baed
      Ilya Lavrenov 提交于
      Conflicts:
      	modules/highgui/src/cap_ffmpeg_impl.hpp
      efa2baed
    • J
      bug fixed · 3c2e12a7
      jormansa 提交于
      Conflicts:
      	modules/highgui/src/cap_ffmpeg_impl.hpp
      3c2e12a7
  18. 23 4月, 2015 2 次提交
  19. 10 3月, 2015 1 次提交
  20. 09 3月, 2015 1 次提交
  21. 13 1月, 2015 1 次提交
    • A
      Get rid of sysctl includes on Linux. · 7b0d1c93
      Adam Borowski 提交于
      The 'sysctl' syscall has been strongly deprecated on Linux for ages.
      Currently, on old architectures it will spam syslog whenever used, and on
      newer ones it's missing from the headers altogether.  Opencv has migrated
      away on Linux already, but #includes were left lingering.  This commit
      removes them on non-__APPLE__, unbreaking x32 (and probably others).
      7b0d1c93
  22. 16 12月, 2014 1 次提交
  23. 27 9月, 2014 1 次提交
  24. 15 7月, 2014 1 次提交
  25. 07 1月, 2014 1 次提交
  26. 14 11月, 2013 1 次提交
    • R
      Fix building with FFmpeg 0.8. · 3b7acf26
      Roman Donchenko 提交于
      avformat_find_stream_info was introduced in Libav avformat 53.3,
      but it was only merged to FFmpeg in avformat 53.6.
      
      In Libav avformat 53.3-53.5 av_find_stream_info is not removed
      (only deprecated), so this shouldn't break building with that.
      3b7acf26
  27. 27 8月, 2013 1 次提交
  28. 21 8月, 2013 2 次提交
  29. 15 8月, 2013 1 次提交
  30. 12 8月, 2013 1 次提交
  31. 13 6月, 2013 1 次提交
  32. 04 4月, 2013 1 次提交
  33. 14 3月, 2013 1 次提交
  34. 13 3月, 2013 1 次提交
  35. 05 3月, 2013 1 次提交