| Age | Commit message (Collapse) | Author |
|
Closes #19897.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #18583.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #18574.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
While this flag fixes 32-bit clang compilation of ffmpeg, it
actually breaks the build on 32-bit PPC with gcc-4.2.
|
|
Closes #18051.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Adding frei0r video filters support for ffmpeg
Closes #17699.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #17659.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #17615.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Keeps a few of the old option descriptions where they provided extra
information, but many of them were not really useful or accurate.
|
|
Fixes #16654.
|
|
This option was on by default in previous versions.
Fixes #17004.
Fixes #16348.
|
|
|
|
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>
|
|
|
|
c.f. #15800.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Fixes #15800.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
- 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>
|
|
Closes #15314.
|
|
Fixes #15288.
|
|
Closes #15187.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15056.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
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>
|
|
Closes #14607.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Fixes #14501.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
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>
|
|
|
|
Fixes #12802.
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #12466.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #12439.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
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>
|
|
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>
|
|
Ooops, this should have been ammended onto 9e24c7a.
|
|
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>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #10535.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #9830.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #8986.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #9399.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
Fixes #9312.
|
|
|