media/library
Jonas Larsson 255c3b27f6 MediaCodecTrackRenderer: Avoid excessive garbage generation
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>
2014-11-18 15:41:16 -08:00
..
doc_src/images Add svg source for diagrams. 2014-10-28 18:22:26 +00:00
src/main MediaCodecTrackRenderer: Avoid excessive garbage generation 2014-11-18 15:41:16 -08:00
.project~ Initial drop. 1.0.10. 2014-06-16 12:56:04 +01:00
build.gradle API level 21 enhancements for ExoPlayer playbacks. 2014-09-25 20:29:44 +01:00