[mythtv-commits] Ticket #13230: Android green line when watching certain videos

MythTV noreply at mythtv.org
Wed Feb 28 22:22:04 UTC 2018


#13230: Android green line when watching certain videos
----------------------------------+-----------------------------
 Reporter:  pbennett              |          Owner:  pbennett
     Type:  Bug Report - General  |         Status:  accepted
 Priority:  minor                 |      Milestone:  30.0
Component:  Ports - Android       |        Version:  Master Head
 Severity:  medium                |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+-----------------------------
Changes (by pbennett):

 * status:  new => accepted


Old description:

> When watching videos that are resized there is a green line along the
> botton and right of the picture.
>
> The green line only occurs if it is using texture format YV12. There are
> two texture formats used for most systems - YV12 and UYVY. The logic for
> choosing which to use is rather obscure. It is choosing UYVU on regular
> Linux and choosing YV12 on Android. Testing shows that both formats work
> for Linux as well as for Android, but YV12 is causing the green line on
> Android.
>
> Changing to use UYVU on Android solves the problem in most cases.
> However, watching interlaced SD content shows the problem again at the
> bottom of the screen, even using UYVY.
>
> There seems to be a problem with resizing and deinterlacing.

New description:

 When watching videos that are resized there is a green line along the
 botton and right of the picture.

 The green line only occurs if it is using texture format YV12. There are
 two texture formats used for most systems - YV12 and UYVY. The logic for
 choosing which to use is rather obscure. It is choosing UYVY on regular
 Linux and choosing YV12 on Android. Testing shows that both formats work
 for Linux as well as for Android, but YV12 is causing the green line on
 Android.

 Changing to use UYVY on Android solves the problem in most cases. However,
 watching interlaced SD content shows the problem again at the bottom of
 the screen, even using UYVY.

 There seems to be a problem with resizing and deinterlacing.

--

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13230#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list