The NetBSD Project

CVS log for pkgsrc/multimedia/ffmpeg4/options.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / multimedia / ffmpeg4

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.19 / (download) - annotate - [select for diffs], Thu Nov 9 16:31:18 2023 UTC (5 months, 1 week ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.18: +6 -2 lines
Diff to previous 1.18 (colored)

ffmpeg[2-6]: Fixes for Darwin/powerpc.

- Do not universally --enable-rpath (it might not be supported)

- Limit nasm dependency to x86.

- Do not enable X11 as a default option.
  This isn't technically a fix, just a sensemaking improvement.
  X11 support in ffmpeg is used to capture video from an X display,
  Darwin users are unlikely to be running an X server as their primary
  display.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Sep 27 20:57:54 2022 UTC (18 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.17: +3 -5 lines
Diff to previous 1.17 (colored)

ffmpeg4: switch to x264

Bump PKGREVISION.

Revision 1.17 / (download) - annotate - [select for diffs], Mon May 17 12:19:07 2021 UTC (2 years, 11 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.16: +4 -1 lines
Diff to previous 1.16 (colored)

ffmpeg4: build with dav1d support for decoding AV1

results in significantly lower CPU usage when decoding the reference
AV1 videos on my x250

bump PKGREVISION

Revision 1.16 / (download) - annotate - [select for diffs], Sat Sep 12 00:45:22 2020 UTC (3 years, 7 months ago) by manu
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.15: +11 -3 lines
Diff to previous 1.15 (colored)

Add an option for webp support
From Jean-Jacques Puig

Revision 1.15 / (download) - annotate - [select for diffs], Wed Apr 29 15:11:10 2020 UTC (3 years, 11 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.14: +16 -11 lines
Diff to previous 1.14 (colored)

ffmpeg*: Add speex support. Further clarify license mess.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Apr 29 14:17:48 2020 UTC (3 years, 11 months ago) by nia
Branch: MAIN
Changes since 1.13: +10 -2 lines
Diff to previous 1.13 (colored)

ffmpeg*: Add jack option.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Apr 23 10:35:40 2020 UTC (3 years, 11 months ago) by nia
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

ffmpeg*: Explain more practical concerns with linking against fdk-aac.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Apr 23 10:29:19 2020 UTC (3 years, 11 months ago) by nia
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

ffmpeg*: Sync default options with ffmpeg4

Revision 1.11 / (download) - annotate - [select for diffs], Sun Apr 19 18:25:07 2020 UTC (4 years ago) by nia
Branch: MAIN
Changes since 1.10: +12 -4 lines
Diff to previous 1.10 (colored)

ffmpeg4: Various option tweaks.

- Add mbedtls to the ssl group.
- Set the default ssl option to gnutls
  Basically so we don't have to mark binaries as "nonfree" by default
- Enable opus and x265

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jun 18 14:41:09 2019 UTC (4 years, 10 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.9: +5 -3 lines
Diff to previous 1.9 (colored)

ffmpeg*: Make x11 option imply xcb.

This way x11grab works without rebuilding.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Dec 2 17:11:16 2018 UTC (5 years, 4 months ago) by tsutsui
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.8: +10 -2 lines
Diff to previous 1.8 (colored)

ffmpeg4: add pulseaudio option to enable libpulse support.

With this option and xcb option (for x11grab) I can capture X11 applications
that use pulseaudio by the following ffmpeg4 command options:
% ffmpeg4 -y -f x11grab -video_size 800x600 -r 24 -i :0.0+0,0 \
  -f pulse -i oss_output.audio.monitor -pix_fmt yuv420p capture.mp4

Revision 1.8 / (download) - annotate - [select for diffs], Wed Nov 7 13:10:01 2018 UTC (5 years, 5 months ago) by ryoon
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Add BUILDLINK_API_DEPENDS.libaom for correct aom.pc

Revision 1.7 / (download) - annotate - [select for diffs], Tue Oct 9 11:04:10 2018 UTC (5 years, 6 months ago) by leot
Branch: MAIN
Changes since 1.6: +5 -2 lines
Diff to previous 1.6 (colored)

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!

Revision 1.6 / (download) - annotate - [select for diffs], Fri Oct 5 14:23:44 2018 UTC (5 years, 6 months ago) by ryoon
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Fix a comment on av1 option

Revision 1.5 / (download) - annotate - [select for diffs], Sun Sep 30 19:00:31 2018 UTC (5 years, 6 months ago) by maya
Branch: MAIN
Changes since 1.4: +13 -5 lines
Diff to previous 1.4 (colored)

ffmpeg4: add default enabled AV1 option. bump PKGREVISION

Revision 1.4 / (download) - annotate - [select for diffs], Sat Sep 29 14:25:39 2018 UTC (5 years, 6 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.3: +1 -5 lines
Diff to previous 1.3 (colored)

ffmpeg4: pkg-config is needed to find libxml2, so it is always needed

(this fixes ffplay4)

Revision 1.3 / (download) - annotate - [select for diffs], Tue Sep 25 09:39:56 2018 UTC (5 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.2: +3 -2 lines
Diff to previous 1.2 (colored)

ffmpeg4: fix librtmp detection

While here, fix a LICENSE issue.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Apr 30 09:00:46 2018 UTC (5 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.1: +11 -3 lines
Diff to previous 1.1 (colored)

ffmpeg[34]: added tesseract option

Revision 1.1 / (download) - annotate - [select for diffs], Thu Apr 26 07:56:57 2018 UTC (5 years, 11 months ago) by adam
Branch: MAIN

ffmpeg4/ffplay4: added version 4.0

version 4.0:
- Bitstream filters for editing metadata in H.264, HEVC and MPEG-2 streams
- Dropped support for OpenJPEG versions 2.0 and below. Using OpenJPEG now
  requires 2.1 (or later) and pkg-config.
- VDA dropped (use VideoToolbox instead)
- MagicYUV encoder
- Raw AMR-NB and AMR-WB demuxers
- TiVo ty/ty+ demuxer
- Intel QSV-accelerated MJPEG encoding
- PCE support for extended channel layouts in the AAC encoder
- native aptX and aptX HD encoder and decoder
- Raw aptX and aptX HD muxer and demuxer
- NVIDIA NVDEC-accelerated H.264, HEVC, MJPEG, MPEG-1/2/4, VC1, VP8/9 hwaccel decoding
- Intel QSV-accelerated overlay filter
- mcompand audio filter
- acontrast audio filter
- OpenCL overlay filter
- video mix filter
- video normalize filter
- audio lv2 wrapper filter
- VAAPI MJPEG and VP8 decoding
- AMD AMF H.264 and HEVC encoders
- video fillborders filter
- video setrange filter
- nsp demuxer
- support LibreSSL (via libtls)
- AVX-512/ZMM support added
- Dropped support for building for Windows XP. The minimum supported Windows
  version is Windows Vista.
- deconvolve video filter
- entropy video filter
- hilbert audio filter source
- aiir audio filter
- aiff: add support for CD-ROM XA ADPCM
- Removed the ffserver program
- Removed the ffmenc and ffmdec muxer and demuxer
- VideoToolbox HEVC encoder and hwaccel
- VAAPI-accelerated ProcAmp (color balance), denoise and sharpness filters
- Add android_camera indev
- codec2 en/decoding via libcodec2
- muxer/demuxer for raw codec2 files and .c2 files
- Moved nvidia codec headers into an external repository.
  They can be found at http://git.videolan.org/?p=ffmpeg/nv-codec-headers.git
- native SBC encoder and decoder
- drmeter audio filter
- hapqa_extract bitstream filter
- filter_units bitstream filter
- AV1 Support through libaom
- E-AC-3 dependent frames support
- bitstream filter for extracting E-AC-3 core
- Haivision SRT protocol via libsrt
- segafilm muxer
- vfrdet filter

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>