aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ffmpeg.rb
AgeCommit message (Collapse)Author
2013-05-17ffmpeg 1.2.1Adam Guthrie
Closes #19897. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-04ffmpeg: add optional libcaca depMisty De Meo
2013-03-19ffmpeg: enable VDA for HW decoding on OSXtehabe
Closes #18583. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-18ffmpeg 1.2Jason P. Scharf
Closes #18574. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-18ffmpeg: only apply -mdynamic-no-pic w/ 32bit clangMisty De Meo
While this flag fixes 32-bit clang compilation of ffmpeg, it actually breaks the build on 32-bit PPC with gcc-4.2.
2013-02-24FFmpeg 1.1.3slhck
Closes #18051. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-08ffmpeg: adding frei0r supportElad Gariany
Adding frei0r video filters support for ffmpeg Closes #17699. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-07ffmpeg 1.1.2Hunter Morris
Closes #17659. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-06ffmpeg 1.1.1Jason Scharf
Closes #17615. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-01-26ffmpeg: use new optional depsMisty De Meo
Keeps a few of the old option descriptions where they provided extra information, but many of them were not really useful or accurate.
2013-01-14ffmpeg: pass --enable-pthreadsAdam Vandenberg
Fixes #16654.
2013-01-13ffmpeg: add --enable-avresampleAdam Vandenberg
This option was on by default in previous versions. Fixes #17004. Fixes #16348.
2013-01-07ffmpeg 1.1Misty De Meo
2013-01-01fmmpeg: add support for fdk-aac, openssl, opusFernando IrĂ­as Escher
Adds 3 new flags, none of which change the default installation behavior. * --enable-libfdk-aac * --enable-openssl (system openssl is sufficient) * --enable-libopus Closes #16539. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-17ffmpeg 1.0.1Adam Vandenberg
2012-11-01ffmpeg: fix more typosJack Nagel
c.f. #15800. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-01ffmpeg: fix typosJack Nagel
Fixes #15800. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-01ffmpeg: fix for openjpeg + dep for Diracnibbles 2bits
- Add `--extra-cflags` using pkg-config to find openjpeg. - The cflags fix a configure error. - Add an option `with-schroedinger` for Dirac Video Fixes #15772 Fixes #15734 Closes #15791. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-23ffmpeg: depends on pkg-configAdam Vandenberg
Closes #15314.
2012-10-04ffmpeg: remove missing libogg option.Mike McQuaid
Fixes #15288.
2012-09-30ffmpeg 1.0Jason Ormand
Closes #15187. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-24FFmpeg 0.11.2Raphael Fetzer
Closes #15056. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-10Clean up MacOS version method usageJack Nagel
The MacOS.version? family of methods (other than "leopard?") are poorly defined and lead to confusing code. Replace them in formulae with more explicit comparisons. "MacOS.version" is a special version object that can be compared to numerics, symbols, and strings using the standard Ruby comparison methods. The old methods were moved to compat when the version comparison code was merged, and they must remain there "forever", but they should not be used in new code. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-31ffmpeg: add speex supportChris Streeter
Closes #14607. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-28ffmpeg: fix rtmpdump configure flagJack Nagel
Fixes #14501. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-23ffmpeg: clean up dependencies.Mike McQuaid
2012-08-15ffmpeg, ffmbc: use texi2html on 10.8Misty De Meo
2012-08-13ffmpeg: use options DSLJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-13ffmpeg: Xcode-only install needs additional flagssamueljohn
Two flags are necessary for Xcode-only systems: `--host-cflags` and `--host-ldflags` are set to `ENV.cflags` and `ENV.ldflags`, respectively. Closes #13344. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-01Update formulae for XQuartz compatibilityJack Nagel
2012-06-14ffmpeg: add optional openjpeg depMisty De Meo
Fixes #12802.
2012-06-10ffmpeg 0.11.1nibbles 2bits
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-29ffmpeg: no longer fails with LLVMJack Nagel
Closes #12466. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-27ffmpeg 0.11Dave Rice
Closes #12439. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-20ffmpeg: add libvo-aacenc supportMichael S. Fischer
This patch compiles ffmpeg against libvo-aacenc (if installed) to provide AAC encoding support - preferred by the maintainers over libfaac. Closes #12231. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07ffmpeg 0.10.3nibbles 2bits
Upgrade ffmpeg to version 0.10.3 which includes many security fixes and bugfixes. The changelog can be seen in their git repo under the 0.10.3 tag, tree view, raw link to Changelog. This still fails with llvm on Lion with undefined symbols. Using clang all the the tools and ffplay compile and display an mkv with sound using sdl. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-03ffmpeg: Actually change optional deps checkingCharlie Sharpsteen
Ooops, this should have been ammended onto 9e24c7a.
2012-05-03ffmpeg: use linked_keg when checking optional depsnibbles 2bits
ffmpeg when built as head checks if x264 is installed using `Formula.factory.installed?` that won't find x264 stable as it looks for a HEAD build. Switch from `.installed?` to `linked_keg.exist?` for all dependencies as this will find them whether they are installed as head or stable. Fixes #11996. Closes #12020. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-04-01Use new fails_with DSL syntaxJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-27ffmpeg 0.10.2Dave Rice
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-27ffmpeg: enable libass supportrogeriopvl
Closes #10535. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-04ffmpeg: Remove version string generation for HEAD buildsdinkypumpkin
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-02ffmpeg 0.10Dave Rice
Closes #9830. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-01-25ffmpeg: fix audit warningJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-23ffmpeg: add optional dep on opencore-amrSandeep Ghael
Closes #8986. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-23ffmpeg: add rtmp supportJakob Schlyter
Closes #9399. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-12FFmpeg: Update to 0.9.1Charlie Sharpsteen
2012-01-05ffmpeg: add libfreetype in configurationMisty De Meo
2012-01-04ffmpeg: fix compilation under LeopardMisty De Meo
Fixes #9312.
2011-12-28ffmpeg: fix compilation on 32-bit LeopardMisty De Meo