media/libraries/test_data/src/test/assets
sheenachhabra 1609928242 Throw exception when B-frames are written to Mp4Muxer
Mp4Muxer does not support out of order B-frames. Currently it
silently writes out of order B-frames, producing an invalid file (with
negative sample durations).

Although `Mp4Extractor` is somehow able to process this invalid file and
`Exoplayer` is able to play it but that is unexpected.

The `sample.mp4` test file contains B frames. Other test files does not
contain `H264 video + AAC audio` format hence created a new test file by
running `sample.mp4` via `Transformer` after applying some effects.

PiperOrigin-RevId: 594016144
2023-12-27 08:32:36 -08:00
..
audiosinkdumps Use platform constants for PCM 24/32 bit encoding 2023-12-20 08:16:35 -08:00
extractordumps Merge pull request #864 from v-novaltd:dsparano-exo129_2 2023-12-12 09:37:41 -08:00
media Throw exception when B-frames are written to Mp4Muxer 2023-12-27 08:32:36 -08:00
muxerdumps Throw exception when B-frames are written to Mp4Muxer 2023-12-27 08:32:36 -08:00
playbackdumps Fix HLS CEA-608 when parsing during extraction 2023-12-20 08:52:39 -08:00
transformerdumps Throw exception when B-frames are written to Mp4Muxer 2023-12-27 08:32:36 -08:00