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.
ClosesHomebrew/homebrew#38039.
Signed-off-by: Xu Cheng <xucheng@me.com>
Update to latest stable release, use https:// instead of git://, fix
comment typo, use HTTPS on MacPorts link.
ClosesHomebrew/homebrew#37804.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Bump revision of formulas that use x264, update HEAD for avidemux, and
modernize.
ClosesHomebrew/homebrew#37624.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
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.
ClosesHomebrew/homebrew#37457, though.
ClosesHomebrew/homebrew#37459.
Signed-off-by: Xu Cheng <xucheng@me.com>
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
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.
ClosesHomebrew/homebrew#36834.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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.
ClosesHomebrew/homebrew#35741.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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.
ClosesHomebrew/homebrew#34802.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>