[mythtv-commits] Ticket #13223: ffmpeg 3.4 and VDPAU problem with some h264 videos

MythTV noreply at mythtv.org
Wed Jun 24 15:33:12 UTC 2020


#13223: ffmpeg 3.4 and VDPAU problem with some h264 videos
-------------------------------------+-------------------------------
 Reporter:  Peter Bennett            |          Owner:  Peter Bennett
     Type:  Bug Report - General     |         Status:  closed
 Priority:  minor                    |      Milestone:  31.0
Component:  MythTV - Video Playback  |        Version:  Master Head
 Severity:  medium                   |     Resolution:  Fixed
 Keywords:                           |  Ticket locked:  0
-------------------------------------+-------------------------------

Comment (by Mark Kendall):

 Replying to [comment:54 tlathm]:
 > Replying to [comment:51 mark-kendall]:
 >
 >
 > Maybe you could clarify something about the above changes: Version 30
 did in fact include changes that replaced the old avcodec_decode_video2
 with the two calls including avcodec_send_packet. I thought that the
 former (avcodec_decode_video2) in fact was the old deprecated API you're
 saying was in v30(?). Are the above changes in V31/master something else
 over and above that? Thanks!

 The avcodec_decode_video2 change is not the API change I was referring to.

 Previously FFmpeg's hardware acceleration was based around the use of
 AVCodecContext->hwaccel_context

 This was replaced some time ago with the use of either
 AVCodecContext->hw_device_ctx or AVCodecContext->hw_frames_ctx.

 The newer API is much more extensive and requires very different handling.

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


More information about the mythtv-commits mailing list