All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH 0/9] Add patches for gstreamer1.0-plugins-bad 1.6
@ 2016-01-27  9:41 Yuqing Zhu
  2016-01-27  9:41 ` [meta-fsl-arm][PATCH 1/9] gstreamer1.0-plugins-bad: Modify the videoparsers rank down to avoid link them in Yuqing Zhu
                   ` (8 more replies)
  0 siblings, 9 replies; 31+ messages in thread
From: Yuqing Zhu @ 2016-01-27  9:41 UTC (permalink / raw)
  To: meta-freescale

--Modifiy the videoparse rank to avoid link them in.
--Fix gl plugin not being built in wayland backend.
--Add directviv to glimagesink to improve playback performance.
--Support video crop for glimagesink.
--Support fb backend for gl plugins.
--Change wayland default res to 1024x768.
--Add fps print in glimagesink.
--Fix gleffects fisheye shader compile error.
--Roll-back h264parse rank.

Yuqing Zhu (9):
  gstreamer1.0-plugins-bad: Modify the videoparsers rank down to avoid
    link them in
  gstreamer1.0-plugins-bad: Fix for gl plugin not built in wayland
    backend
  gstreamer1.0-plugins-bad: Add directviv to glimagesink to improve
    playback performance
  gstreamer1.0-plugins-bad: Support video crop for glimagesink
  gstreamer1.0-plugins-bad: Support fb backend for gl plugins
  gstreamer1.0-plugins-bad: Change wayland default res to 1024x768
  gstreamer1.0-plugins-bad: Add fps print in glimagesink
  gstreamer1.0-plugins-bad: Fix gleffects fisheye shader compile error
  gstreamer1.0-plugins-bad: Roll-back h264parse rank

 .../0002-modifiy-the-videoparse-rank.patch         |  62 ++
 ...or-gl-plugin-not-built-in-wayland-backend.patch |  31 +
 ...imagesink-to-improve-playback-performance.patch | 454 ++++++++++++
 ...plugin-support-video-crop-for-glimagesink.patch | 155 +++++
 ...lplugin-Support-fb-backend-for-gl-plugins.patch | 758 +++++++++++++++++++++
 ...in-Change-wayland-default-res-to-1024x768.patch |  41 ++
 ...008-glplugin-Add-fps-print-in-glimagesink.patch |  83 +++
 ...-glplugin-fix-gleffects-fisheye-shader-co.patch |  31 +
 .../0010-vidoeparse-Roll-back-h264parse-rank.patch |  35 +
 .../gstreamer/gstreamer1.0-plugins-bad_%.bbappend  |  18 +-
 10 files changed, 1665 insertions(+), 3 deletions(-)
 create mode 100755 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0002-modifiy-the-videoparse-rank.patch
 create mode 100755 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0003-Fix-for-gl-plugin-not-built-in-wayland-backend.patch
 create mode 100755 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0004-glplugin-Add-directviv-to-glimagesink-to-improve-playback-performance.patch
 create mode 100755 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0005-glplugin-support-video-crop-for-glimagesink.patch
 create mode 100755 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0006-glplugin-Support-fb-backend-for-gl-plugins.patch
 create mode 100755 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0007-glplugin-Change-wayland-default-res-to-1024x768.patch
 create mode 100755 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0008-glplugin-Add-fps-print-in-glimagesink.patch
 create mode 100755 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0009-glplugin-fix-gleffects-fisheye-shader-co.patch
 create mode 100755 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0010-vidoeparse-Roll-back-h264parse-rank.patch

-- 
1.9.1



^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2016-02-02 13:57 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-27  9:41 [meta-fsl-arm][PATCH 0/9] Add patches for gstreamer1.0-plugins-bad 1.6 Yuqing Zhu
2016-01-27  9:41 ` [meta-fsl-arm][PATCH 1/9] gstreamer1.0-plugins-bad: Modify the videoparsers rank down to avoid link them in Yuqing Zhu
2016-01-27 11:17   ` Carlos Rafael Giani
2016-01-27  9:41 ` [meta-fsl-arm][PATCH 2/9] gstreamer1.0-plugins-bad: Fix for gl plugin not built in wayland backend Yuqing Zhu
2016-01-27 11:21   ` Carlos Rafael Giani
2016-01-27 12:05     ` Otavio Salvador
2016-01-28  7:29     ` Yuqing Zhu
2016-01-28 11:52       ` Otavio Salvador
2016-02-01  6:54         ` Yuqing Zhu
2016-02-01  7:25           ` Carlos Rafael Giani
2016-02-01  9:38             ` Yuqing Zhu
2016-02-01 12:43           ` Otavio Salvador
2016-02-02 13:57             ` Yuqing Zhu
2016-01-27  9:41 ` [meta-fsl-arm][PATCH 3/9] gstreamer1.0-plugins-bad: Add directviv to glimagesink to improve playback performance Yuqing Zhu
2016-01-27  9:41 ` [meta-fsl-arm][PATCH 4/9] gstreamer1.0-plugins-bad: Support video crop for glimagesink Yuqing Zhu
2016-01-27  9:41 ` [meta-fsl-arm][PATCH 5/9] gstreamer1.0-plugins-bad: Support fb backend for gl plugins Yuqing Zhu
2016-01-27  9:41 ` [meta-fsl-arm][PATCH 6/9] gstreamer1.0-plugins-bad: Change wayland default res to 1024x768 Yuqing Zhu
2016-01-27 12:24   ` Carlos Rafael Giani
2016-01-29  6:41     ` Yuqing Zhu
2016-02-01  7:26       ` Carlos Rafael Giani
2016-01-27  9:41 ` [meta-fsl-arm][PATCH 7/9] gstreamer1.0-plugins-bad: Add fps print in glimagesink Yuqing Zhu
2016-01-27 12:23   ` Carlos Rafael Giani
2016-01-28  7:22     ` Yuqing Zhu
2016-01-28 17:10       ` Pushpal Sidhu
2016-01-29  6:28         ` Yuqing Zhu
2016-01-27  9:41 ` [meta-fsl-arm][PATCH 8/9] gstreamer1.0-plugins-bad: Fix gleffects fisheye shader compile error Yuqing Zhu
2016-01-27 12:11   ` Carlos Rafael Giani
2016-01-28  7:25     ` Yuqing Zhu
2016-02-01  7:27       ` Carlos Rafael Giani
2016-02-01  9:25         ` Yuqing Zhu
2016-01-27  9:42 ` [meta-fsl-arm][PATCH 9/9] gstreamer1.0-plugins-bad: Roll-back h264parse rank Yuqing Zhu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.