media/extensions/av1/src/main
vigneshv ba58a5217d Add ReleaseInputBuffer callback
The release_input_buffer callback will be called when the library
is done consuming an "input buffer". The buffer passed into
EnqueueFrame must be kept valid until this callback is called. If
frame parallel is false, then this callback can be nullptr (in
this case the buffer has to be kept valid until the next call to
DequeueFrame). If frame parallel is true, this callback cannot be
nullptr.

PiperOrigin-RevId: 296276083
2020-02-25 21:22:56 +00:00
..
java/com/google/android/exoplayer2/ext/av1 Keep method signature together when overriding 2020-02-25 21:22:10 +00:00
jni Add ReleaseInputBuffer callback 2020-02-25 21:22:56 +00:00
AndroidManifest.xml Add test AV1 video to demo app 2019-10-10 14:44:20 +01:00