1. 26 Nov, 2017 1 commit
  2. 17 Nov, 2017 1 commit
  3. 15 Nov, 2017 1 commit
  4. 07 Sep, 2017 1 commit
  5. 01 Sep, 2017 1 commit
  6. 24 Jun, 2017 1 commit
  7. 10 May, 2017 2 commits
  8. 09 May, 2017 1 commit
  9. 26 Apr, 2017 1 commit
    • Ben Chang's avatar
      avcodec/nvenc: surface allocation reduction · 8de3458a
      Ben Chang authored
      This patch aims to reduce the number of input/output surfaces
      NVENC allocates per session. Previous default sets allocated surfaces to 32
      (unless there is user specified param or lookahead involved). Having large
      number of surfaces consumes extra video memory (esp for higher resolution
      encoding). The patch changes the surfaces calculation for default, B-frames,
      lookahead scenario respectively.
      
      The other change involves surface selection. Previously, if a session
      allocates x surfaces, only x-1 surfaces are used (due to combination
      of output delay and lock toggle logic). To prevent unused surfaces,
      changing surface rotation to using predefined fifo.
      Signed-off-by: 's avatarTimo Rothenpieler <timo@rothenpieler.org>
      8de3458a
  10. 23 Mar, 2017 1 commit
  11. 09 Mar, 2017 1 commit
  12. 01 Mar, 2017 1 commit
  13. 17 Jan, 2017 1 commit
  14. 01 Jan, 2017 2 commits
  15. 22 Nov, 2016 1 commit
  16. 12 Oct, 2016 1 commit
  17. 28 Sep, 2016 2 commits
  18. 24 Sep, 2016 3 commits
  19. 07 Sep, 2016 1 commit
  20. 28 Aug, 2016 4 commits
  21. 31 May, 2016 9 commits
  22. 19 May, 2016 2 commits
  23. 04 May, 2016 1 commit