media/extensions/ffmpeg/src/main
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
..
java/com/google/android/exoplayer2/ext/ffmpeg FFmpeg extension: Correctly pad input buffers 2020-05-14 22:20:55 +01:00
jni FFmpeg extension: Correctly pad input buffers 2020-05-14 22:20:55 +01:00
AndroidManifest.xml Finalize v2 directory + package name 2016-07-08 12:12:09 +01:00