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
..
2021-05-10 23:41:50 +01:00
2021-08-26 11:03:40 +01:00
2021-08-27 16:43:21 +01:00
2021-08-19 10:42:56 +01:00
2021-08-12 16:31:51 +01:00
2021-08-19 10:42:56 +01:00
2021-08-25 10:58:20 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.