aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libav.rb
AgeCommit message (Collapse)Author
2015-03-13libav: update 11.3 bottle.BrewTestBot
2015-03-13libav 11.3David Christenson
Update to latest stable release.
2015-01-26libav: update 11.2 bottle.BrewTestBot
2015-01-26libav 11.2Jaime Marquínez Ferrándiz
Add more meaningful test and fix 'brew audit --strict' errors Closes #36225. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-21Fix libav build error when jack is installedMartin Müller
Closes #35834. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-14libav: update 11.1 bottle.BrewTestBot
Closes #34971. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-14libav 11.1Jaime Marquínez Ferrándiz
Closes #34971. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-21libav: update 11 bottle.BrewTestBot
2014-09-15libav: update 11 bottle.BrewTestBot
2014-09-15Libav 11David Christenson
Update to latest stable release, don't try to install nonexistent avserver files. Closes #32289. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-26libav: update 10.4 bottle.BrewTestBot
Closes #31894. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-26libav 10.4David Christenson
Update to latest stable release.
2014-08-11libav: update 10.3 bottle.BrewTestBot
Closes #31490. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-11libav: enable VDA codeTsukasa OMOTO
2014-08-11libav: remove unnecessary configure optionsTsukasa OMOTO
2014-08-09libav: update 10.3 bottle.BrewTestBot
2014-08-09libav 10.3Jaime Marquínez Ferrándiz
Closes #31467. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-28libav: update 10.2 bottle.BrewTestBot
2014-06-28libav 10.2David Christenson
Update to latest stable release, change single quotes to double. Closes #30505. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-23Replace last uses of :freetype and :fontconfig depsJack Nagel
2014-05-12libav: update 10.1 bottle.BrewTestBot
Closes #29170. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-12libav 10.1David Christenson
2014-04-12libav: update 10 bottle.BrewTestBot
Closes #28348. Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-04-12libav 10Jaime Marquínez Ferrándiz
The patch was integrated upstream in https://git.libav.org/?p=libav.git;a=commit;h=0e0cefb22216a4b6684a30a50cb5973400dc59f2
2014-03-25libav: update 9.11 bottle.BrewTestBot
2014-03-25Bump revisions on x264 dependentsJack Nagel
2014-03-19libav: use patch DSLJack Nagel
2014-03-02libav: add 9.11 bottle.BrewTestBot
Closes #27133. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-02libav 9.11Jaime Marquínez Ferrándiz
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-22libav: add bottle.Mike McQuaid
2013-12-09Remove explicit xz deps from formulae with HEAD specsJack Nagel
These deps are only needed for the stable download, but they will get pulled in for HEAD builds unless the are scoped appropriately (i.e. inside a stable block). Since they are also auto-detected from the URL now, we can just remove them.
2013-10-28libav 9.10Xiyue Deng
* Add head URL. * Enable more optional dependencies. * Enable avplay with optional sdl dependency. * Currently libcdio, libdc1394, and libgsm dependencies doesn't work out of the box. May need to keep an eye on them.
2013-10-05libav: 9.9 - tools to encode/decode videoBeau Gunderson
Partially adapted from the ffmpeg formula. libav compilation seems robust, I tested on two laptops and installed alongside ffmpeg without issue. I also tested with all build options enabled. Previous mention of a libav formula was at #12534. Closes #20827. Signed-off-by: Xiyue Deng <manphiz@gmail.com>