- 20 Nov, 2014 3 commits
-
-
dev -> dev-hls
ojw28 committed -
Issue: #158
Oliver Woodman committed -
Oliver Woodman committed
-
- 19 Nov, 2014 8 commits
-
-
Merge dev -> dev-hls
ojw28 committed -
MediaCodecTrackRenderer: Avoid excessive garbage generation
ojw28 committed -
TsExtractor: Account for frame cropping when parsing SPS
ojw28 committed -
Issue: #153
Oliver Woodman committed -
- Unredact internal error ids. - Move images.
Oliver Woodman committed -
Oliver Woodman committed
-
dev -> dev-hls
ojw28 committed -
Additional IV fix. Trim sign bit from BigInteger.toByteArray() output, if it creates a 17th byte for it. #145
Andrey Udovenko committed
-
- 18 Nov, 2014 11 commits
-
-
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 -
Andrey Udovenko committed
-
Andrey Udovenko committed
-
Andrey Udovenko committed
-
AudioTrack contains the portions of MediaCodecAudioTrackRenderer that handle the platform AudioTrack instance, including synchronization (playback position smoothing), non-blocking writes and releasing. This refactoring should not affect the behavior of audio playback, and is in preparation for adding an Ac3PassthroughAudioTrackRenderer that will use the AudioTrack.
Oliver Woodman committed -
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Remove implicit back-reference from playback thread to player.
Oliver Woodman committed -
Passing uncropped dimensions to certain decoders will make them output frames without proper cropping set. Signed-off-by: Jonas Larsson <jonas@hallerud.se>
Jonas Larsson committed
-
- 14 Nov, 2014 4 commits
-
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
- 13 Nov, 2014 11 commits
-
-
Oliver Woodman committed
-
Oliver Woodman committed
-
dev -> dev-hls
ojw28 committed -
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
- 10 Nov, 2014 2 commits
- 06 Nov, 2014 1 commit
-
-
dev -> dev-l
ojw28 committed
-