FFmpeg
Loading...
Searching...
No Matches
sei.h
Go to the documentation of this file.
1/*
2 * VVC Supplementary Enhancement Information messages
3 *
4 * copyright (c) 2024 Wu Jianhua <toqsxw@outlook.com>
5 *
6 * This file is part of FFmpeg.
7 *
8 * FFmpeg is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 2.1 of the License, or (at your option) any later version.
12 *
13 * FFmpeg is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Lesser General Public License for more details.
17 *
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with FFmpeg; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */
22
23#ifndef AVCODEC_VVC_SEI_H
24#define AVCODEC_VVC_SEI_H
25
26#include <stdint.h>
27
28#include "libavcodec/get_bits.h"
29#include "libavcodec/cbs.h"
30#include "libavcodec/cbs_h266.h"
32#include "libavcodec/sei.h"
33#include "libavcodec/vvc.h"
34#include "libavcodec/h274.h"
35
41
42struct VVCFrameContext;
43
44int ff_vvc_sei_decode(VVCSEI *s, const H266RawSEI *sei, const struct VVCFrameContext *fc);
47
48#endif /* AVCODEC_VVC_SEI_H */
uint8_t ptrdiff_t const uint8_t ptrdiff_t int intptr_t intptr_t int int16_t * dst
Definition dsp.h:87
static int FUNC sei(CodedBitstreamContext *ctx, RWContext *rw, H264RawSEI *current)
#define s(width, name)
Definition cbs_vp9.c:198
static const uint16_t fc[]
Definition dcaenc.h:43
bitstream reader API header.
H.274 film grain synthesis.
Definition sei.h:36
H274SEIFrameFieldInfo frame_field_info
Definition sei.h:39
H274SEIPictureHash picture_hash
Definition sei.h:38
H2645SEI common
Definition sei.h:37
#define src
Definition vp8dsp.c:248
void ff_vvc_sei_reset(VVCSEI *s)
Definition sei.c:279
int ff_vvc_sei_decode(VVCSEI *s, const H266RawSEI *sei, const struct VVCFrameContext *fc)
Definition sei.c:201
int ff_vvc_sei_replace(VVCSEI *dst, const VVCSEI *src)
Definition sei.c:272