All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Cc: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>,
	Chen-Yu Tsai <wens@csie.org>
Subject: [GIT PULL FOR v5.18] hantro: jpeg: Various improvements
Date: Sat, 22 Jan 2022 09:19:12 +0100	[thread overview]
Message-ID: <76d19a65-7ca0-092d-2e50-f1ee9cf4cd54@xs4all.nl> (raw)

The following changes since commit 5da908b7af4c3ebd6748069d7223dc7a1a98d834:

  media: stm32: dcmi: create a dma scatterlist based on DMA max_sg_burst value (2022-01-14 09:48:46 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.18h

for you to fetch changes up to b64388c09c2cbee4b2a1d70a8aecb7ae2f33041d:

  media: hantro: jpeg: Remove open-coded size in quantization table code (2022-01-20 15:18:23 +0100)

----------------------------------------------------------------
Tag branch

----------------------------------------------------------------
Chen-Yu Tsai (7):
      media: hantro: Fix overfill bottom register field name
      media: hantro: Support cropping visible area for encoders
      media: hantro: jpeg: Add JFIF APP0 segment to JPEG encoder output
      media: hantro: jpeg: Add COM segment to JPEG header to align image scan
      media: hantro: Implement V4L2_CID_JPEG_ACTIVE_MARKER control
      media: hantro: output encoded JPEG content directly to capture buffers
      media: hantro: jpeg: Remove open-coded size in quantization table code

 drivers/staging/media/hantro/TODO                        |  7 ------
 drivers/staging/media/hantro/hantro.h                    |  1 -
 drivers/staging/media/hantro/hantro_drv.c                | 41 ++++++++++++++++++++----------
 drivers/staging/media/hantro/hantro_h1_jpeg_enc.c        | 41 ++++++++++++++++++------------
 drivers/staging/media/hantro/hantro_h1_regs.h            |  2 +-
 drivers/staging/media/hantro/hantro_hw.h                 | 11 --------
 drivers/staging/media/hantro/hantro_jpeg.c               | 86 ++++++++++++++++++++++++++++++++++-----------------------------
 drivers/staging/media/hantro/hantro_jpeg.h               |  2 +-
 drivers/staging/media/hantro/hantro_v4l2.c               | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/staging/media/hantro/rockchip_vpu2_hw_jpeg_enc.c | 44 +++++++++++++++++++-------------
 drivers/staging/media/hantro/rockchip_vpu_hw.c           |  6 -----
 11 files changed, 204 insertions(+), 114 deletions(-)

             reply	other threads:[~2022-01-22  8:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-22  8:19 Hans Verkuil [this message]
2022-01-22  8:49 ` [GIT PULL FOR v5.18] hantro: jpeg: Various improvements (#80203) Jenkins

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=76d19a65-7ca0-092d-2e50-f1ee9cf4cd54@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=ezequiel@vanguardiasur.com.ar \
    --cc=linux-media@vger.kernel.org \
    --cc=wens@csie.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.