[mythtv-commits] [MythTV/mythtv] 1a34be: MediaCodec: Fix crash on exit when using Surface

Mark Kendall noreply at github.com
Wed Mar 6 16:46:27 UTC 2019


  Branch: refs/heads/devel/2019-render
  Home:   https://github.com/MythTV/mythtv
  Commit: 1a34bea3fc590f5182f09baba0005dfc989e8f95
      https://github.com/MythTV/mythtv/commit/1a34bea3fc590f5182f09baba0005dfc989e8f95
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-03-06 (Wed, 06 Mar 2019)

  Changed paths:
    M mythtv/libs/libmythtv/mythavutil.cpp

  Log Message:
  -----------
  MediaCodec: Fix crash on exit when using Surface

- the decoder may have unreleased output buffers that reference the
output Surface. Flush them before closing and hence before the surface
is released.


  Commit: 3c57a6ad40da8fa847ed5b3425c1154d21ba2e43
      https://github.com/MythTV/mythtv/commit/3c57a6ad40da8fa847ed5b3425c1154d21ba2e43
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-03-06 (Wed, 06 Mar 2019)

  Changed paths:
    M mythtv/libs/libmythtv/avformatdecoder.cpp

  Log Message:
  -----------
  MediaCodec: Fix jittery playback

- needs frame timing as for regular mediacodec-dec playback


Compare: https://github.com/MythTV/mythtv/compare/ecd926ff3cce...3c57a6ad40da


More information about the mythtv-commits mailing list