Michael Forney
8110e1b440
ffmpeg: Fix build with gcc 15.1.0
2025-04-28 12:37:25 -07:00
Michael Forney
e052c31cb8
ffmpeg: Update to 7.0.2
2024-08-15 01:09:25 -07:00
Michael Forney
0e1bf53f46
ffmpeg: Enable srt demuxer
2023-03-21 13:06:56 -07:00
Michael Forney
430805e63e
ffmpeg: libavcodec needs zlib, too
2023-03-21 13:01:52 -07:00
Michael Forney
83151a86d8
ffmpeg: Enable png encoder
2023-03-04 15:29:11 -08:00
Michael Forney
65ccf04867
ffmpeg: Enable fd protocol
2023-03-03 03:06:24 -08:00
Michael Forney
a43951508b
ffmpeg: Enable ffmetadata demuxer
2023-03-03 03:05:52 -08:00
Michael Forney
2261febefc
ffmpeg: Add optional support for bluray protocol
2023-03-03 00:30:40 -08:00
Michael Forney
cc4360ca24
ffmpeg: Enable extract_extradata and pgs_frame_merge bitstream filters
...
These are needed for bluray remuxing.
2023-03-03 00:22:29 -08:00
Michael Forney
0b6344ce57
ffmpeg: Enable VC1 and DCA parsers
2023-03-02 23:31:55 -08:00
Michael Forney
cdcbfad9db
ffmpeg: Enable support for PGS subtitles
2023-03-02 22:31:56 -08:00
Michael Forney
197efbce15
ffmpeg: Update to 6.0
2023-03-02 22:31:21 -08:00
Michael Forney
743341f406
ffmpeg: Update to 5.1.1
2023-03-02 17:35:38 -08:00
Michael Forney
3a62a56b12
ffmpeg: Update to 4.4.1
2021-11-17 13:42:34 -08:00
Michael Forney
f8b20538cc
ffmpeg: Use C11 _Alignas if available
2021-10-25 17:10:44 -07:00
Michael Forney
592b1919f4
ffmpeg: Include dummy stdatomic.h with __STDC_NO_ATOMICS__
2021-09-07 13:41:35 -07:00
Michael Forney
fefb82678b
ffmpeg: Probe for inline asm and intrinsics
2021-09-07 13:41:35 -07:00
Michael Forney
9b4962ff1c
ffmpeg: Various portability fixes
2021-09-07 13:41:35 -07:00
Michael Forney
5548313d47
ffmpeg: Probe for PIC
...
For nasm, we cannot just use __PIC__ from the preprocessor, so add
a probe test for it.
2021-07-25 21:11:05 -07:00
Michael Forney
eb0c8690d6
ffmpeg: Update to 4.4
2021-04-17 14:22:30 -07:00
Michael Forney
d02c487744
ffmpeg: Update to 4.3.2
2021-03-02 16:20:18 -08:00
Michael Forney
a29ab4aa11
ffmpeg: Allow building with openssl by changing options.h
2021-01-20 17:42:57 -08:00
Michael Forney
df8017a9dc
ffmpeg: Enable AV1 decoding through dav1d
2020-08-19 12:43:47 -07:00
Michael Forney
a1cc2076f0
ffmpeg: Enable wav muxer and pcm encoder
2020-08-19 12:43:47 -07:00
Michael Forney
9e23813adc
ffmpeg: Detect library dependencies from options.h
2020-08-19 12:43:47 -07:00
Michael Forney
fc47c7322d
ffmpeg: Enable opus encoding through libopus
2020-08-19 12:43:47 -07:00
Michael Forney
fb5698c9d2
ffmpeg: Enable y4m muxer/demuxer
2020-08-19 12:43:47 -07:00
Michael Forney
7d88126e0a
ffmpeg: Add V4L2 support
2020-08-16 03:27:34 -07:00
Michael Forney
fa12d8d1ac
ffmpeg: Update to 4.3.1
2020-07-11 14:41:35 -07:00
Michael Forney
2579a03548
ffmpeg: Enable CONFIG_VP9_SUPERFRAME_SPLIT_BSF
2020-07-07 14:52:49 -07:00
Michael Forney
cb6514b21e
ffmpeg: Enable mp3 demuxer
2020-06-30 13:05:21 -07:00
Michael Forney
8ee6867a97
ffmpeg: Add missing version bump
2020-06-16 02:56:46 -07:00
Michael Forney
3f6403a24b
ffmpeg: Update to 4.3
2020-06-16 02:49:42 -07:00
Michael Forney
d4297a13c8
Use -isystem to include library headers
...
This way, warnings from headers that come from another package (in
particular linux-headers) won't show up when they get included.
To make sure we still track dependencies, use -MD instead of -MMD.
2020-06-05 03:01:44 -07:00
Michael Forney
8a0285efda
ffmpeg: Update to 4.2.3
2020-05-21 18:10:24 -07:00
Michael Forney
b93e7da0fd
ffmpeg: Use locally-built texi2mdoc to generate man pages
2020-05-19 14:26:45 -07:00
Michael Forney
2dfb6db807
Lua 5.1 compatibility
2020-05-10 02:15:55 -07:00
Michael Forney
051963c7fe
Add support for building multiple configurations
...
Now, you can build in separate directories per configuration:
mkdir foo
(cd foo && ../setup.lua)
samu -C foo
2020-01-29 22:14:33 -08:00
Michael Forney
11228bec60
ffmpeg: Enable rotate filter
2020-01-29 15:41:37 -08:00
Michael Forney
a4b537e1b7
ffmpeg: Update to 4.2.2
2020-01-03 13:14:55 -08:00
Michael Forney
f1fb809ce8
ffmpeg: Remove libressl patch
...
We now build against libtls-bearssl.
2020-01-03 13:00:57 -08:00
Michael Forney
979ec8e98b
ffmpeg: Remove version.sh patch
...
For build reproducibility, we don't use version.sh anymore, and
instead create it ourselves.
2020-01-03 12:59:36 -08:00
Michael Forney
2e56b33e00
ffmpeg: Build against libtls-bearssl
2019-12-10 19:04:32 -08:00
Michael Forney
02bc12059f
ffmpeg: Fix an issue with libavformat/tls_libtls
2019-12-09 17:29:36 -08:00
Michael Forney
f4720910b9
Update ninja requirement to 1.8.0 and don't bother with atomic outputs
...
Since ninja 1.8.0[0] and samurai 0.2[1], output mtime is always
recorded after a job succeeds, and outputs are considered dirty if
the recorded mtime is older than any input. This means that even
if a command partially writes its output then fails (for example,
if run with stdout redirected to a file), it will still get re-run
during the next build.
This means that outputs no longer have to be written atomically
(i.e. renamed into place) in order to ensure a correct build, and
we can drop the idiom `command >$out.tmp && mv $out.tmp $out`.
[0] 04d886b110
[1] 799bc5a471
2019-11-17 15:24:25 -08:00
Michael Forney
61b4166743
ffmpeg: Update to 4.2.1
2019-09-20 00:22:23 -07:00
Michael Forney
9ee08747f7
ffmpeg: Update to 4.2
2019-08-06 12:48:56 -07:00
Michael Forney
d04f5611ff
ffmpeg: Generate ffversion.h from ver file
2019-07-10 00:43:57 -07:00
Michael Forney
8e28521c74
ffmpeg: Update to 4.1.4
2019-07-09 22:41:07 -07:00
Michael Forney
85bd18bc2c
ffmpeg: Use fixed version to ensure binary reproducibility
2019-06-20 00:00:47 -07:00