From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/3] Add ffmpeg-2 and omxplayer
Date: Fri, 24 Jan 2014 20:56:19 +0100 [thread overview]
Message-ID: <cover.1390593263.git.yann.morin.1998@free.fr> (raw)
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
Hello All!
This series introduces OMXplayer, an optimised video application, specially
written for the Raspberry Pi, which allows decoding video using hardware
acceleration.
With OMXplayer, it is posible to decode h264 1080p30 with as low as 20%
CPU usage (where gst is not able to, and tops at ~40% CPU for 720p30).
OMXplayer can play local files, as well as rtmp streams.
Regards,
Yann E. MORIN.
----------------------------------------------------------------
Yann E. MORIN (3):
package/rpi-userland: fix fall-out after cmake infra change
package/ffmpeg2: new package
package/omxplayer: new package
package/Config.in | 2 +
package/ffmpeg2/Config.in | 235 ++++++++++++++++++
package/ffmpeg2/ffmpeg2.mk | 274 +++++++++++++++++++++
package/omxplayer/Config.in | 31 +++
.../omxplayer-0000-clean-up-Makefile.include.patch | 38 +++
package/omxplayer/omxplayer.mk | 44 ++++
package/rpi-userland/rpi-userland.mk | 2 +-
7 files changed, 625 insertions(+), 1 deletion(-)
create mode 100644 package/ffmpeg2/Config.in
create mode 100644 package/ffmpeg2/ffmpeg2.mk
create mode 100644 package/omxplayer/Config.in
create mode 100644 package/omxplayer/omxplayer-0000-clean-up-Makefile.include.patch
create mode 100644 package/omxplayer/omxplayer.mk
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next reply other threads:[~2014-01-24 19:56 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-24 19:56 Yann E. MORIN [this message]
2014-01-24 19:56 ` [Buildroot] [PATCH 1/3] package/rpi-userland: fix fall-out after cmake infra change Yann E. MORIN
2014-01-28 22:55 ` Peter Korsgaard
2014-01-24 19:56 ` [Buildroot] [PATCH 2/3] package/ffmpeg2: new package Yann E. MORIN
2014-01-24 19:56 ` [Buildroot] [PATCH 3/3] package/omxplayer: " Yann E. MORIN
2014-01-25 14:04 ` Maxime Hadjinlian
2014-01-25 20:39 ` Thomas De Schampheleire
2014-01-26 10:28 ` Yann E. MORIN
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1390593263.git.yann.morin.1998@free.fr \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox