linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] media: mtk-vcodec: few fixes
@ 2021-10-22 15:04 Dafna Hirschfeld
  2021-10-22 15:04 ` [PATCH 1/3] media: mtk-vcodec: enc: add vp8 profile ctrl Dafna Hirschfeld
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Dafna Hirschfeld @ 2021-10-22 15:04 UTC (permalink / raw)
  To: linux-media
  Cc: Dafna Hirschfeld, kernel, acourbot, andrew-ct.chen, courbot,
	dafna3, eizan, houlong.wei, hsinyi, hverkuil, irui.wang,
	linux-kernel, linux-mediatek, maoguang.meng, matthias.bgg,
	mchehab, minghsiu.tsai, tfiga, tiffany.lin

3 fixes to mtk-vcodec

1. we found out that the vp8 encoder
should support the vp8 profile ctrl for the gstreamer to work
2. some bug fix related the streaming start/stop
3. some cleanup

Dafna Hirschfeld (3):
  media: mtk-vcodec: enc: add vp8 profile ctrl
  media: mtk-vcodec: enc: use "stream_started" flag for
    "stop/start_streaming"
  meida: mtk-vcodec: remove unused func parameter

 .../media/platform/mtk-vcodec/mtk_vcodec_drv.h |  4 ++++
 .../media/platform/mtk-vcodec/mtk_vcodec_enc.c | 18 ++++++++++++++++++
 .../platform/mtk-vcodec/venc/venc_h264_if.c    |  9 +++------
 .../platform/mtk-vcodec/venc/venc_vp8_if.c     |  3 +--
 .../media/platform/mtk-vcodec/venc_vpu_if.c    |  1 -
 .../media/platform/mtk-vcodec/venc_vpu_if.h    |  1 -
 6 files changed, 26 insertions(+), 10 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-11-15 13:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-22 15:04 [PATCH 0/3] media: mtk-vcodec: few fixes Dafna Hirschfeld
2021-10-22 15:04 ` [PATCH 1/3] media: mtk-vcodec: enc: add vp8 profile ctrl Dafna Hirschfeld
2021-10-28 14:18   ` Nicolas Dufresne
2021-10-22 15:04 ` [PATCH 2/3] media: mtk-vcodec: enc: use "stream_started" flag for "stop/start_streaming" Dafna Hirschfeld
2021-11-15 13:45   ` Hans Verkuil
2021-10-22 15:04 ` [PATCH 3/3] meida: mtk-vcodec: remove unused func parameter Dafna Hirschfeld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).