public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
To: unlisted-recipients:; (no To-header on input)
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
	"Daniel W. S. Almeida" <dwlsalmeida@gmail.com>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	linux-kernel@vger.kernel.org, linux-media@vger.kernel.org
Subject: [PATCH 0/9] vidtv: fix several things on it
Date: Mon, 21 Sep 2020 13:43:37 +0200	[thread overview]
Message-ID: <cover.1600688419.git.mchehab+huawei@kernel.org> (raw)

There are still several issues at vidtv driver. This series address
the ones I found so far.

After this series, the generated TS output can now be decoded
by Kaffeine, and probably by other DVB players.

There is still something weird there, though: after playing some
notes, there's a long silence that happens only when played with
VLC.  I suspect that the package times are not ok yet, but further
investigation is required.

Mauro Carvalho Chehab (9):
  media: vidtv: simplify PCR logic to get jiffies
  media: vidtv: remove more ENDIAN_BITFIELD nonsense
  media: vidtv: fix initialization of the network_id field at SDT
  media: vidtv: cleanup PSI version numbers
  media: vidtv: cleanup SDT string identifiers
  media: vidtv: fix a typo
  media: vidtv: simplify parameters for vidtv_pes_write_stuffing()
  media: vidtv: rewrite the adaption field logic
  media: vidtv: fix decoding with gstreamer and Vlc

 .../media/test-drivers/vidtv/vidtv_channel.c  |   7 +-
 drivers/media/test-drivers/vidtv/vidtv_mux.c  |   8 +-
 drivers/media/test-drivers/vidtv/vidtv_pes.c  | 216 +++++++++++-------
 drivers/media/test-drivers/vidtv/vidtv_pes.h  |   4 +-
 drivers/media/test-drivers/vidtv/vidtv_psi.c  |  18 +-
 drivers/media/test-drivers/vidtv/vidtv_psi.h  |   8 -
 drivers/media/test-drivers/vidtv/vidtv_ts.h   |  13 --
 7 files changed, 153 insertions(+), 121 deletions(-)

-- 
2.26.2



             reply	other threads:[~2020-09-21 11:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-21 11:43 Mauro Carvalho Chehab [this message]
2020-09-21 11:43 ` [PATCH 1/9] media: vidtv: simplify PCR logic to get jiffies Mauro Carvalho Chehab
2020-09-21 11:43 ` [PATCH 2/9] media: vidtv: remove more ENDIAN_BITFIELD nonsense Mauro Carvalho Chehab
2020-09-21 11:43 ` [PATCH 3/9] media: vidtv: fix initialization of the network_id field at SDT Mauro Carvalho Chehab
2020-09-21 11:43 ` [PATCH 4/9] media: vidtv: cleanup PSI version numbers Mauro Carvalho Chehab
2020-09-21 11:43 ` [PATCH 5/9] media: vidtv: cleanup SDT string identifiers Mauro Carvalho Chehab
2020-09-21 11:43 ` [PATCH 6/9] media: vidtv: fix a typo Mauro Carvalho Chehab
2020-09-21 11:43 ` [PATCH 7/9] media: vidtv: simplify parameters for vidtv_pes_write_stuffing() Mauro Carvalho Chehab
2020-09-21 11:43 ` [PATCH 8/9] media: vidtv: rewrite the adaption field logic Mauro Carvalho Chehab
2020-09-21 11:43 ` [PATCH 9/9] media: vidtv: fix decoding with gstreamer and Vlc Mauro Carvalho Chehab

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=cover.1600688419.git.mchehab+huawei@kernel.org \
    --to=mchehab+huawei@kernel.org \
    --cc=dwlsalmeida@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox