Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] Add ffmpeg support
@ 2010-06-14 19:41 Luca Ceresoli
  2010-06-14 19:41 ` [Buildroot] [PATCH v2 1/4] ffmpeg: add new package Luca Ceresoli
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Luca Ceresoli @ 2010-06-14 19:41 UTC (permalink / raw)
  To: buildroot

FFmpeg is a complete, cross-platform solution to record, convert and stream
audio and video. It includes libavcodec - the leading audio/video codec library.

This patchset adds support for building ffmpeg in buildroot.

Most high-level options are provided via kconfig options, and there is a hook
in the last commit to allow passing .configure any parameters not directly
supported (very handy for machine support, for example).

Note that this support is much more complete than the one in bug 401
(https://bugs.busybox.net/show_bug.cgi?id=401).

v2 includes improvements suggested by Peter Korsgaard.

Thanks,
Luca

ffmpeg: add new package
ffmpeg: add commandline programs
ffmpeg: allow customization of codecs, (de)muxers and other components
ffmpeg: add user-defined configure parameters

 package/multimedia/Config.in                       |    1 +
 package/multimedia/ffmpeg/Config.in                |  141 +++++++++++++++++++
 .../ffmpeg-0.5.2-fix-sdl-config-search.patch       |   17 +++
 package/multimedia/ffmpeg/ffmpeg.mk                |  143 ++++++++++++++++++++

Luca

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

end of thread, other threads:[~2010-06-15  6:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-14 19:41 [Buildroot] [PATCH v2] Add ffmpeg support Luca Ceresoli
2010-06-14 19:41 ` [Buildroot] [PATCH v2 1/4] ffmpeg: add new package Luca Ceresoli
2010-06-14 19:41 ` [Buildroot] [PATCH v2 2/4] ffmpeg: add commandline programs Luca Ceresoli
2010-06-14 19:41 ` [Buildroot] [PATCH v2 3/4] ffmpeg: allow customization of codecs, (de)muxers and other components Luca Ceresoli
2010-06-14 19:41 ` [Buildroot] [PATCH v2 4/4] ffmpeg: add user-defined configure parameters Luca Ceresoli
2010-06-15  6:54 ` [Buildroot] [PATCH v2] Add ffmpeg support Peter Korsgaard

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