1. 18 Nov, 2014 1 commit
    • MediaCodecTrackRenderer: Avoid excessive garbage generation · 255c3b27
      Looking up a long in a HashSet<Long> auto boxes the long and leaves
      it for the GC. As decodeOnly is relatively infrequent it's much
      better to do a simple linear search in a List<Long>. That way
      we can avoid boxing every incoming time stamp value. In the general
      case this will be linear searching in an empty list, a very fast
      operation.
      
      Signed-off-by: Jonas Larsson <jonas@hallerud.se>
      Jonas Larsson committed
  2. 13 Nov, 2014 8 commits
  3. 10 Nov, 2014 1 commit
  4. 06 Nov, 2014 4 commits
  5. 05 Nov, 2014 1 commit
  6. 04 Nov, 2014 1 commit
  7. 03 Nov, 2014 6 commits
  8. 28 Oct, 2014 6 commits
  9. 27 Oct, 2014 9 commits
  10. 20 Oct, 2014 3 commits