aboutsummaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg
Commit message (Collapse)AuthorAge
* ffmpeg: update to 3.2.4, add libshine support, add fdk-aac support to ↵Ian Leonard2017-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | custom, cleanup Also makes the following changes: Updates project URL and moves libpthread to a common dependency; Makes libopus support in libffmpeg-full contingent on selecting the libopus package, like other external libraries; Adds note regarding disabling altivec in ppc hard-float; Reorganizes SIMD sections to be together; Drops the need to specify decoder=libopus from -full, done by default; Adds encoder=libopus to custom. Expand options for libffmpeg-custom: Build licensing: GPL, GPLv3, LGPLv3 Building for performance or size Drops version 3 of GPL for -audio-dec, -mini, and -full. Version 3 is at the discretion of the packager, per: http://ffmpeg.org/doxygen/trunk/md_LICENSE.html Add enable-nonfree toggle support to libffmpeg-custom build licensing to allow inclusion of libfdk-aac. Use ffmpeg's names for its external libraries in libffmpeg-custom config Alphabetize same Correct @BUILD_PATENTED flags for libffmpeg variants Split libffmpeg-full into hard/soft float: Hard float configures itself for lame / libx264 using GPL license Soft float for libshine and LGPL license Signed-off-by: Ian Leonard <antonlacon@gmail.com> Signed-off-by: Ted Hess <thess@kitschensync.net>
* ffmpeg: Upgrade to 3.2.2. Remove Speex supportTed Hess2017-01-06
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* ffmpeg: Build without altivec on powerpc hfp platformsTed Hess2016-10-11
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* ffmpeg: Update 2.8.8, add codecs, update dlna profile, correct libopus useIan Leonard2016-09-26
| | | | | | | | | | | | | | | | | | | | | | | Update ffmpeg to 2.8.8. Adds HEVC, Opus, VC-1 and Vorbis to custom and minidlna profiles. This should more closely match formats media being streamed on the local network via DLNA/UPNP. Removes raw aac, ac3 and h264 from minidlna profile. Most players expect this content to come within a container (mkv, mov, mp4, mpegts, etc...), so this was unnecessary for the profile's goals. Remove libopus from being selected by the -custom's audio-dec profile, and as a depend on -audio-dec. -audio-dec uses ffmpeg's internal Opus decoder, not the external library. Don't select specific parsers in libffmpeg-mini profile. The demuxers separate streams from containers. Parsers break up the streams. These are not needed for DLNA/UPNP. If a parser is needed, the ffmpeg configure script should grab it. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: allow building without yasmDaniel Golle2016-09-03
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* ffmpeg: enable assembly on targets with fpuDaniel Golle2016-09-02
| | | | | | | | | | | | | | | Also no longer disable run-time CPU detection for fpu targets except arm which is built for each variant (neon, vfp). This vastly improves performance on x86 which now supports building ASM code with yasm and makes use of a broad spectrum of extensions depending on their availability at run-time. In future, such differentiation should also be introduced for MIPS to at least conditionally enable the output of MIPS32r2 instructions as well as DSPr1 and DSPr2 if the target supports that dispite them having CONFIG_SOFT_FLOAT=y set. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* ffmpeg: Dependency cleanupTed Hess2016-08-19
| | | | | | | Custom builds need to select x264 and/or lame-lib explictly. Automatic CONFIG_ALL builds of ffmpeg-full include x264 and lame. Signed-off-by: Ted Hess <thess@kitschensync.net>
* ffmpeg: Update to 2.8.7. Add support for x264 and libmp3lameAdrian Panella2016-08-02
| | | | | | | | | Add support for libmp3lame & libx264 to 'full' and optional in 'custom'. Enable some optimizations according to ARCH and CPU type. Cleaup options and dependencies. Signed-off-by: Adrian Panella <ianchi74@outlook.com> Signed-off-by: Ted Hess <thess@kitschensync.net>
* ffmpeg: update to 2.7.6Ian Leonard2016-02-22
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: update to 2.7.4Ian Leonard2015-12-28
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: Update to latest - 2.7.2Ted Hess2015-07-21
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* ffmpeg: libffmpeg-audio-dec and -custom use integrated opus decoderIan Leonard2015-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | For libffmpeg-audio-dec: Remove @DEVEL flag from libffmpeg-audio-dec. Reasoning for this is that choosing this package does not rquire any further action by the builder in what codecs or formats should be built in. libffmpeg-custom, the other libffmpeg to require @DEVEL, does need further interaction. Add @BUILD_PATENTED as at least one of the audio codecs is likely patent protected. Add ffmpeg's native Opus decoder to libffmpeg-audio-dec Remove libopus dependency to libffmpeg-audio-dec as libopus provides decode and encode support for Opus audio. Since FFmpeg can decode Opus audio on its own, and libffmpeg-audio-dec is intended for audio decoding, libopus is no longer required for Opus audio support. For libffmpeg-custom: Add in options for ffmpeg's integrated Opus decoder Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: update to 2.6.3, remove stray spacesIan Leonard2015-05-17
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: upgrade to 2.6.2Syrone Wong2015-04-29
| | | 2.6.2 was released on 2015-04-12. It is the latest stable FFmpeg release from the 2.6 release branch
* ffmpeg: add icecast transportNicolas Thill2015-04-26
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* ffmpeg: disable lzma explicitlyNicolas Thill2015-04-24
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* ffmpeg: upgrade to 2.5.5Ian Leonard2015-03-22
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: update to 2.5.4Ian Leonard2015-02-28
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: Update to 2.5.3. Fix mips64 build failuresTed Hess2015-02-04
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* ffmpeg: update to 2.4.5Ian Leonard2014-12-24
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: Update to 2.4.4Ian Leonard2014-12-14
| | | | | | Drop fminf patch; fminf emulation is no longer included upstream. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: Upgrade to 2.4.2. Supress libffmpeg-custom when ALL selectedTed Hess2014-10-29
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* ffmpeg: Disable mips32r2 for mips32 CPUsBruno Randolf2014-10-14
| | | | | | | Some CPUs, such as the au1500 are MIPS32 but not MIPS32r2 and we have to explicitly disable mips32r2 in the ffmpeg configure script. Signed-off-by: Bruno Randolf <br1@einfach.org>
* ffmpeg: Update to 2.3.4Ian Leonard2014-10-11
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: add libopus supportIan Leonard2014-10-11
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: update to 2.3.3Ian Leonard2014-08-30
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: patch to fix build with uClibc 0.9.33.2Ted Hess2014-08-13
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* ffmpeg: improve minidlna profileIan Leonard2014-08-12
| | | | | | | | | Minidlna has no need to mux streams, or be able to read network streams at this point in time, so remove this support from libffmpeg. Synchronize the minidlna profile between libffmpeg-ucstom and libffmpeg-mini. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: add external libraries section to Config.inIan Leonard2014-08-12
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: add audio-dec profile to libffmpeg-customIan Leonard2014-08-12
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: Drop the libdlna profile from the Custom ffmpeg option. Libdlna is ↵Ian Leonard2014-08-12
| | | | | | | | no longer in the package feed, and has an inactive upstream. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: Have the custom Vorbis decoder support select the Ogg demuxer.Ian Leonard2014-08-12
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: update to 2.3.1Ian Leonard2014-08-12
| | | | | | | | | | Changes: Disable SIMD usage; creates build errors Disable runtime cpudetect as it's all disabled Re-enable compiler optimizations re-enable stripping Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: convert license to SPDX format.Ian Leonard2014-07-31
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: remember to adjust InstallDev tooIan Leonard2014-07-23
| | | | | | Finish adjustment for libavdevice with libffmpeg-mini Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ffmpeg: remove libavdevice from the libffmpeg-mini variantIan Leonard2014-07-23
| | | | | | | As libffmpeg-mini is intended for DLNA purposes, it needs only to identify media, not interact with input or output devices. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* FFMPEG: Add more custom options, add audio-only decoder option, update pkg ↵thess2014-07-16
| | | | | | release, copyright, add myself as pkg maintainer Signed-off-by: Ted Hess <thess@kitschensync.net>
* Import ffmpeg from oldpackagesTed Hess2014-07-16