media/extensions/ffmpeg/src/main/jni
olly 0d22d02df5 FFmpeg extension: Correctly pad input buffers
FFmpeg requires input buffers to be sized larger than the size
of the data they contain. This is to allow optimized decoder
implementations that read data in fixed size chunks, without
the risk of such decoders reading beyond the end of the buffer.

Issue: #2159
PiperOrigin-RevId: 310946866
2020-05-14 22:20:55 +01:00
..
Android.mk Merge pull request #6999 from xufuji456:dev-v2 2020-03-10 10:17:13 +00:00
Application.mk Update audio extension build configurations 2019-11-05 16:16:38 +00:00
build_ffmpeg.sh Split fetching FFmpeg from build_ffmpeg.sh 2020-05-14 22:20:36 +01:00
ffmpeg_jni.cc FFmpeg extension: Correctly pad input buffers 2020-05-14 22:20:55 +01:00