1. 24 7月, 2018 1 次提交
  2. 29 5月, 2018 2 次提交
  3. 08 5月, 2018 1 次提交
  4. 14 3月, 2018 1 次提交
  5. 22 2月, 2018 1 次提交
  6. 20 2月, 2018 1 次提交
  7. 14 2月, 2018 1 次提交
  8. 22 12月, 2017 1 次提交
  9. 08 12月, 2017 1 次提交
  10. 23 11月, 2017 1 次提交
  11. 19 11月, 2017 1 次提交
  12. 19 9月, 2017 1 次提交
    • A
      Using environment variable to store capture options (#9292) · fb8143d5
      Adam Rankin 提交于
      * Using environment variable to store options parsed by av_dict_parse_string(ENV{OPENCV_FFMPEG_CAPTURE_OPTIONS}, ";", "|")
      
      * Adding missing mandatory flags parameter
      
      * Guarding against missing function via LIBAVUTIL version
      
      * Code review fixes
      
      Copy/paste error due to coder mistake reverted
      Proper version checking for LIBAVUTIL_BUILD
      fb8143d5
  13. 25 7月, 2017 1 次提交
  14. 10 7月, 2017 1 次提交
  15. 30 6月, 2017 1 次提交
  16. 27 6月, 2017 1 次提交
  17. 02 12月, 2016 1 次提交
  18. 18 11月, 2016 1 次提交
  19. 08 9月, 2016 2 次提交
  20. 14 7月, 2016 1 次提交
  21. 02 6月, 2016 1 次提交
  22. 04 4月, 2016 1 次提交
  23. 23 3月, 2016 1 次提交
  24. 06 2月, 2016 1 次提交
  25. 05 2月, 2016 1 次提交
  26. 12 1月, 2016 1 次提交
  27. 31 10月, 2015 1 次提交
  28. 24 10月, 2015 1 次提交
  29. 13 10月, 2015 1 次提交
  30. 06 10月, 2015 2 次提交
  31. 02 10月, 2015 1 次提交
  32. 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
  33. 20 6月, 2015 1 次提交
  34. 09 6月, 2015 2 次提交
  35. 03 6月, 2015 1 次提交
  36. 24 5月, 2015 1 次提交