Activity log for bug #1287326

Date Who What changed Old value New value Message
2014-03-03 19:21:40 Peter Frühberger bug added bug
2014-03-03 19:21:40 Peter Frühberger attachment added 0001-st-vdpau-add-support-for-DEINTERLACE_TEMPORAL.patch https://bugs.launchpad.net/bugs/1287326/+attachment/4005494/+files/0001-st-vdpau-add-support-for-DEINTERLACE_TEMPORAL.patch
2014-03-03 19:22:23 Peter Frühberger attachment added 0002-vl-add-motion-adaptive-deinterlacer.patch https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1287326/+attachment/4005496/+files/0002-vl-add-motion-adaptive-deinterlacer.patch
2014-03-03 19:22:38 Peter Frühberger attachment added 0003-st-vdpau-fix-possible-NULL-dereference.patch https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1287326/+attachment/4005497/+files/0003-st-vdpau-fix-possible-NULL-dereference.patch
2014-03-03 19:22:50 Peter Frühberger attachment added 0004-NV_vdpau_interop-fix-IsSurfaceNV-return-type.patch https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1287326/+attachment/4005498/+files/0004-NV_vdpau_interop-fix-IsSurfaceNV-return-type.patch
2014-03-03 20:22:43 Ubuntu Foundations Team Bug Bot tags deinterlacer temporal vdpau deinterlacer patch temporal vdpau
2014-03-03 20:22:51 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Review Team
2014-03-04 08:02:35 Maarten Lankhorst bug added subscriber Ubuntu Release Team
2014-03-04 08:03:29 Maarten Lankhorst summary FFe Include Temporal Deinterlacer into libvdpau1-drivers-mesa [FFe] Include Temporal Deinterlacer into libvdpau1-drivers-mesa
2014-03-04 09:23:35 Peter Frühberger description Beginning with Ubuntu 14.04 mesa will be shipping with vdpau drivers that can be used by e.g. radeon / radeonsi OSS drivers. This allows low power systems, like AMD E350, Kabini and so on to playback Full HD h264, vc1, mpeg4 and mpeg2 videos. Sady the wolrd is not only progressive. LiveTV is most of the time broadcasted as 1080i h264 or 576i mpeg2, which means, that it has to be deinterlaced after decoding. In current mesa vdpau (as is in 10.1) code only simple Bobbing [a] is implemented. This low quality method produces one full frame out of every field. This introduces flickering first and last line, when not taking care to cut those correctly. Grigori Goronzy (zgreg) has developed a high quality / state of the art Temporal deinterlacer [1][a] for mesa, which introduces far better quality than simple bobbing would do. This deinterlacer was already included into mesa master and was furthermore tested since more than 4 months via a special ppa in combination with xbmc [2]. This ppa was used by some thousand unique people. We would really like to see this deinterlacer in Ubuntu 14.04. This would make the new version a great basis for every htpc out there. I will attach the current patches, fetched via git format-patch out of mesa git tree. [a] http://en.wikipedia.org/wiki/Deinterlacing (Motion Adaptive vs. Bobbing) [1] Original Patch: http://anzwix.com/a/Mesa/StvdpauAddSupportForDEINTERLACETEMPORAL [2] http://forum.xbmc.org/showthread.php?tid=174854 Beginning with Ubuntu 14.04 mesa will be shipping with vdpau drivers that can be used by e.g. radeon / radeonsi OSS drivers. This allows low power systems, like AMD E350, Kabini and so on to playback Full HD h264, vc1, mpeg4 and mpeg2 videos. Sadly the wolrd is not only progressive. LiveTV is most of the time broadcasted as 1080i h264 or 576i mpeg2, which means, that it has to be deinterlaced after decoding. In current mesa vdpau (as is in 10.1) code only simple Bobbing [a] is implemented. This low quality method produces one full frame out of every field. This introduces flickering first and last line, when not taking care to cut those correctly. Grigori Goronzy (zgreg) has developed a high quality / state of the art Temporal deinterlacer [1][a] for mesa, which introduces far better quality than simple bobbing would do. This deinterlacer was already included into mesa master and was furthermore tested since more than 4 months via a special ppa in combination with xbmc [2]. This ppa was used by some thousand unique people. We would really like to see this deinterlacer in Ubuntu 14.04. This would make the new version a great basis for every htpc out there. I will attach the current patches, fetched via git format-patch out of mesa git tree. [a] http://en.wikipedia.org/wiki/Deinterlacing (Motion Adaptive vs. Bobbing) [1] Original Patch: http://anzwix.com/a/Mesa/StvdpauAddSupportForDEINTERLACETEMPORAL [2] http://forum.xbmc.org/showthread.php?tid=174854
2014-03-04 09:23:50 Peter Frühberger description Beginning with Ubuntu 14.04 mesa will be shipping with vdpau drivers that can be used by e.g. radeon / radeonsi OSS drivers. This allows low power systems, like AMD E350, Kabini and so on to playback Full HD h264, vc1, mpeg4 and mpeg2 videos. Sadly the wolrd is not only progressive. LiveTV is most of the time broadcasted as 1080i h264 or 576i mpeg2, which means, that it has to be deinterlaced after decoding. In current mesa vdpau (as is in 10.1) code only simple Bobbing [a] is implemented. This low quality method produces one full frame out of every field. This introduces flickering first and last line, when not taking care to cut those correctly. Grigori Goronzy (zgreg) has developed a high quality / state of the art Temporal deinterlacer [1][a] for mesa, which introduces far better quality than simple bobbing would do. This deinterlacer was already included into mesa master and was furthermore tested since more than 4 months via a special ppa in combination with xbmc [2]. This ppa was used by some thousand unique people. We would really like to see this deinterlacer in Ubuntu 14.04. This would make the new version a great basis for every htpc out there. I will attach the current patches, fetched via git format-patch out of mesa git tree. [a] http://en.wikipedia.org/wiki/Deinterlacing (Motion Adaptive vs. Bobbing) [1] Original Patch: http://anzwix.com/a/Mesa/StvdpauAddSupportForDEINTERLACETEMPORAL [2] http://forum.xbmc.org/showthread.php?tid=174854 Beginning with Ubuntu 14.04 mesa will be shipping with vdpau drivers that can be used by e.g. radeon / radeonsi OSS drivers. This allows low power systems, like AMD E350, Kabini and so on to playback Full HD h264, vc1, mpeg4 and mpeg2 videos. Sadly the world is not only progressive. LiveTV is most of the time broadcasted as 1080i h264 or 576i mpeg2, which means, that it has to be deinterlaced after decoding. In current mesa vdpau (as is in 10.1) code only simple Bobbing [a] is implemented. This low quality method produces one full frame out of every field. This introduces flickering first and last line, when not taking care to cut those correctly. Grigori Goronzy (zgreg) has developed a high quality / state of the art Temporal deinterlacer [1][a] for mesa, which introduces far better quality than simple bobbing would do. This deinterlacer was already included into mesa master and was furthermore tested since more than 4 months via a special ppa in combination with xbmc [2]. This ppa was used by some thousand unique people. We would really like to see this deinterlacer in Ubuntu 14.04. This would make the new version a great basis for every htpc out there. I will attach the current patches, fetched via git format-patch out of mesa git tree. [a] http://en.wikipedia.org/wiki/Deinterlacing (Motion Adaptive vs. Bobbing) [1] Original Patch: http://anzwix.com/a/Mesa/StvdpauAddSupportForDEINTERLACETEMPORAL [2] http://forum.xbmc.org/showthread.php?tid=174854
2014-03-04 10:04:47 Iain Lane mesa (Ubuntu): status New Triaged
2014-03-04 10:04:50 Iain Lane mesa (Ubuntu): importance Undecided Medium
2014-03-04 10:20:49 Rachel Greenham bug added subscriber Rachel Greenham
2014-03-04 11:05:51 Launchpad Janitor branch linked lp:ubuntu/trusty-proposed/mesa
2014-03-04 17:52:57 Launchpad Janitor mesa (Ubuntu): status Triaged Fix Released