Bug 401

Summary: new package: ffmpeg
Product: buildroot Reporter: Sven Neumann <s.neumann>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: enhancement CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: 2010.05   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: package/multimedia/ffmpeg/Config.in
package/multimedia/ffmpeg/ffmpeg.mk

Description Sven Neumann 2009-06-15 11:26:41 UTC
Created attachment 401 [details]
package/multimedia/ffmpeg/Config.in

FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. See http://ffmpeg.org/

I am attaching Config.in and ffmpeg.mk to add ffmpeg as a new package to buildroot. So far the buildroot this package only builds libavcodec and libavformat. Support for the ffmpeg, ffplay and ffserver binaries could be added later. Another thing that could, and probably should, be added is a way to easily configure the set of supported codecs from the buildroot config system. But to keep things simple, here's a simple package definition to start with.
Comment 1 Sven Neumann 2009-06-15 11:27:10 UTC
Created attachment 403 [details]
package/multimedia/ffmpeg/ffmpeg.mk
Comment 2 Thomas Petazzoni 2010-02-21 22:32:57 UTC
Move milestone to 2010.05 since enhancements will not be handled before the release of 2010.02.
Comment 3 Peter Korsgaard 2010-06-15 06:53:09 UTC
A more complete patch series adding ffmpeg (by Luca Ceresoli) has been added to git, thanks.