Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] [RFC] Add ffmpeg-2 and omxplayer
@ 2014-01-20 18:37 Yann E. MORIN
  2014-01-20 18:37 ` [Buildroot] [PATCH 1/2] package/ffmpeg2: new package Yann E. MORIN
  2014-01-20 18:37 ` [Buildroot] [PATCH 2/2] package/omxplayer: " Yann E. MORIN
  0 siblings, 2 replies; 17+ messages in thread
From: Yann E. MORIN @ 2014-01-20 18:37 UTC (permalink / raw)
  To: buildroot

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Hello All!

This series is an RFC (or final, as you want) to add ffmpeg2 and
omxplayer.

omxplayer is an optimised video application, specially written for the
Raspberry Pi, which allows decoding video using hardware acceleration
with openMAX.

With omxplayer, it is posible to decide h264 1080p30 with as low as 20%
CPU usage (where gst is not able to, and tops at ~40% CPU for 720p30).

The series might still be  rough on the edges, so beware.

I've only slightly build-tested it, and even slightier runtime-tested
it as well. Seems OK so far, but YMMC, as they say... ;-)

Regards,
Yann E. MORIN.


----------------------------------------------------------------
Yann E. MORIN (2):
      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 ++++
 6 files changed, 624 insertions(+)
 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.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [Buildroot] [PATCH 0/2 v3] Add ffmpeg-2 and omxplayer
@ 2014-01-29 23:45 Yann E. MORIN
  2014-01-29 23:45 ` [Buildroot] [PATCH 1/2] package/ffmpeg2: new package Yann E. MORIN
  0 siblings, 1 reply; 17+ messages in thread
From: Yann E. MORIN @ 2014-01-29 23:45 UTC (permalink / raw)
  To: buildroot

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.

Changes v2 -> v3:
  - vampirise enhancements and fixes from ffmpeg1 in ffmpeg2
  - use the github helper  (Thomas DS)


Regards,
Yann E. MORIN.


----------------------------------------------------------------
Yann E. MORIN (2):
      package/ffmpeg2: new package
      package/omxplayer: new package

 package/Config.in                                  |   2 +
 package/ffmpeg2/Config.in                          | 235 ++++++++++++++
 package/ffmpeg2/ffmpeg2.mk                         | 361 +++++++++++++++++++++
 package/omxplayer/Config.in                        |  31 ++
 .../omxplayer-0000-clean-up-Makefile.include.patch |  38 +++
 package/omxplayer/omxplayer.mk                     |  44 +++
 6 files changed, 711 insertions(+)
 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.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2014-02-06 21:38 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-20 18:37 [Buildroot] [PATCH 0/2] [RFC] Add ffmpeg-2 and omxplayer Yann E. MORIN
2014-01-20 18:37 ` [Buildroot] [PATCH 1/2] package/ffmpeg2: new package Yann E. MORIN
2014-01-20 19:05   ` Bernd Kuhls
2014-01-20 20:25     ` Thomas De Schampheleire
2014-01-27  8:10       ` Thomas De Schampheleire
2014-01-20 21:27     ` Yann E. MORIN
2014-01-22 22:33       ` Yann E. MORIN
2014-01-22 22:51         ` Peter Korsgaard
2014-01-23  5:58           ` Bernd Kuhls
2014-01-23  7:14             ` Yann E. MORIN
2014-01-23 17:52             ` Yann E. MORIN
2014-01-23 18:47               ` Bernd Kuhls
2014-02-04 19:51             ` Bernd Kuhls
2014-02-06 21:38               ` Yann E. MORIN
2014-01-20 18:37 ` [Buildroot] [PATCH 2/2] package/omxplayer: " Yann E. MORIN
2014-01-22  6:44   ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2014-01-29 23:45 [Buildroot] [PATCH 0/2 v3] Add ffmpeg-2 and omxplayer Yann E. MORIN
2014-01-29 23:45 ` [Buildroot] [PATCH 1/2] package/ffmpeg2: new package Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox