media/library/core/src
claincly 58e5ed0afb Fix transcoding drops a few frames.
In the old version, the transcoder uses decoder.isEnded() alone as the criteria
to stop the encoding/muxing process. It's rectified to:

- On decoder ending, signal the encoder of EOS after writing all decoded frames to it.
- On encoder ending, write end track to muxer.

PiperOrigin-RevId: 393322114
2021-08-27 16:43:21 +01:00
..
androidTest Remove usages of deprecated SimpleExoPlayer.Builder 2021-08-11 17:34:19 +01:00
main Fix transcoding drops a few frames. 2021-08-27 16:43:21 +01:00
test Enforce valid key responses in FakeExoMediaDrm 2021-08-27 16:39:47 +01:00