|
FFmpeg
|
#include <x265.h>#include "libavutil/internal.h"#include "libavutil/common.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "avcodec.h"#include "internal.h"Go to the source code of this file.
Data Structures | |
| struct | libx265Context |
Macros | |
| #define | OFFSET(x) offsetof(libx265Context, x) |
| #define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Functions | |
| static int | is_keyframe (NalUnitType naltype) |
| static av_cold int | libx265_encode_close (AVCodecContext *avctx) |
| static av_cold int | libx265_encode_init (AVCodecContext *avctx) |
| static int | libx265_encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet) |
| static av_cold void | libx265_encode_init_csp (AVCodec *codec) |
Variables | |
| static enum AVPixelFormat | x265_csp_eight [] |
| static enum AVPixelFormat | x265_csp_twelve [] |
| static const AVOption | options [] |
| class { | |
| class_name = "libx265" | |
| item_name = av_default_item_name | |
| option = options | |
| version = LIBAVUTIL_VERSION_INT | |
| }; | |
| AVCodec | ff_libx265_encoder |
| #define OFFSET | ( | x | ) | offsetof(libx265Context, x) |
| #define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
|
static |
Definition at line 49 of file libx265.c.
Referenced by ff_rdt_parse_header(), ff_rdt_parse_packet(), libx265_encode_frame(), matroska_parse_cluster(), matroska_parse_cluster_incremental(), and matroska_parse_frame().
|
static |
Definition at line 64 of file libx265.c.
Referenced by libx265_encode_init().
|
static |
|
static |
|
static |
Definition at line 285 of file libx265.c.
Referenced by libx265_encode_init_csp().
|
static |
Definition at line 291 of file libx265.c.
Referenced by libx265_encode_init_csp().
|
static |
| item_name = av_default_item_name |
| version = LIBAVUTIL_VERSION_INT |
| const { ... } |
| AVCodec ff_libx265_encoder |
1.8.2