All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 3rd RESEND 0/6] GStreamer patches, and TI OMAP3 DSP stuff
@ 2011-01-23 22:41 Felipe Contreras
  2011-01-23 22:41 ` [Buildroot] [PATCH 3rd RESEND 1/6] gstreamer: remove unnecessary feature Felipe Contreras
                   ` (5 more replies)
  0 siblings, 6 replies; 23+ messages in thread
From: Felipe Contreras @ 2011-01-23 22:41 UTC (permalink / raw)
  To: buildroot

Hi,

I haven't received any comments on the previous 2 tries (except the ack from
Thomas Petazzoni), so I'm resending yet again.

These patches first improve GStreamer support (makes it build on newer versions
of make), remove unnecessary dependencies, and then add support for gst-dsp and
all the dependencies.

By applying these, it's possible to use TI OMAP3 hardware accelerated codecs
right away, no patches needed on the kernel.

I tried these with linux 2.6.37 on an N900.

Felipe Contreras (6):
  gstreamer: remove unnecessary feature
  Fix gstreamer packages for make 3.82
  Add tidsp-binaries package
  Add gst-dsp package
  Add dsp-tools package
  Add gst-omapfb package

 package/Config.in                                  |    1 +
 package/dsp-tools/Config.in                        |    7 +++++++
 package/dsp-tools/dsp-tools.mk                     |   13 +++++++++++++
 package/multimedia/Config.in                       |    3 +++
 package/multimedia/gst-dsp/Config.in               |    8 ++++++++
 package/multimedia/gst-dsp/gst-dsp.mk              |   15 +++++++++++++++
 package/multimedia/gst-ffmpeg/gst-ffmpeg.mk        |    2 ++
 package/multimedia/gst-omapfb/Config.in            |    7 +++++++
 package/multimedia/gst-omapfb/gst-omapfb.mk        |   15 +++++++++++++++
 .../multimedia/gst-plugins-bad/gst-plugins-bad.mk  |    2 ++
 .../gst-plugins-base/gst-plugins-base.mk           |    2 ++
 .../gst-plugins-good/gst-plugins-good.mk           |    2 ++
 .../gst-plugins-ugly/gst-plugins-ugly.mk           |    2 ++
 package/multimedia/gstreamer/Config.in             |    6 ------
 package/multimedia/gstreamer/gstreamer.mk          |   15 ++++++++-------
 package/multimedia/tidsp-binaries/Config.in        |    6 ++++++
 .../multimedia/tidsp-binaries/tidsp-binaries.mk    |    9 +++++++++
 17 files changed, 102 insertions(+), 13 deletions(-)
 create mode 100644 package/dsp-tools/Config.in
 create mode 100644 package/dsp-tools/dsp-tools.mk
 create mode 100644 package/multimedia/gst-dsp/Config.in
 create mode 100644 package/multimedia/gst-dsp/gst-dsp.mk
 create mode 100644 package/multimedia/gst-omapfb/Config.in
 create mode 100644 package/multimedia/gst-omapfb/gst-omapfb.mk
 create mode 100644 package/multimedia/tidsp-binaries/Config.in
 create mode 100644 package/multimedia/tidsp-binaries/tidsp-binaries.mk

-- 
1.7.4.rc2

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

end of thread, other threads:[~2011-01-25  9:02 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-23 22:41 [Buildroot] [PATCH 3rd RESEND 0/6] GStreamer patches, and TI OMAP3 DSP stuff Felipe Contreras
2011-01-23 22:41 ` [Buildroot] [PATCH 3rd RESEND 1/6] gstreamer: remove unnecessary feature Felipe Contreras
2011-01-24  8:42   ` Peter Korsgaard
2011-01-23 22:41 ` [Buildroot] [PATCH 3rd RESEND 2/6] Fix gstreamer packages for make 3.82 Felipe Contreras
2011-01-24  8:39   ` Peter Korsgaard
2011-01-25  2:51     ` Felipe Contreras
2011-01-25  9:01       ` Peter Korsgaard
2011-01-23 22:41 ` [Buildroot] [PATCH 3rd RESEND 3/6] Add tidsp-binaries package Felipe Contreras
2011-01-24  8:53   ` Peter Korsgaard
2011-01-23 22:41 ` [Buildroot] [PATCH 3rd RESEND 4/6] Add gst-dsp package Felipe Contreras
2011-01-24  8:54   ` Peter Korsgaard
2011-01-23 22:41 ` [Buildroot] [PATCH 3rd RESEND 5/6] Add dsp-tools package Felipe Contreras
2011-01-24  8:54   ` Peter Korsgaard
2011-01-23 22:41 ` [Buildroot] [PATCH 3rd RESEND 6/6] Add gst-omapfb package Felipe Contreras
2011-01-24  8:58   ` Peter Korsgaard
2011-01-24 15:57     ` [Buildroot] ARM cores Thomas Petazzoni
2011-01-24 16:03       ` Peter Korsgaard
2011-01-24 17:04         ` Thomas Petazzoni
2011-01-24 20:06           ` Peter Korsgaard
2011-01-24 16:08       ` Eric BENARD
2011-01-24 17:08         ` Thomas Petazzoni
2011-01-25  2:55     ` [Buildroot] [PATCH 3rd RESEND 6/6] Add gst-omapfb package Felipe Contreras
2011-01-25  9:02       ` Peter Korsgaard

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.