Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH 0/4] swscale/output: Add support for new VAAPI formats
@ 2022-09-06 19:58 Philip Langdale
  2022-09-06 19:58 ` [FFmpeg-devel] [PATCH 1/4] swscale/output: add support for P012 Philip Langdale
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Philip Langdale @ 2022-09-06 19:58 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: Philip Langdale

This patch set adds output support to complement the input supported
added previously.

As in the input changes, I did not implement BE support where the
infrastructure didn't already exist (ie: only P012 has it) because
these formats aren't expected to be used except in conjunction with
Intel VAAPI which will always be little endina.

Philip Langdale (4):
  swscale/output: add support for P012
  swscale/output: add support for XV36LE
  swscale/output: add support for XV30LE
  swscale/output: add support for Y210LE and Y212LE

 libswscale/output.c                      | 248 +++++++++++++++++------
 libswscale/utils.c                       |  12 +-
 tests/ref/fate/filter-pixdesc-p012be     |   1 +
 tests/ref/fate/filter-pixdesc-p012le     |   1 +
 tests/ref/fate/filter-pixdesc-xv30le     |   1 +
 tests/ref/fate/filter-pixdesc-xv36le     |   1 +
 tests/ref/fate/filter-pixdesc-y210le     |   1 +
 tests/ref/fate/filter-pixdesc-y212le     |   1 +
 tests/ref/fate/filter-pixfmts-copy       |   6 +
 tests/ref/fate/filter-pixfmts-crop       |   4 +
 tests/ref/fate/filter-pixfmts-field      |   6 +
 tests/ref/fate/filter-pixfmts-fieldorder |   4 +
 tests/ref/fate/filter-pixfmts-hflip      |   4 +
 tests/ref/fate/filter-pixfmts-il         |   6 +
 tests/ref/fate/filter-pixfmts-null       |   6 +
 tests/ref/fate/filter-pixfmts-pad        |   1 +
 tests/ref/fate/filter-pixfmts-scale      |   6 +
 tests/ref/fate/filter-pixfmts-transpose  |   4 +
 tests/ref/fate/filter-pixfmts-vflip      |   6 +
 19 files changed, 254 insertions(+), 65 deletions(-)
 create mode 100644 tests/ref/fate/filter-pixdesc-p012be
 create mode 100644 tests/ref/fate/filter-pixdesc-p012le
 create mode 100644 tests/ref/fate/filter-pixdesc-xv30le
 create mode 100644 tests/ref/fate/filter-pixdesc-xv36le
 create mode 100644 tests/ref/fate/filter-pixdesc-y210le
 create mode 100644 tests/ref/fate/filter-pixdesc-y212le

-- 
2.34.1

_______________________________________________
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".

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-10 19:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-06 19:58 [FFmpeg-devel] [PATCH 0/4] swscale/output: Add support for new VAAPI formats Philip Langdale
2022-09-06 19:58 ` [FFmpeg-devel] [PATCH 1/4] swscale/output: add support for P012 Philip Langdale
2022-09-06 19:58 ` [FFmpeg-devel] [PATCH 2/4] swscale/output: add support for XV36LE Philip Langdale
2022-09-06 19:58 ` [FFmpeg-devel] [PATCH 3/4] swscale/output: add support for XV30LE Philip Langdale
2022-09-06 19:58 ` [FFmpeg-devel] [PATCH 4/4] swscale/output: add support for Y210LE and Y212LE Philip Langdale
2022-09-10 19:30 ` [FFmpeg-devel] [PATCH 0/4] swscale/output: Add support for new VAAPI formats Philip Langdale

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