1. 19 Jan, 2017 3 commits
  2. 17 Jan, 2017 2 commits
  3. 13 Jan, 2017 5 commits
  4. 12 Jan, 2017 11 commits
  5. 11 Jan, 2017 3 commits
  6. 09 Jan, 2017 12 commits
  7. 08 Jan, 2017 2 commits
  8. 05 Jan, 2017 1 commit
  9. 04 Jan, 2017 1 commit
    • Jun Zhao's avatar
      vaapi_h264: Fix POC on IDR frames · 9b1db2d3
      Jun Zhao authored
      In H.264 section 8.2.1, we have that "The bitstream shall not contain
      data that result in Min(TopFieldOrderCnt, BottomFieldOrderCnt) not
      equal to 0 for a coded IDR frame".  This fixes the encoder to always
      conform to this - previously the POC values formed an unbroken
      sequence, not resetting to zero on IDR frames.
      Signed-off-by: 's avatarMark Thompson <sw@jkqxz.net>
      9b1db2d3