1. 04 Feb, 2015 1 commit
    • Fabrice Bellard's avatar
      avcodec/hevc: reduce memory for SAO · da81cc38
      Fabrice Bellard authored
      cherry picked from commit 5d9f79edef2c11b915bdac3a025b59a32082f409
      
      SAO edge filter uses pre-SAO pixel data on the left and top of the ctb, so
      this data must be kept available. This was done previously by having 2
      copies of the frame, one before and one after SAO.
      
      This commit reduces the storage to just that, instead of the previous whole
      frame.
      
      Commit message taken from patch by Christophe Gisquet <christophe.gisquet@gmail.com>
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      da81cc38
  2. 03 Feb, 2015 30 commits
  3. 02 Feb, 2015 9 commits