aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ffmpeg.rb
AgeCommit message (Collapse)Author
2015-04-19ffmpeg: update 2.6.2 bottle.BrewTestBot
2015-04-19ffmpeg 2.6.2Jaime Marquínez Ferrándiz
Closes #38823. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-29ffmpeg: update head url to Github mirrorHoon Choi
The old git repository on videolan.org is no longer accessible. The FFmpeg project now has its own git server, and the head source URL has been updated to point to this new official repo. Closes #38039. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-18ffmpeg: update 2.6.1 bottle.BrewTestBot
2015-03-18ffmpeg 2.6.1David Christenson
Update to latest stable release, use https:// instead of git://, fix comment typo, use HTTPS on MacPorts link. Closes #37804. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-13ffmpeg: update 2.6_1 bottle.BrewTestBot
2015-03-13avidemux/gst-plugins-ugly/ffmpeg: revision bumpDavid Christenson
Bump revision of formulas that use x264, update HEAD for avidemux, and modernize. Closes #37624. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-03-09ffmpeg: use texi2html on all OS X versionsSorin Ionescu
Closes #37522. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-03-07ffmpeg: update 2.6 bottle.BrewTestBot
2015-03-07ffmpeg 2.6ojab
Closes #37494. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-03-07ffmpeg: fix patch shaDominyk Tiller
As far as I can see nothing about the upstream commit changed, so I’m not quite sure why this checksum is suddenly consistently failing. Closes #37457, though. Closes #37459. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-05ffmpeg: fix -framework flags for 10.6, 10.7Misty De Meo
Fixes #34963.
2015-02-22Improve ffmpeg caveats regarding AACWerner Robitza
ffmpeg's internal AAC encoder should be preferred over libvo_aacenc due to its much better quality. The experimental label is there for historic reasons -- there is nothing unstable about it. Changed "-2" to "experimental" argument, because easier to remember. Added libfdk-aac as it's preferred over libvo_aacenc for quality reasons. Added meaningful command line examples. See https://trac.ffmpeg.org/wiki/Encode/AAC
2015-02-15ffmpeg: update 2.5.4 bottle.BrewTestBot
2015-02-15ffmpeg 2.5.4Werner Robitza
ffmpeg: update to 2.5.4 Update ffmpeg to latest stable version. > 2.5.4 was released on 2015-02-13. It is the latest stable FFmpeg release from the 2.5 release branch, which was cut from master on 2014-12-15. Amongst lots of other changes, it includes all changes from ffmpeg-mt, libav master of 2014-12-03, libav 11 as of 2014-12-03. Closes #36834. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-14Remove GIT_DIR hacks (head)Jack Nagel
2015-02-06ffmpeg: add with-libssh option to enable SFTP protocolClayton Ferris
Closes #36567. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-29ffmpeg: add webp option.Sebastiano Poggi
Closes #36354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-17ffmpeg: update 2.5.3 bottle.BrewTestBot
2015-01-17ffmpeg 2.5.3Jaime Marquínez Ferrándiz
Also fix 'brew audit --strict' errors Closes #35976. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-11ffmpeg: regroup dependencies' options.João Britto
After `faac` has been moved to the optional dependencies group - in favor of `libvo-aacenc` - the list of build options and arguments got displaced, no longer reflecting the current grouping of recommended/optional dependencies. Closes #35741. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-31ffmpeg: Add test and remove `require "formula"`Jaime Marquínez Ferrándiz
Closes #35398. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-31ffmpeg: fix audit warningJack Nagel
Also move the conditional into the method so that it is evaluated at call time instead of load time.
2014-12-30ffmpeg: add caveats to document AAC encoder switchMisty De Meo
2014-12-23ffmpeg: update 2.5.2 bottle.BrewTestBot
2014-12-23ffmpeg 2.5.2Jaime Marquínez Ferrándiz
Closes #35210. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-11ffmpeg: update 2.5 bottle.BrewTestBot
2014-12-11ffmpeg 2.5Denis Denisov
Closes #34667. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-08ffmpeg: update 2.4.4 bottle.BrewTestBot
2014-12-08ffmpeg: do not build bottle with --enable-nonfreeMisty De Meo
faac, fdk-aac, and openssl are all distributed under GPL-incompatible licenses; if ffmpeg is built with these libraries, it cannot legally be redistributed. faac has been replaced in the default build with libvo-aacenc, which is not quite as good but is GPL3-licensed. Closes #34802. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-12-02ffmpeg: update 2.4.4 bottle.BrewTestBot
2014-12-02ffmpeg 2.4.4Dave Rice
Closes #34610. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-20Add support for compiling with libfontconfigJesse Tan
Closes #34341. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-18ffmpeg: adds libsoxr optionDominyk Tiller
Closes #34135. Closes #34278. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-13ffmpeg: openssl fixDominyk Tiller
When OpenSSL is used as an option, it currently taps the system OpenSSL. This fixes that by adding an optional dependency to our OpenSSL. Closes #34136. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-10ffmpeg: disable VDA on 10.10 unless clang is usedMisty De Meo
Fixes #33741.
2014-11-06ffmpeg: update 2.4.3 bottle.BrewTestBot
2014-11-06ffmpeg 2.4.3David Christenson
Update to latest stable release. Closes #33982. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-30ffmpeg: add option to disable deprecated qtkit.Martin Delille
Closes #33735. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-19ffmpeg: update 2.4.2 bottle.BrewTestBot
2014-10-07ffmpeg: update 2.4.2 bottle.BrewTestBot
Closes #32987. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-07ffmpeg 2.4.2Dave Rice
2014-10-06ffmpeg: update 2.4.1 bottle.BrewTestBot
2014-10-06ffmpeg 2.4.1Jaime Marquínez Ferrándiz
2014-08-25ffmpeg: update 2.3.3 bottle.BrewTestBot
Closes #31879. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-25ffmpeg 2.3.3Jaime Marquínez Ferrándiz
2014-08-14ffmpeg: update 2.3.2 bottle.BrewTestBot
Closes #31587. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-14ffmpeg 2.3.2Steffen Matthischke
2014-08-02ffmpeg: update 2.3.1 bottle.BrewTestBot
Closes #31295. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-02ffmpeg 2.3.1Steffen Matthischke