FFmpeg
|
Known FOURCCs: 'ULY0' (YCbCr 4:2:0), 'ULY2' (YCbCr 4:2:2), 'ULRG' (RGB), 'ULRA' (RGBA), 'ULH0' (YCbCr 4:2:0 BT.709), 'ULH2' (YCbCr 4:2:2 BT.709) More...
#include "libavutil/opt.h"
#include "libavutil/avassert.h"
#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "internal.h"
#include "libutvideo.h"
#include "put_bits.h"
Go to the source code of this file.
Macros | |
#define | OFFSET(x) offsetof(UtVideoContext, x) |
#define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Functions | |
static av_cold int | utvideo_encode_init (AVCodecContext *avctx) |
static int | utvideo_encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet) |
static av_cold int | utvideo_encode_close (AVCodecContext *avctx) |
Variables | |
static const AVOption | options [] |
static const AVClass | utvideo_class |
AVCodec | ff_libutvideo_encoder |
Known FOURCCs: 'ULY0' (YCbCr 4:2:0), 'ULY2' (YCbCr 4:2:2), 'ULRG' (RGB), 'ULRA' (RGBA), 'ULH0' (YCbCr 4:2:0 BT.709), 'ULH2' (YCbCr 4:2:2 BT.709)
Definition in file libutvideoenc.cpp.
#define OFFSET | ( | x | ) | offsetof(UtVideoContext, x) |
Definition at line 229 of file libutvideoenc.cpp.
#define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 230 of file libutvideoenc.cpp.
|
static |
Definition at line 39 of file libutvideoenc.cpp.
|
static |
Definition at line 144 of file libutvideoenc.cpp.
|
static |
Definition at line 216 of file libutvideoenc.cpp.
|
static |
Definition at line 231 of file libutvideoenc.cpp.
|
static |
AVCodec ff_libutvideo_encoder |
Definition at line 252 of file libutvideoenc.cpp.