1. 26 Apr, 2017 2 commits
  2. 25 Apr, 2017 6 commits
  3. 24 Apr, 2017 4 commits
  4. 23 Apr, 2017 26 commits
  5. 22 Apr, 2017 2 commits
    • Philip Langdale's avatar
      avcodec/crystalhd: Adapt to new new decode API · 31483870
      Philip Langdale authored
      The new new decode API requires the decoder to ask for the next input
      packet, and it cannot just return EAGAIN if that packet cannot be
      processed yet. This means we must finally confront how we get this
      decoder to block when the input buffer is full and no output frames
      are ready yet.
      
      In the end, that isn't too hard to achieve - the main trick seems to
      be that you have to aggressively poll the hardware - it doesn't seem
      to make any forward progress if you sleep.
      Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
      31483870
    • James Almer's avatar
      Merge commit '061a0c14' · bddb2343
      James Almer authored
      * commit '061a0c14':
        decode: restructure the core decoding code
      
      CUVID decoder adapted by wm4.
      Merged-by: 's avatarJames Almer <jamrial@gmail.com>
      bddb2343