This patches make working the pending series:
"[PATCH v4 0/6] nouveau: add support for vaapi"

When comparing bsp_bo nouveau_bo content between vaapi
and vdpau I found that the h264 case was completely missing
parsing of reference frames info in st/va.

Note that for patch 3/4 I am not sure for h265 case.
Note that for patch 4/4 I am not sure which solution
to take, 1 or 2. But both are working.

Tested on clips available here: http://www.h264info.com/clips.html

Julien Isorce (4):
  nouveau: move interlaced assert down in
    nouveau_vp3_video_buffer_create
  st/va: add missing profiles in PipeToProfile's switch.
  st/va: properly set max number of reference frames
  st/va: also retrieve reference frames info for h264

 src/gallium/drivers/nouveau/nouveau_vp3_video.c |  2 +-
 src/gallium/state_trackers/va/context.c         | 10 +++-
 src/gallium/state_trackers/va/picture.c         | 77 +++++++++++++++++++++++++
 src/gallium/state_trackers/va/va_private.h      |  7 +++
 4 files changed, 92 insertions(+), 4 deletions(-)

-- 
1.9.1

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to