Commit graph

20 commits

Author SHA1 Message Date
nia
f7f3078a79 ffmpeg2: Remove openssl option.
This does not support OpenSSL 1.1.

Only effects (and fixes) builds using custom options to force
the use of OpenSSL, e.g. joyent's
2020-08-11 12:13:32 +00:00
nia
5dde5f6cf4 ffmpeg*: Add speex support. Further clarify license mess. 2020-04-29 15:11:09 +00:00
nia
a82f2d83a9 ffmpeg*: Explain more practical concerns with linking against fdk-aac. 2020-04-23 10:35:40 +00:00
nia
850b2cd05f ffmpeg*: Sync default options with ffmpeg4 2020-04-23 10:29:19 +00:00
nia
4d0918b86f ffmpeg*: Make x11 option imply xcb.
This way x11grab works without rebuilding.
2019-06-18 14:41:09 +00:00
bsiegert
1c030f1c28 ffmpeg2: fix configuring with OpenSSL 1.1.
The build still fails, thus remove openssl from the list of suggested
options.
Rename a patch.
Bump revision.
PR pkg/53829.
2019-01-03 11:56:08 +00:00
leot
aed5366d05 ffmpeg[234]: Add an ssl optional group to only choice gnutls or openssl option
At least multimedia/ffmpeg4 does not support to be built with both `gnutls' and
`openssl'.  Introduce an `ssl' optional group in order to select only `gnutls'
or `openssl' option.

Noticed by John D. Baker on pkgsrc-users@:

 <https://mail-index.NetBSD.org/pkgsrc-users/2018/09/25/msg027482.html>

Thanks to John for spotting that and <gdt> for review!
2018-10-09 11:04:10 +00:00
adam
b1af61d00a ffmpeg[123]: added rtmp option 2017-09-20 08:21:17 +00:00
leot
8038cafc8b Add an `x11' option (disabled by default) similar to multimedia/ffmpeg2 in
order to avoid pulling x11 dependencies.

Should address PR pkg/52021 reported by Jörn Clausen.

Thanks to <maya>!
2017-05-29 08:38:16 +00:00
leot
6ebf8da7f9 Add a new "doc" option to install multimedia/ffmpeg[23] HTML documentation,
disabled by default.

Fix PR pkg/51113 reported by Joern Clausen.
ffmpeg needs texi2html features that can be not available in the version
provided natively by the platform.

While here also add a PRINT_PLIST_AWK to automa{g,t}ically print a PLIST that
need less manual intervention.

Bump PKGREVISION.
2016-05-05 07:03:47 +00:00
wiz
848b60d27e Turn on openssl option by default.
Needed for https support, which is used by youtube-dl.
Bump PKGREVISION.

Ok leot@, youri@
2016-01-03 11:35:21 +00:00
tnn
057d9c3467 Add xcb option (X11 screen capture support using libxcb)
Not enabled by default since it implies X11 dependency and I'm not
sure how people would feel about that.
2015-11-07 16:58:13 +00:00
leot
4c8fc5543b Add fontconfig and freetype options.
From Konrad Schroder, closes PR pkg/50307.
2015-10-08 01:02:42 +00:00
adam
c991e767bc openssl option also requires --enable-nonfree 2015-02-12 08:54:15 +00:00
adam
f7b4562d35 Added gnutls and opeenssl as options 2015-02-11 12:51:41 +00:00
adam
a2b12459e7 Added option for fdk-aac 2014-11-30 19:08:50 +00:00
adam
ade79e84b7 Changes 2.2.4:
avformat/mpc: attempt to allocate a packet that is not smaller than the data inside it
avformat/cavsvideodec: Fix probing when the file extension is avs
cavsdec: fix qp fixed slice handling
avcodec/alsdec: Clear MPEG4AudioConfig so that no use of uninitialized memory is possible
avformat/flvenc: Do not allow creating h263/mpeg4 in flv without unofficial format extensions being enabled.
avcodec/aic: fix quantization table permutation
avutil/lzo: add asserts to be double sure against overflows
avutil/lzo: Fix integer overflow
Show duration for large asf files as written in the file header.
2014-07-02 13:49:06 +00:00
wiz
d580abaf19 Remove inclusion of non-existing x265 buildlink3.mk file until it's added. 2014-04-10 06:51:07 +00:00
adam
7cf158ca8f Changes 2.2:
- HNM version 4 demuxer and video decoder
- Live HDS muxer
- setsar/setdar filters now support variables in ratio expressions
- elbg filter
- string validation in ffprobe
- support for decoding through VDPAU in ffmpeg (the -hwaccel option)
- complete Voxware MetaSound decoder
- remove mp3_header_compress bitstream filter
- Windows resource files for shared libraries
- aeval filter
- stereoscopic 3d metadata handling
- WebP encoding via libwebp
- ATRAC3+ decoder
- VP8 in Ogg demuxing
- side & metadata support in NUT
- framepack filter
- XYZ12 rawvideo support in NUT
- Exif metadata support in WebP decoder
- OpenGL device
- Use metadata_header_padding to control padding in ID3 tags (currently used in
  MP3, AIFF, and OMA files), FLAC header, and the AVI "junk" block.
- Mirillis FIC video decoder
- Support DNx444
- libx265 encoder
- dejudder filter
- Autodetect VDA like all other hardware accelerations
2014-04-01 10:51:49 +00:00
adam
18481d1fb1 FFmpeg is a complete, cross-platform solution to record, convert
and stream audio and video.  It includes libavcodec - the leading
audio/video codec library.
2013-08-04 10:29:02 +00:00