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 v2 0/7] Add UUID functionality to libavutil
@ 2022-04-24 10:14 Zane van Iperen
  2022-04-24 10:14 ` [FFmpeg-devel] [PATCH v2 1/7] avutil/uuid: add utility library for manipulating UUIDs as specified in RFC 4122 Zane van Iperen
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Zane van Iperen @ 2022-04-24 10:14 UTC (permalink / raw)
  To: ffmpeg-devel

This patchset adds functions for handling UUIDs to libavutil, under the av_uuid_*
prefix, and refactors the various ad-hoc handling to use it. This was
proposed in [1].

This is _heavily_ based off libuuid with various parts of the code
simplified to remove unnecessary functionality (e.g. generation, and v1
UUIDs).

v2:
- Removed unnecessary license header in libavutil/uuid.h
- Cosmetic fixes

[1]: https://ffmpeg.org/pipermail/ffmpeg-devel/2022-January/291917.html

Pierre-Anthony Lemieux (6):
  avutil/tests/uuid: add uuid tests
  avformat/mov: refactor to use avutil/uuid
  avformat/smoothstreamingenc: refactor to use avutil/uuid
  avcodec/cbs_sei: refactor to use avutil/uuid
  avformat/imf: refactor to use avutil/uuid
  avfilter/showinfo: refactor to use avutil/uuid

Zane van Iperen (1):
  avutil/uuid: add utility library for manipulating UUIDs as specified
    in RFC 4122

 libavcodec/cbs_sei.h             |   3 +-
 libavcodec/vaapi_encode_h264.c   |   8 +-
 libavfilter/vf_showinfo.c        |  17 +---
 libavformat/imf.h                |  18 +---
 libavformat/imf_cpl.c            |  60 +++++-------
 libavformat/imfdec.c             |  34 +++----
 libavformat/mov.c                |  25 ++---
 libavformat/movenc.c             |   9 +-
 libavformat/smoothstreamingenc.c |   7 +-
 libavformat/tests/imf.c          |  18 ++--
 libavutil/Makefile               |   3 +
 libavutil/tests/.gitignore       |   1 +
 libavutil/tests/uuid.c           | 139 +++++++++++++++++++++++++++
 libavutil/uuid.c                 | 155 +++++++++++++++++++++++++++++++
 libavutil/uuid.h                 | 137 +++++++++++++++++++++++++++
 tests/fate/libavutil.mak         |   5 +
 16 files changed, 525 insertions(+), 114 deletions(-)
 create mode 100644 libavutil/tests/uuid.c
 create mode 100644 libavutil/uuid.c
 create mode 100644 libavutil/uuid.h

-- 
2.35.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] 20+ messages in thread

end of thread, other threads:[~2022-05-31  3:17 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-24 10:14 [FFmpeg-devel] [PATCH v2 0/7] Add UUID functionality to libavutil Zane van Iperen
2022-04-24 10:14 ` [FFmpeg-devel] [PATCH v2 1/7] avutil/uuid: add utility library for manipulating UUIDs as specified in RFC 4122 Zane van Iperen
2022-05-10 13:18   ` Andreas Rheinhardt
2022-05-11 15:02     ` Zane van Iperen
2022-05-31  3:17       ` Pierre-Anthony Lemieux
2022-05-11 11:53   ` Anton Khirnov
2022-05-11 15:02     ` Zane van Iperen
2022-05-31  3:16       ` Pierre-Anthony Lemieux
2022-04-24 10:14 ` [FFmpeg-devel] [PATCH v2 2/7] avutil/tests/uuid: add uuid tests Zane van Iperen
2022-04-24 10:14 ` [FFmpeg-devel] [PATCH v2 3/7] avformat/mov: refactor to use avutil/uuid Zane van Iperen
2022-04-24 10:14 ` [FFmpeg-devel] [PATCH v2 4/7] avformat/smoothstreamingenc: " Zane van Iperen
2022-04-24 10:14 ` [FFmpeg-devel] [PATCH v2 5/7] avcodec/cbs_sei: " Zane van Iperen
2022-04-30 17:31   ` Mark Thompson
2022-04-30 17:53     ` Pierre-Anthony Lemieux
2022-04-30 19:25       ` Mark Thompson
2022-04-30 20:53         ` Pierre-Anthony Lemieux
2022-05-01 21:06           ` Mark Thompson
2022-05-04 16:21             ` Zane van Iperen
2022-04-24 10:14 ` [FFmpeg-devel] [PATCH v2 6/7] avformat/imf: " Zane van Iperen
2022-04-24 10:14 ` [FFmpeg-devel] [PATCH v2 7/7] avfilter/showinfo: " Zane van Iperen

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