From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 110616] vce module in h264 encode
Date: Mon, 06 May 2019 05:53:00 +0000
Message-ID:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1001860626=="
Return-path:
Received: from culpepper.freedesktop.org (culpepper.freedesktop.org
[131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 8DF538920F
for ; Mon, 6 May 2019 05:53:00 +0000 (UTC)
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1001860626==
Content-Type: multipart/alternative; boundary="15571219800.aE88.26404"
Content-Transfer-Encoding: 7bit
--15571219800.aE88.26404
Date: Mon, 6 May 2019 05:53:00 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
https://bugs.freedesktop.org/show_bug.cgi?id=3D110616
Bug ID: 110616
Summary: vce module in h264 encode
Product: DRI
Version: DRI git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: DRM/Radeon
Assignee: dri-devel@lists.freedesktop.org
Reporter: baopeng88_com@163.com
We have a playback problem in the vce module of the amd graphics card, when
using libva for h264 encoding, the field of pic_order_cnt_type in sps suppo=
rts
other options besides 0? Includes 1 or 2 and so on.
Pic_order_cnt_type specifies the encoding method for poc (picture ord=
er
count), and poc identifies the playback order of the images. The poc can be
calculated from the frame-num through the mapping relationship, or it can be
explicitly transmitted by the encoder.
When pic_order_cnt_type =3D 2, the POC calculation method relies on t=
he
least extra parameters (can save the number of bits in the slice header), a=
nd
it can only get the serial number of the top and bottom fields according to
frame_num. We need to play it quickly in this way.
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--15571219800.aE88.26404
Date: Mon, 6 May 2019 05:53:00 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
| Bug ID |
110616
|
| Summary |
vce module in h264 encode
|
| Product |
DRI
|
| Version |
DRI git
|
| Hardware |
Other
|
| OS |
All
|
| Status |
NEW
|
| Severity |
normal
|
| Priority |
medium
|
| Component |
DRM/Radeon
|
| Assignee |
dri-devel@lists.freedesktop.org
|
| Reporter |
baopeng88_com@163.com
|
We have a playback problem in the vce module of the amd graphi=
cs card, when
using libva for h264 encoding, the field of pic_order_cnt_type in sps suppo=
rts
other options besides 0? Includes 1 or 2 and so on.
Pic_order_cnt_type specifies the encoding method for poc (picture ord=
er
count), and poc identifies the playback order of the images. The poc can be
calculated from the frame-num through the mapping relationship, or it can be
explicitly transmitted by the encoder.
When pic_order_cnt_type =3D 2, the POC calculation method relies on t=
he
least extra parameters (can save the number of bits in the slice header), a=
nd
it can only get the serial number of the top and bottom fields according to
frame_num. We need to play it quickly in this way.
You are receiving this mail because:
- You are the assignee for the bug.
=
--15571219800.aE88.26404--
--===============1001860626==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz
dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs
--===============1001860626==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 110616] vce module in h264 encode
Date: Mon, 06 May 2019 08:57:52 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1250856461=="
Return-path:
Received: from culpepper.freedesktop.org (culpepper.freedesktop.org
[131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id ED6B1897CD
for ; Mon, 6 May 2019 08:57:51 +0000 (UTC)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1250856461==
Content-Type: multipart/alternative; boundary="15571330711.4d46e.21987"
Content-Transfer-Encoding: 7bit
--15571330711.4d46e.21987
Date: Mon, 6 May 2019 08:57:51 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
https://bugs.freedesktop.org/show_bug.cgi?id=3D110616
--- Comment #1 from Michel D=C3=A4nzer ---
Please attach the corresponding output of dmesg and vainfo.
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--15571330711.4d46e.21987
Date: Mon, 6 May 2019 08:57:51 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
You are receiving this mail because:
- You are the assignee for the bug.
=
--15571330711.4d46e.21987--
--===============1250856461==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz
dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs
--===============1250856461==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 110616] vce module in h264 encode
Date: Mon, 06 May 2019 09:10:57 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2066754266=="
Return-path:
Received: from culpepper.freedesktop.org (culpepper.freedesktop.org
[131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id C7552890EA
for ; Mon, 6 May 2019 09:10:56 +0000 (UTC)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============2066754266==
Content-Type: multipart/alternative; boundary="15571338560.DF8A9.24262"
Content-Transfer-Encoding: 7bit
--15571338560.DF8A9.24262
Date: Mon, 6 May 2019 09:10:56 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
https://bugs.freedesktop.org/show_bug.cgi?id=3D110616
--- Comment #2 from baopeng ---
(In reply to Michel D=C3=A4nzer from comment #1)
> Please attach the corresponding output of dmesg and vainfo.
It doesn't matter with dmesg and vainfo ?=20
Dmesg and vainfo can't see anything
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--15571338560.DF8A9.24262
Date: Mon, 6 May 2019 09:10:56 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
Commen=
t # 2
on bug 11061=
6
from baopeng
(In reply to Michel D=C3=A4nzer from comment #1)
> Please attach the corresponding output of dmesg =
and vainfo.
It doesn't matter with dmesg and vainfo ?=20
Dmesg and vainfo can't see anything
You are receiving this mail because:
- You are the assignee for the bug.
=
--15571338560.DF8A9.24262--
--===============2066754266==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz
dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs
--===============2066754266==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 110616] vce module in h264 encode
Date: Mon, 06 May 2019 09:14:22 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0197199351=="
Return-path:
Received: from culpepper.freedesktop.org (culpepper.freedesktop.org
[IPv6:2610:10:20:722:a800:ff:fe98:4b55])
by gabe.freedesktop.org (Postfix) with ESMTP id E983E89815
for ; Mon, 6 May 2019 09:14:21 +0000 (UTC)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0197199351==
Content-Type: multipart/alternative; boundary="15571340611.04755Fc9.24333"
Content-Transfer-Encoding: 7bit
--15571340611.04755Fc9.24333
Date: Mon, 6 May 2019 09:14:21 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
https://bugs.freedesktop.org/show_bug.cgi?id=3D110616
Michel D=C3=A4nzer changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
--- Comment #3 from Michel D=C3=A4nzer ---
We need the information printed by dmesg and vainfo, otherwise we cannot he=
lp
you.
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--15571340611.04755Fc9.24333
Date: Mon, 6 May 2019 09:14:21 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
=
Michel D=C3=A4nzer
changed
bug 11061=
6
| What |
Removed |
Added |
| Status |
NEW
|
NEEDINFO
|
You are receiving this mail because:
- You are the assignee for the bug.
=
--15571340611.04755Fc9.24333--
--===============0197199351==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz
dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs
--===============0197199351==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 110616] vce module in h264 encode
Date: Fri, 24 May 2019 07:40:53 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2043438229=="
Return-path:
Received: from culpepper.freedesktop.org (culpepper.freedesktop.org
[131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 37CFD6E098
for ; Fri, 24 May 2019 07:40:53 +0000 (UTC)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============2043438229==
Content-Type: multipart/alternative; boundary="15586836531.d59521E.19719"
Content-Transfer-Encoding: 7bit
--15586836531.d59521E.19719
Date: Fri, 24 May 2019 07:40:53 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
https://bugs.freedesktop.org/show_bug.cgi?id=3D110616
Andre Klapper changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WORKSFORME
Status|NEEDINFO |RESOLVED
--- Comment #4 from Andre Klapper ---
No reply by the reporter, hence closing.
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--15586836531.d59521E.19719
Date: Fri, 24 May 2019 07:40:53 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
Andre Klapper
changed
bug 11061=
6
| What |
Removed |
Added |
| Resolution |
---
|
WORKSFORME
|
| Status |
NEEDINFO
|
RESOLVED
|
You are receiving this mail because:
- You are the assignee for the bug.
=
--15586836531.d59521E.19719--
--===============2043438229==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz
dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs
--===============2043438229==--