| Age | Commit message (Collapse) | Author |
|
|
|
2.1.1 was released on 2013-11-20. It is the latest stable FFmpeg
release from the 2.1 release branch, which was cut from master on
2013-10-28.
Despite being stable, this is only a devel option to ensure
compatibility with other formulae that do not build with ffmpeg 2.x.
Closes #24727.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #24653.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
This provides an option to use the latest stable version while we wait
for packages like gpac to become compatible.
Closes #21169.
|
|
|
|
Fixes #21107.
|
|
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>
|