1. 25 8月, 2020 1 次提交
  2. 17 8月, 2020 1 次提交
  3. 23 7月, 2020 2 次提交
  4. 30 5月, 2020 1 次提交
  5. 10 3月, 2020 1 次提交
  6. 26 1月, 2020 1 次提交
  7. 19 11月, 2019 2 次提交
  8. 07 8月, 2019 2 次提交
  9. 11 4月, 2019 1 次提交
  10. 03 11月, 2018 1 次提交
  11. 01 11月, 2018 1 次提交
  12. 17 10月, 2018 1 次提交
  13. 03 10月, 2018 1 次提交
    • P
      Obtain fourcc when `AVStream` is network stream · 042c486b
      Peter Rekdal Sunde 提交于
      The `codec_tag` is only available when opening a file from disk. If `AVStream` is a network stream then `fourcc` must be obtained using `codec_id`. I have tested the following scenarios:
      1) Open a `.mp4` file and verify that `codec_tag` is returned (old behavior)
      2) Open a `rtsp` stream and verify that `codec_fourcc` is returned (Tested with a MJPEG, H264 and H265 stream)
      042c486b
  14. 01 10月, 2018 1 次提交
  15. 18 9月, 2018 1 次提交
  16. 07 9月, 2018 2 次提交
    • C
      Merge pull request #12458 from DEEPIR:3.4 · 286c2c23
      cyy 提交于
      * may be an typo fix
      
      * remove identical branch,may be paste error
      
      * add parentheses around macro parameter
      
      * simplify if condition
      
      * check malloc fail
      
      * change the condition of branch removed by commit 3041502861318c85d901e8c08226ff67898c77ed
      286c2c23
    • H
      Utilize CV_UNUSED macro · a39e0daa
      Hamdi Sahloul 提交于
      a39e0daa
  17. 24 7月, 2018 1 次提交
  18. 29 5月, 2018 2 次提交
  19. 08 5月, 2018 1 次提交
  20. 14 3月, 2018 1 次提交
  21. 22 2月, 2018 1 次提交
  22. 20 2月, 2018 1 次提交
  23. 14 2月, 2018 1 次提交
  24. 22 12月, 2017 1 次提交
  25. 08 12月, 2017 1 次提交
  26. 23 11月, 2017 1 次提交
  27. 19 11月, 2017 1 次提交
  28. 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
  29. 25 7月, 2017 1 次提交
  30. 10 7月, 2017 1 次提交
  31. 30 6月, 2017 1 次提交
  32. 27 6月, 2017 1 次提交
  33. 02 12月, 2016 1 次提交
  34. 18 11月, 2016 1 次提交
  35. 08 9月, 2016 1 次提交