1. 06 Mar, 2017 2 commits
    • wm4's avatar
      avcodec: consider an error during decoder draining as EOF · a755b725
      wm4 authored
      There is no reason that draining couldn't return an error or two. But
      some decoders don't handle this very well, and might always return an
      error. This can lead to API users getting into an infinite loop and
      burning CPU, because no progress is made and EOF is never returned.
      
      In fact, ffmpeg.c contains a hack against such a case. It is made
      unnecessary with this commit, and removed with the next one. (This
      particular error case seems to have been fixed since the hack was
      added, though.)
      
      This might lose frames if decoding returns errors during draining.
      a755b725
    • wang-bin's avatar
      avcodec/videotoolbox: set kCVPixelBufferOpenGLESCompatibilityKey for iOS · 3267e170
      wang-bin authored
      kCVPixelBufferIOSurfaceOpenGLTextureCompatibilityKey is not available in
      iOS
      3267e170
  2. 05 Mar, 2017 6 commits
  3. 04 Mar, 2017 6 commits
  4. 03 Mar, 2017 20 commits
  5. 02 Mar, 2017 6 commits