1. 18 Nov, 2018 1 commit
  2. 16 May, 2018 1 commit
  3. 17 Oct, 2017 1 commit
    • Mark Thompson's avatar
      hevc: Improve stream constraint values in common header · b1374e92
      Mark Thompson authored
      Add comments to describe the sources of the constraint values expressed here,
      and add some more related values which will be used in following patches.
      
      Fix the incorrect values for SPS and PPS count (they are not the same as those
      used for H.264), and remove HEVC_MAX_CU_SIZE because it is not used anywhere.
      
      (cherry picked from commit b88da98b)
      b1374e92
  4. 28 Aug, 2017 1 commit
  5. 05 Aug, 2017 1 commit
    • Mark Thompson's avatar
      hevc: Improve stream constraint values in common header · b88da98b
      Mark Thompson authored
      Add comments to describe the sources of the constraint values expressed here,
      and add some more related values which will be used in following patches.
      
      Fix the incorrect values for SPS and PPS count (they are not the same as those
      used for H.264), and remove HEVC_MAX_CU_SIZE because it is not used anywhere.
      b88da98b
  6. 16 May, 2017 1 commit
  7. 23 Mar, 2017 1 commit
  8. 22 Mar, 2017 1 commit
  9. 21 Oct, 2016 1 commit
  10. 16 Oct, 2016 3 commits
  11. 09 Sep, 2016 1 commit
  12. 14 May, 2016 1 commit
  13. 25 Apr, 2016 1 commit
  14. 28 Mar, 2016 1 commit
  15. 13 Feb, 2016 3 commits
  16. 05 Dec, 2015 2 commits
  17. 07 Nov, 2015 1 commit
  18. 19 Sep, 2015 1 commit
  19. 03 Aug, 2015 1 commit
  20. 12 Jul, 2015 7 commits
  21. 08 Jul, 2015 3 commits
  22. 14 Jun, 2015 1 commit
    • Philip Langdale's avatar
      avcodec/hevc: Track long and short term RPS size for VDPAU · 1b19d0c6
      Philip Langdale authored
      Today, we track the short term RPS size for DXVA, but only if the
      SliceHeader RPS is being used. Otherwise it's left uninitialized.
      
      NVIDIA's VDPAU implementation requires that the size be accurately
      tracked even if an SPS RPS is being used. In this case, it's really
      counting the size of the RPS idx information, but you end up with
      mangled output if the value is not accurate.
      
      VDPAU also needs the size of the long term RPS.
      Signed-off-by: 's avatarPhilip Langdale <philipl@overt.org>
      1b19d0c6
  23. 27 Apr, 2015 1 commit
  24. 21 Mar, 2015 1 commit
  25. 06 Feb, 2015 1 commit
  26. 04 Feb, 2015 2 commits