summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2016-07-27Moved blackmagic-decklink-sdk and nvidia-sdk to makedependsBermond
2016-07-27Readded libopenh264 after upstream fixBermond
Fixed by upstream git commit: http://git.videolan.org/?p=ffmpeg.git;a=commit;h=293676c476733e81d7b596736add6cd510eb6960 Upstream bug reports fixed: https://trac.ffmpeg.org/ticket/5417 https://github.com/cisco/openh264/issues/2505
2016-07-23Temporarily remove libopenh264 due to upstream compile errorBermond
The newly released libopenh264 1.6.0 introduced a compile error.
2016-07-23Added libopenmpt-svn to AUR dependencies comment blockBermond
2016-07-15New upstream option: --enable-libopenmptBermond
2016-07-15Added: --enable-vaapi, --enable-vda and --enable-vdpauBermond
2016-07-15Changed order of some options to match ./configure --helpBermond
They really like to change it.
2016-07-08Temporarily remove libopenjpeg due to upstream compile errorBermond
The newly released openjpeg2 2.1.1 introduced a compile error at link time. ffmpeg uses openjpeg2 when both openjpeg and openjpeg2 are installed.
2016-06-23Fix previous commit (217f879). Now really removed libutvideo.Bermond
2016-06-23Remove libutvideo (removed from upstream)Bermond
2016-06-19Readded libmfx after upstream fixBermond
Compilation fixed by upstream bug report: https://trac.ffmpeg.org/ticket/5653
2016-06-19Temporarily removed libmfx due to upstream compile errorBermond
2016-06-10New upstream option: --enable-cuvidBermond
2016-05-28New upstream options: --enable-omx, --enable-omx-rpi, --enable-audiotoolbox ↵Bermond
and --enable-libebur128
2016-05-28Changed order of some options to match ./configure --helpBermond
2016-05-28Added: --enable-iconv, --enable-sdl, --enable-bzlib, --enable-xlib and ↵Bermond
--enable-zlib
2016-05-01New upstream option: --enable-libnpp (x86_64 only)Bermond
libnpp depends on cuda, which is already included
2016-03-29Changed java dependency for JNI to a more conservative approachBermond
User can choose among any supported java SDK that provides 'java-environment' (OpenJDK 7/8/..., Orcacle JDK 6/7/8/9/...).
2016-03-27Remove libdcadec (removed from upstream)Bermond
2016-03-21Intel Media SDK lib path shows in configuration string only in x86_64Bermond
2016-03-19Fixed cuda errors and warningsBermond
Removing quotation marks from the _cuda variable when running the configure script prevents it from giving an error when building in i686 systems (where _cuda variable is empty). Passing cuda libraries to the configure script using the gcc -L flag prevents ffmpeg to give warnings right after its execution (/opt/cuda/lib64/libOpenCL.so.1: no version information available)
2016-03-12New upstream option: --enable-cuda (x86_64 only)Bermond
2016-03-12New upstream options: --enable-jni and --enable-mediacodecBermond
2016-03-12Moved intel-media-sdk to optdepends_x86_64 and changed its descriptionBermond
2016-02-09Added ffmpeg documentationBermond
2016-01-30Remove libaacplus and libvo-aacenc (removed from upstream)Bermond
2016-01-24Remove libquvi (removed from upstream)Bermond
2016-01-24New upstream option: --enable-netcdfBermond
2016-01-24Updated comment block removing reference to libstagefright-h264Bermond
Support for 'libstagefright-h264' was removed from upstream git master in commit '72673ad7eae2d4f685f3c0a895558502bfe07c8e'. It is a hardware related library (Android) and thus was not enabled in this x86 package, being referenced in the comments section. Updated this comment block.
2016-01-23Changed configure message to blue arrowBermond
2016-01-23Delete commented block (version). Add tab spaces.Bermond
2016-01-23Delete commented block (configuration string)Bermond
2016-01-23Fully show configuration string in CLIBermond
2016-01-23Moved intel-media-sdk to optdependsBermond
2016-01-09libmfx fix: added rpath reference to intel-media-sdkBermond
2016-01-09Added libmfx supportBermond
2016-01-02Changed clone protocol to git://Bermond
2015-12-31Removed duplicated dependenciesBermond
2015-12-30libpng and libwebp rebuildBermond
2015-12-27Initial commitBermond