media/libraries/decoder
Alexey Rochev adee4626d3 ffmpeg: reallocate output buffer dynamically
With FFmpeg we can't determine size of output buffer ahead of time for all codecs,
so we need to reallocate it when needed instead of simply failing.
2023-10-31 12:25:32 +00:00
..
src ffmpeg: reallocate output buffer dynamically 2023-10-31 12:25:32 +00: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.