[FFmpeg-devel] [PATCH 0/3] tonemap filter v2
Vittorio Giovara
vittorio.giovara at gmail.com
Fri Aug 11 17:11:03 EEST 2017
Changes since v1:
- changed pixel format from yuv to rgb, to sync with mpv's implementation
- slightly changed a couple of the algorithms
- improved log messages, using the right output context
Vittorio
Vittorio Giovara (3):
Add single precision planar RGB pixel formats
zscale: Enable single precision input/ouput filtering
Add tonemap filter
doc/filters.texi | 108 ++++++++++++
libavfilter/Makefile | 1 +
libavfilter/allfilters.c | 1 +
libavfilter/version.h | 2 +-
libavfilter/vf_tonemap.c | 349 +++++++++++++++++++++++++++++++++++++++
libavfilter/vf_zscale.c | 7 +-
libavutil/pixdesc.c | 54 ++++++
libavutil/pixdesc.h | 5 +
libavutil/pixfmt.h | 7 +
tests/ref/fate/sws-pixdesc-query | 20 +++
10 files changed, 550 insertions(+), 4 deletions(-)
create mode 100644 libavfilter/vf_tonemap.c
--
2.13.2
More information about the ffmpeg-devel
mailing list