aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ffmpeg.rb
AgeCommit message (Collapse)Author
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
2014-07-28ffmpeg: use openjpeg instead of jpeg2000.stib
Even if -libopenjpeg is installed ffmpeg will try to use the built-in jpeg2000 codec to open j2K encoded video, which mostly doesn't work. I added a line to the build args to turn off the dodgy default decoder if someone installs --with-libopenjpeg because they probably want a working j2k codec. Closes #31182. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-18ffmpeg: update 2.3 bottle.BrewTestBot
2014-07-18ffmpeg 2.3Steffen Matthischke
Closes #30935. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-23ffmpeg: update 2.2.4 bottle.BrewTestBot
Closes #30384. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-23ffmpeg 2.2.4Steffen Matthischke
2014-06-04ffmpeg: quotesAdam Vandenberg
2014-06-04ffmpeg: fix opencore-amr optionEugene San (eugenesan)
2014-06-03ffmpeg: update 2.2.3 bottle.BrewTestBot
Closes #29802. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-03ffmpeg 2.2.3Steffen Matthischke
2014-05-23Replace last uses of :freetype and :fontconfig depsJack Nagel
2014-05-10ffmpeg: set GIT_DIR so head builds can determine the versionJack Nagel
Fixes #29118.
2014-05-07ffmpeg: update 2.2.2 bottle.BrewTestBot
Closes #29035. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-05-07ffmpeg 2.2.2Steffen Matthischke
update to ffmpeg 2.2.2 remove patch which is included in 2.2.2
2014-05-04ffmpeg: update 2.2.1 bottle.BrewTestBot
Closes #28949. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-04ffmpeg: update patch for x265 1.0Dan
2014-05-03ffmpeg: update 2.2.1 bottle.BrewTestBot
Closes #28499. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-03ffmpeg: add optional x265 supportDan
Closes: #28489