[FFmpeg-devel] [PATCH 1/2] avcodec/mediacodec add vp9 encoder using mediacodec
Zhao Zhili
quinkblack at foxmail.com
Sun Apr 2 10:37:46 EEST 2023
On Tue, 2023-03-28 at 16:43 +0800, zhilizhao(赵志立) wrote:
>
> > On Mar 27, 2023, at 23:21, Samuel Raposo Vieira Mira <samuel.mira at qt.io> wrote:
> >
> > The only encoders avaliable using mediacodec were h264 and hevc. This
> > patch adds the vp9 encoder.
> >
> > Signed-off-by: Samuel Mira <samuel.mira at qt.io<mailto:samuel.mira at qt.io>>
> > ---
> > configure | 3 ++
> > libavcodec/Makefile | 1 +
> > libavcodec/allcodecs.c | 1 +
> > libavcodec/mediacodec_wrapper.c | 24 +++++++++++++
> > libavcodec/mediacodecenc.c | 61 +++++++++++++++++++++++++++++++++
> > 5 files changed, 90 insertions(+)
>
> This patch set LGTM. There is a warning on the patch subject:
>
> > The first line of the commit message must start with a context terminated by a colon and a space, for example "lavu/opt: " or "doc: “.
>
> https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=8627
>
> I can fix it before push. Will do more test and apply in this week.
Pushed with version bump.
More information about the ffmpeg-devel
mailing list