Re: [FFmpeg-devel] [PATCH v3] avcodec: add Mediacodec audio decoders support

2024-08-29 Thread Zhao Zhili
> On Aug 26, 2024, at 20:54, Matthieu Bouron wrote: > > --- > > Diff with v2: > - Dropped flac/vorbis/opus support LGTM. > > --- > configure | 8 + > libavcodec/Makefile | 4 + > libavcodec/allcodecs.c| 4 + > libavcodec/mediacodecdec.c

[FFmpeg-devel] [PATCH v3] avcodec: add Mediacodec audio decoders support

2024-08-26 Thread Matthieu Bouron
--- Diff with v2: - Dropped flac/vorbis/opus support --- configure | 8 + libavcodec/Makefile | 4 + libavcodec/allcodecs.c| 4 + libavcodec/mediacodecdec.c| 102 - libavcodec/mediacodecdec_common.c | 333 +++