Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCHv2 0/5] RISC-V scalar and Zbb support
@ 2022-09-06 16:49 Rémi Denis-Courmont
  2022-09-06 16:50 ` [FFmpeg-devel] [PATCH 1/5] doc: reference the RISC-V specification remi
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Rémi Denis-Courmont @ 2022-09-06 16:49 UTC (permalink / raw)
  To: ffmpeg-devel

The following changes since commit d9e3cb7e73c77ccddc4d29ed5c1be3920f72c226:

  avfilter/vf_scale: overwrite the width and height expressions with the original values (2022-09-06 10:10:42 -0300)

are available in the Git repository at:

  https://git.remlab.net/git/ffmpeg.git 

for you to fetch changes up to 0b31c3c3b1b9edef4107c5f7ddd4f3e0598dd21c:

  lavu/riscv: add <intmath.h> optimisations (2022-09-06 19:35:41 +0300)

This collects the previous three patchsets (Zbb-CLZ, Zbb-REV and RDCYCLE) and
adds bit weight, clipping and the barest amount of documentation.

----------------------------------------------------------------
Rémi Denis-Courmont (5):
      doc: reference the RISC-V specification
      lavu/riscv: AV_READ_TIME cycle counter
      configure/riscv: detect fast CLZ
      lavu/riscv: byte-swap operations
      lavu/riscv: add <intmath.h> optimisations

 configure                 |  6 +++
 doc/optimization.txt      |  5 +++
 libavutil/bswap.h         |  2 +
 libavutil/intmath.h       |  5 ++-
 libavutil/riscv/bswap.h   | 74 +++++++++++++++++++++++++++++++++++
 libavutil/riscv/intmath.h | 99 +++++++++++++++++++++++++++++++++++++++++++++++
 libavutil/riscv/timer.h   | 53 +++++++++++++++++++++++++
 libavutil/timer.h         |  2 +
 8 files changed, 244 insertions(+), 2 deletions(-)
 create mode 100644 libavutil/riscv/bswap.h
 create mode 100644 libavutil/riscv/intmath.h
 create mode 100644 libavutil/riscv/timer.h

-- 
Rémi Denis-Courmont
http://www.remlab.net/



_______________________________________________
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] 8+ messages in thread

end of thread, other threads:[~2022-09-06 17:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-06 16:49 [FFmpeg-devel] [PATCHv2 0/5] RISC-V scalar and Zbb support Rémi Denis-Courmont
2022-09-06 16:50 ` [FFmpeg-devel] [PATCH 1/5] doc: reference the RISC-V specification remi
2022-09-06 16:50 ` [FFmpeg-devel] [PATCH 2/5] lavu/riscv: AV_READ_TIME cycle counter remi
2022-09-06 16:50 ` [FFmpeg-devel] [PATCH 3/5] configure/riscv: detect fast CLZ remi
2022-09-06 16:50 ` [FFmpeg-devel] [PATCH 4/5] lavu/riscv: byte-swap operations remi
2022-09-06 16:50 ` [FFmpeg-devel] [PATCH 5/5] lavu/riscv: add <intmath.h> optimisations remi
2022-09-06 17:00   ` Rémi Denis-Courmont
2022-09-06 16:53 ` remi

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