1. 02 Oct, 2018 1 commit
    • Peter Rekdal Sunde's avatar
      Obtain fourcc when `AVStream` is network stream · 042c486b
      Peter Rekdal Sunde authored
      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
  2. 29 Sep, 2018 10 commits
  3. 28 Sep, 2018 5 commits
  4. 27 Sep, 2018 7 commits
  5. 26 Sep, 2018 6 commits
  6. 25 Sep, 2018 5 commits
  7. 24 Sep, 2018 5 commits
  8. 23 Sep, 2018 1 commit