linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH v0 0/5] wave5 codec driver
@ 2024-01-31  1:30 jackson.lee
  2024-01-31  1:30 ` [RESEND PATCH v0 1/5] wave5 : Support yuv422 input format for encoder jackson.lee
                   ` (5 more replies)
  0 siblings, 6 replies; 35+ messages in thread
From: jackson.lee @ 2024-01-31  1:30 UTC (permalink / raw)
  To: mchehab, linux-media, linux-kernel, nas.chung
  Cc: jackson.lee, lafley.kim, b-brnich

The wave5 codec driver is a stateful encoder/decoder.
The following patches is for supporting yuv422 inpuy format, supporting
runtime suspend/resume feature and extra things.

jackson.lee (5):
  wave5 : Support yuv422 input format for encoder.
  wave5: Support to prepend sps/pps to IDR frame.
  wave5 : Support runtime suspend/resume.
  wave5: Use the bitstream buffer size from host.
  wave5 : Fixed the wrong buffer size formula.

 .../platform/chips-media/wave5/wave5-hw.c     |  11 +-
 .../chips-media/wave5/wave5-vpu-dec.c         |  86 ++++------
 .../chips-media/wave5/wave5-vpu-enc.c         | 159 +++++++++++++++---
 .../platform/chips-media/wave5/wave5-vpu.c    |  68 ++++++++
 .../platform/chips-media/wave5/wave5-vpuapi.c |   7 +
 .../platform/chips-media/wave5/wave5-vpuapi.h |   1 +
 .../media/platform/chips-media/wave5/wave5.h  |   3 +
 7 files changed, 255 insertions(+), 80 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-03-05  0:54 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-31  1:30 [RESEND PATCH v0 0/5] wave5 codec driver jackson.lee
2024-01-31  1:30 ` [RESEND PATCH v0 1/5] wave5 : Support yuv422 input format for encoder jackson.lee
2024-02-07 17:55   ` Nicolas Dufresne
2024-02-08  9:42     ` Sebastian Fricke
2024-02-16  6:48     ` jackson.lee
2024-01-31  1:30 ` [RESEND PATCH v0 2/5] wave5: Support to prepend sps/pps to IDR frame jackson.lee
2024-02-07 18:00   ` Nicolas Dufresne
2024-02-08 10:01     ` Sebastian Fricke
2024-02-16  7:12       ` jackson.lee
2024-01-31  1:30 ` [RESEND PATCH v0 3/5] wave5 : Support runtime suspend/resume jackson.lee
2024-02-07 18:29   ` Nicolas Dufresne
2024-02-19  4:04     ` jackson.lee
2024-02-19 21:20       ` Nicolas Dufresne
2024-02-20  5:12         ` jackson.lee
2024-02-20 19:06           ` Nicolas Dufresne
2024-02-21  2:27             ` jackson.lee
2024-02-21 15:26               ` Nicolas Dufresne
2024-02-22  1:36                 ` jackson.lee
2024-02-22  3:57                   ` jackson.lee
2024-02-22 20:55                     ` Nicolas Dufresne
2024-02-23  1:06                       ` jackson.lee
2024-02-23 15:16                         ` Nicolas Dufresne
2024-02-23 18:05                         ` Nicolas Dufresne
2024-02-23 18:09                     ` Nicolas Dufresne
2024-02-26  0:56                       ` jackson.lee
2024-02-26  1:33                       ` jackson.lee
2024-03-04 14:12                         ` Nicolas Dufresne
2024-03-05  0:54                           ` jackson.lee
2024-02-22 20:42                   ` Nicolas Dufresne
2024-01-31  1:30 ` [RESEND PATCH v0 4/5] wave5: Use the bitstream buffer size from host jackson.lee
2024-01-31 17:36   ` Andrew Davis
2024-02-02  1:55     ` jackson.lee
2024-01-31  1:30 ` [RESEND PATCH v0 5/5] wave5 : Fixed the wrong buffer size formula jackson.lee
2024-02-07 18:31   ` Nicolas Dufresne
2024-02-08 10:36 ` [RESEND PATCH v0 0/5] wave5 codec driver Sebastian Fricke

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).