Niklas Haas
51e03409d7
lavfi: add a libplacebo filter
...
This filter conceptually maps the libplacebo `pl_renderer` API into
libavfilter, which is a high-level image rendering API designed to work
with an RGB pipeline internally. As such, there's no way to avoid e.g.
chroma interpolation with this filter, although new versions of
libplacebo support outputting back to subsampled YCbCr after processing
is done.
That being said, `pl_renderer` supports automatic integration of the
majority of libplacebo's shaders, ranging from debanding to tone
mapping, and also supports loading custom mpv-style user shaders, making
this API a natural candidate for getting a lot of functionality out of
relatively little code.
In the future, I may approach this problem either by rewriting this
filter to also support a non-renderer codepath, or by upgrading
libplacebo's renderer to support a full YCbCr pipeline.
This unfortunately requires a very new version of libplacebo (unreleased
at time of writing) for timeline semaphore support. But the amount of
boilerplate needed to hack in backwards compatibility would have been
very unreasonable.
2021-11-12 14:45:36 +01:00
..
2021-09-20 01:03:52 +02:00
2021-10-10 12:04:30 +02:00
2021-11-11 21:54:46 +01:00
2021-10-07 12:50:18 +02:00
2021-10-05 18:01:01 +02:00
2021-10-05 18:01:02 +02:00
2021-10-05 18:01:02 +02:00
2021-10-05 18:01:02 +02:00
2021-10-05 18:01:02 +02:00
2021-11-07 20:47:21 +01:00
2021-10-05 18:01:02 +02:00
2021-10-05 18:01:02 +02:00
2021-10-05 18:01:02 +02:00
2021-10-05 18:01:02 +02:00
2021-10-05 18:01:02 +02:00
2021-10-05 18:01:02 +02:00
2021-10-05 18:01:02 +02:00
2021-10-15 10:45:50 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:01:02 +02:00
2021-10-05 18:01:02 +02:00
2021-10-05 18:01:04 +02:00
2021-10-05 17:48:25 +02:00
2021-10-18 22:46:36 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:01:02 +02:00
2021-10-05 18:01:02 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:01:02 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:01:02 +02:00
2021-10-05 18:01:02 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-09 14:10:09 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:01:02 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:01:02 +02:00
2021-10-05 18:01:02 +02:00
2021-10-05 18:01:02 +02:00
2021-10-05 18:01:03 +02:00
2021-11-11 21:54:17 +01:00
2021-10-09 14:10:09 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:01:03 +02:00
2021-10-05 18:01:03 +02:00
2021-10-05 18:01:03 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:01:03 +02:00
2021-10-05 18:01:03 +02:00
2021-10-05 18:01:03 +02:00
2021-10-05 18:01:03 +02:00
2021-10-05 18:01:03 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:01:03 +02:00
2021-10-05 18:01:03 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:01:03 +02:00
2021-10-05 17:48:25 +02:00
2021-10-20 22:47:36 +08:00
2021-10-05 18:01:03 +02:00
2021-10-05 18:01:03 +02:00
2021-10-05 18:01:03 +02:00
2021-10-05 18:01:03 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:01:03 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:01:03 +02:00
2021-10-15 10:45:50 +02:00
2021-10-05 18:01:03 +02:00
2021-10-07 12:50:01 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:01:04 +02:00
2021-11-12 14:45:36 +01:00
2021-10-15 10:45:50 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-10 14:27:36 +02:00
2021-10-15 10:45:50 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-09-27 06:10:57 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-15 10:45:50 +02:00
2021-10-15 10:45:50 +02:00
2021-10-15 10:45:50 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-03 22:54:54 +02:00
2021-10-05 18:58:29 +02:00
2021-10-08 12:06:00 +02:00
2021-09-30 01:22:48 +02:00
2021-09-30 01:22:48 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-09-20 01:03:52 +02:00
2021-09-20 01:03:52 +02:00
2021-09-19 04:07:48 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-02 18:49:40 +02:00
2021-09-11 22:19:25 +02:00
2021-09-19 04:09:06 +02:00
2021-09-19 04:24:00 +02:00
2021-11-07 20:47:21 +01:00
2021-09-11 22:19:25 +02:00
2021-10-05 17:48:25 +02:00
2021-09-19 04:24:07 +02:00
2021-10-05 17:48:25 +02:00
2021-09-19 04:26:00 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:37:09 +02:00
2021-09-20 01:03:52 +02:00
2021-09-23 21:13:00 +02:00
2021-09-23 21:13:00 +02:00
2021-11-12 05:23:41 +01:00
2021-11-12 05:23:41 +01:00
2021-10-05 17:48:25 +02:00
2021-10-10 22:23:48 +02:00
2021-11-12 14:45:36 +01:00
2021-10-16 12:17:23 +02:00
2021-10-05 18:58:29 +02:00
2021-09-27 10:17:53 +02:00
2021-09-20 01:03:52 +02:00
2021-09-19 04:26:07 +02:00
2021-11-12 17:23:01 +08:00
2021-10-16 11:39:15 +02:00
2021-10-15 10:45:50 +02:00
2021-11-03 19:06:14 +01:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-11-12 05:23:41 +01:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-22 12:20:40 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-11-12 05:23:41 +01:00
2021-10-05 18:58:29 +02:00
2021-11-03 11:55:46 +01:00
2021-10-05 18:58:29 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:01:04 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:01:04 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:01:04 +02:00
2021-10-05 18:01:04 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-23 14:51:42 +02:00
2021-10-13 19:09:21 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:09 +02:00
2021-10-05 18:58:24 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:24 +02:00
2021-10-05 17:48:25 +02:00
2021-10-23 23:53:51 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:28 +02:00
2021-10-05 17:48:25 +02:00
2021-09-20 01:03:52 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:24 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-21 14:13:03 +02:00
2021-11-11 21:54:40 +01:00
2021-10-05 18:58:24 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-18 21:34:08 +02:00
2021-10-14 20:26:23 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:27 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:24 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:27 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-27 11:29:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:24 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-29 23:18:27 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-11 15:24:00 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:24 +02:00
2021-10-05 18:58:27 +02:00
2021-11-12 14:45:36 +01:00
2021-10-05 18:58:29 +02:00
2021-10-13 19:02:34 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 17:48:25 +02:00
2021-10-10 22:23:48 +02:00
2021-10-27 11:29:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:24 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 20:13:13 +02:00
2021-10-05 18:58:29 +02:00
2021-10-27 11:29:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-11-11 21:54:46 +01:00
2021-11-11 21:54:46 +01:00
2021-10-05 18:58:29 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:28 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 17:48:25 +02:00
2021-11-12 05:23:41 +01:00
2021-10-14 20:05:39 +02:00
2021-10-24 16:54:36 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 17:48:25 +02:00
2021-10-13 18:52:14 +02:00
2021-10-13 18:52:14 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:26 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:24 +02:00
2021-10-28 21:12:09 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:28 +02:00
2021-11-03 19:06:14 +01:00
2021-10-05 18:58:28 +02:00
2021-10-05 17:48:25 +02:00
2021-11-12 05:23:41 +01:00
2021-10-10 12:04:30 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-22 13:57:42 +02:00
2021-10-07 19:01:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-20 22:47:42 +08:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-28 21:12:09 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-07 16:41:21 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:24 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:28 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 17:48:25 +02:00
2021-10-10 12:04:30 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-24 14:08:10 +02:00
2021-10-05 18:58:29 +02:00
2021-10-19 08:53:56 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:25 +02:00
2021-10-05 18:58:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-18 09:29:41 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-05 18:58:29 +02:00
2021-10-28 23:13:51 +03:00
2021-09-27 06:10:57 +02:00
2021-10-05 18:58:25 +02:00
2021-10-05 18:58:25 +02:00
2021-10-05 18:58:25 +02:00
2021-10-05 18:58:24 +02:00
2021-10-05 17:48:25 +02:00
2021-10-05 18:58:24 +02:00
2021-10-05 18:58:24 +02:00
2021-10-05 18:58:24 +02:00
2021-10-11 10:54:05 +02:00
2021-11-12 05:23:41 +01:00
2021-11-12 05:23:41 +01:00
2021-10-15 10:45:50 +02:00