diff options
author | Alfred E. Heggestad <aeh@db.org> | 2016-03-26 18:10:41 +0100 |
---|---|---|
committer | Alfred E. Heggestad <aeh@db.org> | 2016-03-26 18:10:41 +0100 |
commit | a80081cc08f65e3cd99d7b94cb1f849ee94dc47a (patch) | |
tree | 663e83ba96059ab37757566d93103332751fab5e | |
parent | 11a514c57b1b859b5ff5fc23d432d4b6ef3ffa79 (diff) |
update reference to RFC for VP8 and H.265
-rw-r--r-- | docs/README | 6 | ||||
-rw-r--r-- | modules/h265/h265.c | 2 | ||||
-rw-r--r-- | modules/vpx/vpx.c | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/README b/docs/README index 21b3190..d7d0a04 100644 --- a/docs/README +++ b/docs/README @@ -81,7 +81,7 @@ Features: - Windows winwave audio-driver * Video: - - Support for H.264, H.263, VP8, MPEG-4 Video + - Support for H.265, H.264, H.263, VP8, MPEG-4 Video - Configurable resolution/framerate/bitrate - Configurable video input/output - Support for asymmetric video @@ -263,10 +263,10 @@ IETF RFC/I-Ds: * RFC 6716 Definition of the Opus Audio Codec * RFC 6886 NAT Port Mapping Protocol (NAT-PMP) * RFC 7587 RTP Payload Format for the Opus Speech and Audio Codec +* RFC 7741 RTP Payload Format for VP8 Video +* RFC 7798 RTP Payload Format for High Efficiency Video Coding (HEVC) * draft-ietf-avt-rtp-isac-04 -* draft-ietf-payload-rtp-h265-07 -* draft-ietf-payload-vp8-17 Architecture: diff --git a/modules/h265/h265.c b/modules/h265/h265.c index 04ad679..8700eca 100644 --- a/modules/h265/h265.c +++ b/modules/h265/h265.c @@ -22,7 +22,7 @@ * * References: * - * draft-ietf-payload-rtp-h265-07 + * https://tools.ietf.org/html/rfc7798 * http://x265.org/ * https://www.ffmpeg.org/ */ diff --git a/modules/vpx/vpx.c b/modules/vpx/vpx.c index d300641..0c17caa 100644 --- a/modules/vpx/vpx.c +++ b/modules/vpx/vpx.c @@ -28,7 +28,7 @@ * * http://www.webmproject.org/ * - * http://tools.ietf.org/html/draft-ietf-payload-vp8-17 + * https://tools.ietf.org/html/rfc7741 */ |