From: ffmpegagent <ffmpegagent@gmail.com> To: ffmpeg-devel@ffmpeg.org Subject: [FFmpeg-devel] [PATCH 0/2] lavfi/drawutils: improve colorspace support Date: Thu, 02 Jun 2022 17:57:04 +0000 Message-ID: <pull.33.ffstaging.FFmpeg.1654192626.ffmpegagent@gmail.com> (raw) This introduces ff_draw_init2, adding support for colorspaces other than BT601 and explicit full/limited range configuration. rcombs (2): lavfi/colorspace: add ff_matrix_mul_3x3_vec lavfi/drawutils: improve colorspace support libavfilter/colorspace.c | 11 + libavfilter/colorspace.h | 1 + libavfilter/drawutils.c | 84 +-- libavfilter/drawutils.h | 26 +- tests/ref/fate/filter-chromashift-smear | 10 +- tests/ref/fate/filter-chromashift-wrap | 10 +- tests/ref/fate/filter-decimate | 480 +++++++++--------- tests/ref/fate/filter-fps-down | 22 +- tests/ref/fate/filter-fps-down-eof-pass | 22 +- tests/ref/fate/filter-fps-down-round-down | 20 +- tests/ref/fate/filter-fps-down-round-up | 22 +- tests/ref/fate/filter-fps-start-drop | 12 +- tests/ref/fate/filter-fps-start-fill | 12 +- tests/ref/fate/filter-fps-up | 28 +- tests/ref/fate/filter-fps-up-round-down | 28 +- tests/ref/fate/filter-fps-up-round-up | 28 +- tests/ref/fate/filter-framerate-12bit-down | 100 ++-- tests/ref/fate/filter-framerate-12bit-up | 120 ++--- tests/ref/fate/filter-framerate-down | 2 +- tests/ref/fate/filter-framerate-up | 20 +- .../filter-metadata-signalstats-yuv420p10 | 2 +- tests/ref/fate/filter-minterpolate-down | 2 +- tests/ref/fate/filter-minterpolate-up | 20 +- tests/ref/fate/filter-mpdecimate | 40 +- tests/ref/fate/filter-overlay_yuv420p10 | 6 +- tests/ref/fate/filter-overlay_yuv422p10 | 6 +- tests/ref/fate/filter-pixfmts-pad | 84 +-- tests/ref/fate/filter-pixfmts-tinterlace_pad | 22 +- tests/ref/fate/filter-testsrc2-yuv420p | 140 ++--- tests/ref/fate/filter-testsrc2-yuv444p | 140 ++--- tests/ref/fate/filter-tpad-add | 4 +- tests/ref/fate/filter-tpad-clone | 8 +- tests/ref/fate/filter-unsharp-yuv420p10 | 40 +- tests/ref/fate/filter-untile | 16 +- 34 files changed, 819 insertions(+), 769 deletions(-) base-commit: c6364b711bad1fe2fbd90e5b2798f87080ddf5ea Published-As: https://github.com/ffstaging/FFmpeg/releases/tag/pr-ffstaging-33%2Frcombs%2Fdrawutils-v1 Fetch-It-Via: git fetch https://github.com/ffstaging/FFmpeg pr-ffstaging-33/rcombs/drawutils-v1 Pull-Request: https://github.com/ffstaging/FFmpeg/pull/33 -- ffmpeg-codebot _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
next reply other threads:[~2022-06-02 17:57 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-06-02 17:57 ffmpegagent [this message] 2022-06-02 17:57 ` [FFmpeg-devel] [PATCH 1/2] lavfi/colorspace: add ff_matrix_mul_3x3_vec rcombs 2022-06-02 17:57 ` [FFmpeg-devel] [PATCH 2/2] lavfi/drawutils: improve colorspace support rcombs
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=pull.33.ffstaging.FFmpeg.1654192626.ffmpegagent@gmail.com \ --to=ffmpegagent@gmail.com \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git