media/libraries/decoder
tonihei fb982c2d54 Don't enforce SimpleDecoder skipping for samples before start time
We currently enforce the skipping if the sample has a timestamp less
than the start time. While this may be the default desired behavior
for most implementations, it prevents an implementation from outputting
a sample with such a timestamp.

This change updates the logic to pre-fill the shouldBeSkipped flag
based on the input timestamp, and only check this flag on the output
buffer. None of the implementations in our library change timestamps
of samples, so this is equivalent to the previous code.

PiperOrigin-RevId: 629708873
2024-05-01 06:42:36 -07:00
..
src Don't enforce SimpleDecoder skipping for samples before start time 2024-05-01 06:42:36 -07:00
build.gradle Remove exoplayer2-only javadoc machinery from media3 2023-06-05 09:47:58 +00:00
README.md Fix javadoc links in media README files 2023-03-30 17:26:40 +00:00

Decoder module

Provides a decoder abstraction. Application code will not normally need to depend on this module directly.