CVS log for pkgsrc/multimedia/ffmpeg4/options.mk
Up to [cvs.NetBSD.org] / pkgsrc / multimedia / ffmpeg4
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Nov 9 16:31:18 2023 UTC (14 months, 2 weeks ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4,
pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
HEAD
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +6 -2
lines
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 - view: text, markup, annotated - select for diffs
Tue Sep 27 20:57:54 2022 UTC (2 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -5
lines
ffmpeg4: switch to x264
Bump PKGREVISION.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon May 17 12:19:07 2021 UTC (3 years, 8 months ago) by nia
Branches: 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
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -1
lines
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 - view: text, markup, annotated - select for diffs
Sat Sep 12 00:45:22 2020 UTC (4 years, 4 months ago) by manu
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +11 -3
lines
Add an option for webp support
From Jean-Jacques Puig
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Apr 29 15:11:10 2020 UTC (4 years, 8 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +16 -11
lines
ffmpeg*: Add speex support. Further clarify license mess.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Apr 29 14:17:48 2020 UTC (4 years, 8 months ago) by nia
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +10 -2
lines
ffmpeg*: Add jack option.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Apr 23 10:35:40 2020 UTC (4 years, 9 months ago) by nia
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
ffmpeg*: Explain more practical concerns with linking against fdk-aac.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Apr 23 10:29:19 2020 UTC (4 years, 9 months ago) by nia
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
ffmpeg*: Sync default options with ffmpeg4
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Apr 19 18:25:07 2020 UTC (4 years, 9 months ago) by nia
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +12 -4
lines
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 - view: text, markup, annotated - select for diffs
Tue Jun 18 14:41:09 2019 UTC (5 years, 7 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -3
lines
ffmpeg*: Make x11 option imply xcb.
This way x11grab works without rebuilding.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Dec 2 17:11:16 2018 UTC (6 years, 1 month ago) by tsutsui
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +10 -2
lines
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 - view: text, markup, annotated - select for diffs
Wed Nov 7 13:10:01 2018 UTC (6 years, 2 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1
lines
Add BUILDLINK_API_DEPENDS.libaom for correct aom.pc
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Oct 9 11:04:10 2018 UTC (6 years, 3 months ago) by leot
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -2
lines
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 - view: text, markup, annotated - select for diffs
Fri Oct 5 14:23:44 2018 UTC (6 years, 3 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
Fix a comment on av1 option
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Sep 30 19:00:31 2018 UTC (6 years, 3 months ago) by maya
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +13 -5
lines
ffmpeg4: add default enabled AV1 option. bump PKGREVISION
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Sep 29 14:25:39 2018 UTC (6 years, 3 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -5
lines
ffmpeg4: pkg-config is needed to find libxml2, so it is always needed
(this fixes ffplay4)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Sep 25 09:39:56 2018 UTC (6 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -2
lines
ffmpeg4: fix librtmp detection
While here, fix a LICENSE issue.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Apr 30 09:00:46 2018 UTC (6 years, 8 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +11 -3
lines
ffmpeg[34]: added tesseract option
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Apr 26 07:56:57 2018 UTC (6 years, 9 months ago) by adam
Branches: 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
CVSweb <webmaster@jp.NetBSD.org>